python3-numpy: discourage people from building ppc32 with openblas
This commit is contained in:
parent
dc736af8bb
commit
151a4a171a
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue