openblas: broken on ppc32

This commit is contained in:
q66 2021-07-21 21:18:01 +02:00
parent ba23887844
commit 3bb9690d82

View file

@ -16,6 +16,11 @@ changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changel
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
checksum=df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="crashes during build";;
esac
case "${XBPS_TARGET_MACHINE}" in
armv5*) make_build_args+=" TARGET=ARMV5" ;;
armv6*) make_build_args+=" TARGET=ARMV6" ;;