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:
Efraim Flashner 2021-03-31 14:27:41 +03:00
parent 5f3f2a7cc8
commit 04ba7a196a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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