python-scipy: broken on x86_64-musl for now

This commit is contained in:
Alessio Sergi 2016-02-17 19:47:19 +01:00
parent ed91ce0eb7
commit 00b19d9ba3

View file

@ -21,6 +21,10 @@ export ATLAS=None
export FFLAGS="-fPIC"
LDFLAGS="-shared"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) broken="http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9145/steps/shell_3/logs/stdio";;
esac
pre_build() {
# remove shebangs
find scipy -type f -name '*.py' -exec sed -i '/^#!.*python$/d' {} +