From b3394e07071d11674cc796e6a4a3de5fc4634a78 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 14 Aug 2016 02:16:30 -0500 Subject: Getting GN2 ready for new build - plink-ng is disabled and should not be built with atlas and lapack (FIXME) --- gn/packages/bioinformatics.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gn/packages/bioinformatics.scm') diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index c1b22fd..c04c6c8 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -840,8 +840,8 @@ confidence region for the location of a putative QTL.") (inputs `(("zlib" ,zlib) ("openblas" ,openblas) - ("atlas" ,atlas) - ("lapack" ,lapack) + ;; ("atlas" ,atlas) + ;; ("lapack" ,lapack) ("gfortran" ,gfortran) )) (native-inputs @@ -861,7 +861,7 @@ subsequent visualization, annotation and storage of results.") (license (list license:gpl2 license:lgpl2.1+)))) (define-public plink-ng - (let ((commit "516d730f9")) + (let ((commit "6ab6ecf81e904b7db76454422ea59baae437d961")) (package (name "plink-ng") (version (string-append "1.90b3-" commit )) @@ -873,8 +873,8 @@ subsequent visualization, annotation and storage of results.") (file-name (string-append name "-" commit)) (sha256 (base32 - "0cv824wkdml9h9imsc30s2x3l8g65j44cpjbr1ydkk49g5qmf580")) - (patches (list (search-patch "plink-ng-Makefile-zlib-git.patch"))))) + "0djnfcr3lm6839lkglpq1p4w09zlgv68p618c2i5dng4jhwji94k")))) + ;;; (patches (list (search-patch "plink-ng-Makefile-zlib-git.patch")) (build-system gnu-build-system) (arguments '(#:tests? #f ;no "check" target @@ -894,8 +894,8 @@ subsequent visualization, annotation and storage of results.") (inputs `(("zlib" ,zlib) ("openblas" ,openblas) - ("atlas" ,atlas) - ("lapack" ,lapack) + ;; ("atlas" ,atlas) + ;; ("lapack" ,lapack) ("gfortran" ,gfortran) )) (native-inputs -- cgit v1.2.3