From 86a797970a6ba53642fc44347aaa5d26f9864755 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 18 Feb 2016 02:22:45 +0100 Subject: [PATCH] python-scipy: trigger rebuild for musl --- srcpkgs/python-scipy/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/python-scipy/template b/srcpkgs/python-scipy/template index c2fb57691ee..bafbca525b8 100644 --- a/srcpkgs/python-scipy/template +++ b/srcpkgs/python-scipy/template @@ -6,8 +6,7 @@ wrksrc="scipy-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools gcc-fortran" -makedepends="python-devel python3.4-devel python-numpy python3.4-numpy - cblas-devel lapack-devel" +makedepends="python-devel python3.4-devel python-numpy python3.4-numpy lapack-devel" depends="python-numpy" pycompile_module="scipy" short_desc="Scientific library for Python2" @@ -21,10 +20,6 @@ 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' {} +