openblas: Broken on ppc

This commit is contained in:
Thomas Batten 2019-05-03 13:19:59 +09:30 committed by Helmut Pozimski
parent 4968bae799
commit e6dbcfbb16

View file

@ -24,6 +24,7 @@ case "${XBPS_TARGET_MACHINE}" in
x86_64*) make_build_args+=" BINARY=64 DYNAMIC_ARCH=1" ;;
ppc64le*) make_build_args+=" TARGET=POWER8" ;;
ppc64*) make_build_args+=" TARGET=POWER6" ;;
ppc*) broken="64 bit ppc only" ;;
mips*) broken="Not supported" ;;
esac