guix-commits
[Top][All Lists]
Advanced

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

33/45: gnu: eigensoft: Remove dependency on lapack.


From: guix-commits
Subject: 33/45: gnu: eigensoft: Remove dependency on lapack.
Date: Thu, 4 Apr 2024 10:40:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9c29648a321f1da4d9ee83c06aac2406dd82e590
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:07:10 2024 +0100

    gnu: eigensoft: Remove dependency on lapack.
    
    * gnu/packages/bioinformatics.scm (eigensoft): Remove dependency on lapack.
    
    Change-Id: I9d4adfd64a32333a0d605d4ce1aa998035decf2a
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ec8199e719..313b4f36c1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5834,7 +5834,7 @@ of nucleic acid binding proteins.")
                          (find-files "../bin" ".*"))
                #t))))))
     (inputs
-     (list gsl lapack openblas perl
+     (list gsl openblas perl
            `(,gfortran "lib")))
     (home-page "https://github.com/DReichLab/EIG";)
     (synopsis "Tools for population genetics")



reply via email to

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