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>
This commit is contained in:
parent
dbbb38ff6a
commit
9c29648a32
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue