mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: proteinortho: Remove dependency on lapack.
* gnu/packages/bioinformatics.scm (proteinortho): Remove dependency on lapack. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9c29648a32
commit
fc3bc4ecb9
1 changed files with 3 additions and 2 deletions
|
@ -8673,7 +8673,9 @@ (define-public proteinortho
|
|||
(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 @@ (define-public proteinortho
|
|||
("perl" ,perl)
|
||||
("python" ,python-wrapper)
|
||||
("blast+" ,blast+)
|
||||
("lapack" ,lapack)
|
||||
("openblas" ,openblas)))
|
||||
(native-inputs
|
||||
(list which))
|
||||
|
|
Loading…
Reference in a new issue