mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: bless: Adjust to zlib static output.
* gnu/packages/bioinformatics.scm (bless)[inputs]: Add ZLIB:STATIC. [arguments]: Adjust #:make-flags accordingly.
This commit is contained in:
parent
5ff6e06763
commit
4b2d1dc4dc
1 changed files with 2 additions and 1 deletions
|
@ -1243,7 +1243,7 @@ (define-public bless
|
|||
'(#:tests? #f ;no "check" target
|
||||
#:make-flags
|
||||
(list (string-append "ZLIB="
|
||||
(assoc-ref %build-inputs "zlib")
|
||||
(assoc-ref %build-inputs "zlib:static")
|
||||
"/lib/libz.a")
|
||||
(string-append "LDFLAGS="
|
||||
(string-join '("-lboost_filesystem"
|
||||
|
@ -1286,6 +1286,7 @@ (define-public bless
|
|||
("boost" ,boost)
|
||||
("sparsehash" ,sparsehash)
|
||||
("pigz" ,pigz)
|
||||
("zlib:static" ,zlib "static")
|
||||
("zlib" ,zlib)))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(home-page "https://sourceforge.net/p/bless-ec/wiki/Home/")
|
||||
|
|
Loading…
Reference in a new issue