From 06432230742db1d6809134f50f1d68267c667468 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Fri, 31 Oct 2014 22:55:34 +0700 Subject: python/pytables: Fix compilation with Cython-0.21. Signed-off-by: Willy Sudiarto Raharjo --- python/pytables/pytables.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python/pytables/pytables.SlackBuild b/python/pytables/pytables.SlackBuild index 3c41e89844..f9443f4938 100644 --- a/python/pytables/pytables.SlackBuild +++ b/python/pytables/pytables.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pytables VERSION=${VERSION:-3.1.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -73,6 +73,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Fix compilation with Cython 0.21 +# https://github.com/PyTables/PyTables/issues/386 +sed -i "s|Cython.Compiler.Main import|Cython.Compiler import|g" setup.py + python setup.py build install --prefix=/usr --root=$PKG # Copy examples, contrib, and bench files -- cgit v1.2.3