guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/45: gnu: plink-ng: Remove lapack dep.


From: guix-commits
Subject: 23/45: gnu: plink-ng: Remove lapack dep.
Date: Thu, 4 Apr 2024 10:40:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 63b073d787c3632662c88193314df86fd5f6ac3a
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:07:00 2024 +0100

    gnu: plink-ng: Remove lapack dep.
    
    * gnu/packages/bioinformatics.scm (plink-ng): Remove dependency to lapack.
    
    Change-Id: I4d14789c42dc216244872d70120efeeb97127a62
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 24a028aadc..ec8199e719 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9713,7 +9713,7 @@ subsequent visualization, annotation and storage of 
results.")
      (list
       #:tests? #false ;TEST_EXTRACT_CHR doesn't produce expected files
       #:make-flags
-      #~(list "BLASFLAGS=-llapack -lopenblas"
+      #~(list "BLASFLAGS=-lopenblas"
               "NO_SSE42=1"
               "NO_AVX2=1"
               "STATIC_ZSTD="
@@ -9740,7 +9740,7 @@ subsequent visualization, annotation and storage of 
results.")
                            (string-append
                             (assoc-ref outputs "out") "/bin")))))))
     (inputs
-     (list lapack openblas zlib `(,zstd "lib")))
+     (list openblas zlib `(,zstd "lib")))
     (native-inputs
      (list diffutils plink python simde)) ; for tests
     (home-page "https://www.cog-genomics.org/plink/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]