mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: plink-ng: Remove lapack dep.
* gnu/packages/bioinformatics.scm (plink-ng): Remove dependency to lapack. Change-Id: I4d14789c42dc216244872d70120efeeb97127a62 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6e16c50b84
commit
63b073d787
1 changed files with 2 additions and 2 deletions
|
@ -9713,7 +9713,7 @@ (define-public plink-ng
|
|||
(list
|
||||
#:tests? #false ;TEST_EXTRACT_CHR doesn't produce expected files
|
||||
#:make-flags
|
||||
#~(list "BLASFLAGS=-llapack -lopenblas"
|
||||
#~(list "BLASFLAGS=-lopenblas"
|
||||
"NO_SSE42=1"
|
||||
"NO_AVX2=1"
|
||||
"STATIC_ZSTD="
|
||||
|
@ -9740,7 +9740,7 @@ (define-public plink-ng
|
|||
(string-append
|
||||
(assoc-ref outputs "out") "/bin")))))))
|
||||
(inputs
|
||||
(list lapack openblas zlib `(,zstd "lib")))
|
||||
(list openblas zlib `(,zstd "lib")))
|
||||
(native-inputs
|
||||
(list diffutils plink python simde)) ; for tests
|
||||
(home-page "https://www.cog-genomics.org/plink/")
|
||||
|
|
Loading…
Reference in a new issue