python3-scipy: discourage people from building ppc32 with openblas
This commit is contained in:
parent
b8de823de0
commit
dc736af8bb
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$build_option_openblas" ]; then
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) broken="numpy can't be built with openblas";;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
LDFLAGS+=" -shared"
|
LDFLAGS+=" -shared"
|
||||||
|
|
||||||
# Tell numpy to build in parallel
|
# Tell numpy to build in parallel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue