summaryrefslogtreecommitdiff
path: root/dev-python/pytables/files/pytables-3.2.0-blosc.patch
blob: 24c58c1a921c0d07fecbcf9e40d5e5054782252a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 2c0c126..1448eb1 100755
--- a/setup.py
+++ b/setup.py
@@ -768,7 +768,7 @@ if 'BLOSC' not in optional_libs:
             CFLAGS.append(ff)
             break
 else:
-    ADDLIBS += ['blosc']
+    ADDLIBS += ['blosc', 'blosc_filter']
 
 
 utilsExtension_libs = LIBS + ADDLIBS