python3-numpy: discourage people from building ppc32 with openblas

This commit is contained in:
q66 2021-03-09 20:33:54 +01:00
parent dc736af8bb
commit 151a4a171a

View file

@ -26,6 +26,13 @@ case "$XBPS_TARGET_MACHINE" in
*) ;;
esac
if [ "$build_option_openblas" ]; then
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="segfaults";;
esac
fi
post_patch() {
case "${XBPS_TARGET_MACHINE}" in
armv5tel-musl)