gnu: plink-ng: Update to 2.00a2.3.

* gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a2.3.
[arguments]: Adjust make-flags.
This commit is contained in:
Efraim Flashner 2021-03-31 14:12:24 +03:00
parent 26133b1f33
commit 58e9e0e142
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6290,7 +6290,7 @@ (define-public plink
(define-public plink-ng
(package (inherit plink)
(name "plink-ng")
(version "1.90b4")
(version "2.00a2.3")
(source
(origin
(method git-fetch)
@ -6299,14 +6299,13 @@ (define-public plink-ng
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "02npdwgkpfkdnhw819rhj5kw02a5k5m90b14zq9zzya4hyg929c0"))))
(base32 "1p88lz9agzjlspjhciz61qjc36cfniv4nkxszyy0njqyc5rzc0cd"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ;no "check" target
#:make-flags (list "BLASFLAGS=-llapack -lopenblas"
"CFLAGS=-Wall -O2 -DDYNAMIC_ZLIB=1"
"ZLIB=-lz"
"-f" "Makefile.std")
"ZLIB=-lz")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'chdir