libgdal: do not depend on armadillo on ppc32
This commit is contained in:
@@ -26,7 +26,11 @@ subpackages="libgdal-devel libgdal-tools libgdal-python3"
|
|||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" hdf5-devel armadillo-devel"
|
makedepends+=" hdf5-devel"
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc|ppc-musl) ;;
|
||||||
|
*) makedepends+=" armadillo-devel";;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# "error: static assertion failed: OFF_T should be 64 bits !"
|
# "error: static assertion failed: OFF_T should be 64 bits !"
|
||||||
|
|||||||
Reference in New Issue
Block a user