mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: plink-ng: Build prettify binary.
* gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust make-flags to also build prettify.
This commit is contained in:
parent
5f3f2a7cc8
commit
04ba7a196a
1 changed files with 3 additions and 1 deletions
|
@ -6302,10 +6302,12 @@ (define-public plink-ng
|
|||
(base32 "1p88lz9agzjlspjhciz61qjc36cfniv4nkxszyy0njqyc5rzc0cd"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;no "check" target
|
||||
`(#:tests? #f ;no "check" target
|
||||
#:make-flags (list "BLASFLAGS=-llapack -lopenblas"
|
||||
"CFLAGS=-Wall -O2 -DDYNAMIC_ZLIB=1"
|
||||
"ZLIB=-lz"
|
||||
"BIN=plink prettify"
|
||||
(string-append "CC=" ,(cc-for-target))
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
"DESTDIR=")
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue