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:
parent
26133b1f33
commit
58e9e0e142
1 changed files with 3 additions and 4 deletions
|
@ -6290,7 +6290,7 @@ subsequent visualization, annotation and storage of results.")
|
||||||
(define-public plink-ng
|
(define-public plink-ng
|
||||||
(package (inherit plink)
|
(package (inherit plink)
|
||||||
(name "plink-ng")
|
(name "plink-ng")
|
||||||
(version "1.90b4")
|
(version "2.00a2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6299,14 +6299,13 @@ subsequent visualization, annotation and storage of results.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02npdwgkpfkdnhw819rhj5kw02a5k5m90b14zq9zzya4hyg929c0"))))
|
(base32 "1p88lz9agzjlspjhciz61qjc36cfniv4nkxszyy0njqyc5rzc0cd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no "check" target
|
'(#:tests? #f ;no "check" target
|
||||||
#:make-flags (list "BLASFLAGS=-llapack -lopenblas"
|
#:make-flags (list "BLASFLAGS=-llapack -lopenblas"
|
||||||
"CFLAGS=-Wall -O2 -DDYNAMIC_ZLIB=1"
|
"CFLAGS=-Wall -O2 -DDYNAMIC_ZLIB=1"
|
||||||
"ZLIB=-lz"
|
"ZLIB=-lz")
|
||||||
"-f" "Makefile.std")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'chdir
|
(add-after 'unpack 'chdir
|
||||||
|
|
Reference in a new issue