all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 47d163a99a29f8f3827ecb1bc37c0d78b86f5063 545 bytes (raw)
name: gnu/packages/patches/khmer-use-libraries.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
Change setup.cfg so that the bundled zlib and bzip2 are not used.  This cannot
currently be achieved using "--library z,bz2" as instructed in the setup.py.

diff --git a/setup.cfg b/setup.cfg
index c054092..080992e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
 [build_ext]
 define = SEQAN_HAS_BZIP2,SEQAN_HAS_ZLIB
 undef = NO_UNIQUE_RC
-# libraries = z,bz2
+libraries = z,bz2
 ## if using system libraries
 include-dirs = lib:third-party/zlib:third-party/bzip2:third-party/seqan/core/include:third-party/smhasher
 # include-dirs = lib

debug log:

solving 47d163a ...
found 47d163a in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.