openblas: broken on ppc32
This commit is contained in:
@@ -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" ;;
|
||||
|
||||
Reference in New Issue
Block a user