jlec 15/05/15 09:58:58
Added: pytables-3.1.1-blosc.patch
pytables-3.2.0-blosc.patch
Log:
Version Bump and fix compilation/linking against dev-libs/c-blosc, bug
#547200 & bug #549514
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key
E9402A79B03529A2!)
Revision Changes Path
1.1 dev-python/pytables/files/pytables-3.1.1-blosc.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/files/pytables-3.1.1-blosc.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/files/pytables-3.1.1-blosc.patch?rev=1.1&content-type=text/plain
Index: pytables-3.1.1-blosc.patch
===================================================================
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:
print("Setting compiler flag '-msse2'")
CFLAGS.append("-msse2")
else:
- ADDLIBS += ['blosc']
+ ADDLIBS += ['blosc', 'blosc_filter']
utilsExtension_libs = LIBS + ADDLIBS
1.1 dev-python/pytables/files/pytables-3.2.0-blosc.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/files/pytables-3.2.0-blosc.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/files/pytables-3.2.0-blosc.patch?rev=1.1&content-type=text/plain
Index: pytables-3.2.0-blosc.patch
===================================================================
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