aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/khmer-use-libraries.patch
blob: 47d163a99a29f8f3827ecb1bc37c0d78b86f5063 (about) (plain)
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
fa14547'>guix build: Add '--manifest' option....Marius Bakke 2020-02-08news: Add ‘nl’ translation....Tobias Geerinckx-Rice 2020-02-08news: Fix typos in 'fr' translation....Julien Lepiller 2020-02-08news: Add 'fr' translations....Julien Lepiller 2020-02-08news: Add 'de' translation....Florian Pelz 2020-02-07news: Add entry for "guix pull" ssh authenticated repositories support....Mathieu Othacehe 2020-01-26guix-install.sh: Correctly treat empty or unset $XDG_DATA_DIRS...Alexander Krotov 2020-01-26guix-install.sh: Create /etc/profile.d if it does not exist...Prafulla Giri 2020-01-26guix-install.sh: Export INFOPATH to contain updated guix info-pages...Prafulla Giri 2020-01-24news: Add ‘nl’ translation....Tobias Geerinckx-Rice 2020-01-24news: Add 'de' translation....Florian Pelz 2020-01-23news: Add entry for Guile 3.0....Ludovic Courtès 2020-01-17guix-install.sh: Create an init profile during installation...Prafulla Giri 2019-12-12news: Add 'de' translation....Florian Pelz 2019-12-12news: Add entry for "guix challenge --diff"....Ludovic Courtès 2019-12-04guix-install.sh: Use a deterministic umask....Tobias Geerinckx-Rice 2019-11-26guix build, daemon: Rename "--no-build-hook" to "--no-offload"....Ludovic Courtès