mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/gdal: disable on armhf, fix tabbing
This commit is contained in:
parent
0a5aa75835
commit
aff406796f
@ -5,14 +5,14 @@ pkgver=3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="A translator library for raster and vector geospatial data formats"
|
||||
url="https://gdal.org/"
|
||||
arch="all !s390x !mips !mips64"
|
||||
arch="all !s390x !mips !mips64 !armhf"
|
||||
license="MIT"
|
||||
depends_dev="gdal"
|
||||
|
||||
# Optional dependency netcdf-dev is not available on armv7 and s390x
|
||||
case "$CARCH" in
|
||||
armv7|s390x) ;;
|
||||
*) netcdfdeps="netcdf-dev" ;;
|
||||
armv7|s390x) ;;
|
||||
*) netcdfdeps="netcdf-dev" ;;
|
||||
esac
|
||||
|
||||
makedepends="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user