openblas: Broken on ppc
This commit is contained in:
parent
4968bae799
commit
e6dbcfbb16
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue