mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/gdal to 3.6.2-3
This commit is contained in:
parent
b1c0a4d21c
commit
94baf73cad
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
pkgbase=gdal
|
||||
pkgname=(gdal python-gdal)
|
||||
pkgver=3.6.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A translator library for raster and vector geospatial data formats"
|
||||
arch=(x86_64)
|
||||
url="https://gdal.org/"
|
||||
|
@ -31,6 +31,7 @@ b2sums=('c90606b642c632dd5ec224d63aa80c158c9ee04c6ca0341815f7449b319bf9442d65c2f
|
|||
build() {
|
||||
cmake -B build -S $pkgbase-$pkgver \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_CXX_STANDARD=17 \
|
||||
-DENABLE_IPO=OFF \
|
||||
-DBUILD_PYTHON_BINDINGS=ON \
|
||||
-DGDAL_ENABLE_PLUGINS=ON \
|
||||
|
|
Loading…
Reference in a new issue