guix-patches
[Top][All Lists]
Advanced

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

[bug#69729] [PATCH 29/41] gnu: eigensoft: Remove dependency on lapack.


From: Romain GARBAGE
Subject: [bug#69729] [PATCH 29/41] gnu: eigensoft: Remove dependency on lapack.
Date: Mon, 11 Mar 2024 12:07:10 +0100

* gnu/packages/bioinformatics.scm (eigensoft): Remove dependency on lapack.

Change-Id: I9d4adfd64a32333a0d605d4ce1aa998035decf2a
---
 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 6c2dc95fa6..ac2f7c1ade 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5834,7 +5834,7 @@ (define-public eigensoft
                          (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")
-- 
2.41.0






reply via email to

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