me
/
guix
Archived
1
0
Fork 0

gnu: bless: Adjust to zlib static output.

* gnu/packages/bioinformatics.scm (bless)[inputs]: Add ZLIB:STATIC.
[arguments]: Adjust #:make-flags accordingly.
master
Marius Bakke 2018-11-24 19:32:48 +01:00
parent 5ff6e06763
commit 4b2d1dc4dc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ confidence to have in an alignment.")
'(#:tests? #f ;no "check" target '(#:tests? #f ;no "check" target
#:make-flags #:make-flags
(list (string-append "ZLIB=" (list (string-append "ZLIB="
(assoc-ref %build-inputs "zlib") (assoc-ref %build-inputs "zlib:static")
"/lib/libz.a") "/lib/libz.a")
(string-append "LDFLAGS=" (string-append "LDFLAGS="
(string-join '("-lboost_filesystem" (string-join '("-lboost_filesystem"
@ -1286,6 +1286,7 @@ confidence to have in an alignment.")
("boost" ,boost) ("boost" ,boost)
("sparsehash" ,sparsehash) ("sparsehash" ,sparsehash)
("pigz" ,pigz) ("pigz" ,pigz)
("zlib:static" ,zlib "static")
("zlib" ,zlib))) ("zlib" ,zlib)))
(supported-systems '("x86_64-linux")) (supported-systems '("x86_64-linux"))
(home-page "https://sourceforge.net/p/bless-ec/wiki/Home/") (home-page "https://sourceforge.net/p/bless-ec/wiki/Home/")