aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRomain GARBAGE <romain.garbage@inria.fr>2024-03-11 12:07:10 +0100
committerLudovic Courtès <ludo@gnu.org>2024-04-04 16:18:56 +0200
commit9c29648a321f1da4d9ee83c06aac2406dd82e590 (patch)
tree08f286b572d549c7322d9db3c93cfb06bcefc6c1 /gnu/packages/bioinformatics.scm
parentdbbb38ff6adb33a31ef4d667978b48b883d5d507 (diff)
downloadguix-9c29648a321f1da4d9ee83c06aac2406dd82e590.tar
guix-9c29648a321f1da4d9ee83c06aac2406dd82e590.tar.gz
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>
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
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")