~ruther/guix-local

9c29648a321f1da4d9ee83c06aac2406dd82e590 — Romain GARBAGE 1 year, 11 months ago dbbb38f
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +1 -1
@@ 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")