python3-scipy: discourage people from building ppc32 with openblas
This commit is contained in:
parent
b8de823de0
commit
dc736af8bb
@ -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…
x
Reference in New Issue
Block a user