[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/45: gnu: proteinortho: Remove dependency on lapack.
From: |
guix-commits |
Subject: |
34/45: gnu: proteinortho: Remove dependency on lapack. |
Date: |
Thu, 4 Apr 2024 10:40:28 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit fc3bc4ecb9cc3664fc3cc6da5a7690c351f7ea43
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:07:11 2024 +0100
gnu: proteinortho: Remove dependency on lapack.
* gnu/packages/bioinformatics.scm (proteinortho): Remove dependency on
lapack.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/bioinformatics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 313b4f36c1..7861987704 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8673,7 +8673,9 @@ predicts the locations of structural units in the
sequences.")
(substitute* "Makefile"
(("INSTALLDIR=.*")
(string-append
- "INSTALLDIR=" (assoc-ref outputs "out") "/bin\n")))
+ "INSTALLDIR=" (assoc-ref outputs "out") "/bin\n"))
+ (("-llapack -lblas")
+ "-lopenblas"))
#t))
(add-before 'install 'make-install-directory
;; The install directory is not created during 'make install'.
@@ -8697,7 +8699,6 @@ predicts the locations of structural units in the
sequences.")
("perl" ,perl)
("python" ,python-wrapper)
("blast+" ,blast+)
- ("lapack" ,lapack)
("openblas" ,openblas)))
(native-inputs
(list which))
- 37/45: gnu: dlib: Remove dependency on lapack., (continued)
- 37/45: gnu: dlib: Remove dependency on lapack., guix-commits, 2024/04/04
- 38/45: gnu: grass: Remove dependency on lapack., guix-commits, 2024/04/04
- 42/45: gnu: lush2: Remove dependency on lapack., guix-commits, 2024/04/04
- 44/45: gnu: kaldi-for-vosk: Remove dependency on lapack., guix-commits, 2024/04/04
- 43/45: gnu: shogun: Switch to openblas., guix-commits, 2024/04/04
- 30/45: gnu: casacore: Remove dependency on lapack., guix-commits, 2024/04/04
- 32/45: gnu: apl: Switch to openblas., guix-commits, 2024/04/04
- 26/45: gnu: superlu-dist: Remove dependency on lapack., guix-commits, 2024/04/04
- 35/45: gnu: scilab: Remove dependency on lapack., guix-commits, 2024/04/04
- 27/45: gnu: bonmin: Switch to openblas., guix-commits, 2024/04/04
- 34/45: gnu: proteinortho: Remove dependency on lapack.,
guix-commits <=
- 40/45: gnu: giac: Switch to openblas., guix-commits, 2024/04/04
- 41/45: gnu: libflame: Switch to openblas., guix-commits, 2024/04/04