alembic: broken on ppc32

This commit is contained in:
q66 2020-03-05 01:06:27 +01:00
parent 033082be12
commit 477d44ca53

View file

@ -13,6 +13,11 @@ homepage="https://alembic.io"
distfiles="https://github.com/alembic/alembic/archive/${version}.tar.gz"
checksum=6c603b87c9a3eaa13618e577dd9ef5277018cdcd09ac82d3c196ad8bed6a1b48
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="undefined reference to '__sync_bool_compare_and_swap_8'";;
esac
if [ -z "$CROSS_BUILD" ]; then
makedepends+=" hdf5-devel"
fi