diff --git a/srcpkgs/python-scipy/template b/srcpkgs/python-scipy/template index dc39e413f83..c2fb57691ee 100644 --- a/srcpkgs/python-scipy/template +++ b/srcpkgs/python-scipy/template @@ -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' {} +