Skip to content

Commit

Permalink
gdal: bump REL
Browse files Browse the repository at this point in the history
Enable libdeflate support
  • Loading branch information
HouLiXieBuRou committed Jan 5, 2024
1 parent 865d272 commit 4030add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions runtime-gis/gdal/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGDEP="cfitsio curl geos giflib hdf5 libgeotiff libjpeg-turbo libpng \
libspatialite libtiff mariadb netcdf numpy openjpeg perl poppler \
postgresql sqlite mongodb xz libcl podofo geos xerces-c crypto++ \
qhull jasper unixodbc python-3 proj libheif lz4 zlib zstd libxml2 \
freexl expat libwebp json-c libarchive"
freexl expat libwebp json-c libarchive libdeflate"
PKGDEP__LOONGARCH64="${PKGDEP/mongodb/}"
PKGDEP__LOONGSON3="${PKGDEP/mongodb/}"
PKGDEP__MIPS64R6EL="${PKGDEP/mongodb/}"
Expand All @@ -13,7 +13,8 @@ BUILDDEP="doxygen graphviz opencl-registry-api swig"
PKGDES="Geospatial Data Abstraction Library"

CMAKE_AFTER=(
-DBUILD_TESTING=OFF # not until autobuild3 test framework is ready
-Deflate_LIBRARY=/usr/include/libdeflate.h
-DBUILD_TESTING=OFF # not until autobuild3 test framework is ready
)

PKGBREAK="vtk<=9.1.0-5 opencv<=4.6.0-2"
2 changes: 1 addition & 1 deletion runtime-gis/gdal/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VER=3.7.0
SRCS="tbl::https://download.osgeo.org/gdal/$VER/gdal-$VER.tar.xz"
CHKSUMS="sha256::af4b26a6b6b3509ae9ccf1fcc5104f7fe015ef2110f5ba13220816398365adce"
CHKUPDATE="anitya::id=881"
REL=2
REL=3

0 comments on commit 4030add

Please sign in to comment.