guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: bless: Adjust to zlib static output.


From: guix-commits
Subject: 02/02: gnu: bless: Adjust to zlib static output.
Date: Sat, 24 Nov 2018 13:34:10 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 4b2d1dc4dc48c38ac440aafd384e60565d638cf6
Author: Marius Bakke <address@hidden>
Date:   Sat Nov 24 19:32:48 2018 +0100

    gnu: bless: Adjust to zlib static output.
    
    * gnu/packages/bioinformatics.scm (bless)[inputs]: Add ZLIB:STATIC.
    [arguments]: Adjust #:make-flags accordingly.
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b09a0f7..026527c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1243,7 +1243,7 @@ confidence to have in an alignment.")
      '(#: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 @@ confidence to have in an alignment.")
        ("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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]