From 9c29648a321f1da4d9ee83c06aac2406dd82e590 Mon Sep 17 00:00:00 2001 From: Romain GARBAGE Date: Mon, 11 Mar 2024 12:07:10 +0100 Subject: [PATCH] gnu: eigensoft: Remove dependency on lapack. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/bioinformatics.scm (eigensoft): Remove dependency on lapack. Change-Id: I9d4adfd64a32333a0d605d4ce1aa998035decf2a Signed-off-by: Ludovic Courtès --- 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 ec8199e719230270b1d053234c6b8fa222ecdfdc..313b4f36c1174f133cf3e218a83b59e25001e84e 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")