python3-numpy: discourage people from building ppc32 with openblas
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user