mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libgdal: do not depend on armadillo on ppc32
This commit is contained in:
parent
693229f70c
commit
ddb9e22143
1 changed files with 5 additions and 1 deletions
|
@ -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 !"
|
||||||
|
|
Loading…
Add table
Reference in a new issue