gnu: proteinortho: Remove dependency on lapack.
* gnu/packages/bioinformatics.scm (proteinortho): Remove dependency on lapack. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
9c29648a32
commit
fc3bc4ecb9
|
@ -8673,7 +8673,9 @@ predicts the locations of structural units in the sequences.")
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("INSTALLDIR=.*")
|
(("INSTALLDIR=.*")
|
||||||
(string-append
|
(string-append
|
||||||
"INSTALLDIR=" (assoc-ref outputs "out") "/bin\n")))
|
"INSTALLDIR=" (assoc-ref outputs "out") "/bin\n"))
|
||||||
|
(("-llapack -lblas")
|
||||||
|
"-lopenblas"))
|
||||||
#t))
|
#t))
|
||||||
(add-before 'install 'make-install-directory
|
(add-before 'install 'make-install-directory
|
||||||
;; The install directory is not created during 'make install'.
|
;; The install directory is not created during 'make install'.
|
||||||
|
@ -8697,7 +8699,6 @@ predicts the locations of structural units in the sequences.")
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("blast+" ,blast+)
|
("blast+" ,blast+)
|
||||||
("lapack" ,lapack)
|
|
||||||
("openblas" ,openblas)))
|
("openblas" ,openblas)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list which))
|
(list which))
|
||||||
|
|
Reference in New Issue