python3-scipy: discourage people from building ppc32 with openblas

This commit is contained in:
q66 2021-03-09 20:33:36 +01:00
parent b8de823de0
commit dc736af8bb

View file

@ -28,6 +28,13 @@ case "$XBPS_TARGET_MACHINE" in
*) ;;
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"
# Tell numpy to build in parallel