Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions easybuild/easyconfigs/g/GDAL/GDAL-3.10.0-foss-2024a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies = [
('libjpeg-turbo', '3.0.1'),
('LibTIFF', '4.6.0'),
('zlib', '1.3.1'),
('zstd', '1.5.6'),
('cURL', '8.7.1'),
('PCRE', '8.45'),
('PROJ', '9.4.1'),
Expand All @@ -57,11 +58,13 @@ dependencies = [
('OpenJPEG', '2.5.2'),
('SWIG', '4.2.1'),
('netCDF', '4.9.2'),
('Arrow', '17.0.0'),
]

# iterative build for both static and shared libraries
local_configopts_common = "-DGDAL_USE_INTERNAL_LIBS=OFF -DGDAL_USE_MYSQL=OFF -DGDAL_USE_POPPLER=OFF "
local_configopts_common += "-DGEOTIFF_INCLUDE_DIR=$EBROOTLIBGEOTIFF/include -DPython_ROOT=$EBROOTPYTHON "
local_configopts_common += "-DZSTD_ROOT=$EBROOTZSTD "

configopts = [
local_configopts_common + "-DBUILD_SHARED_LIBS=OFF",
Expand Down
3 changes: 3 additions & 0 deletions easybuild/easyconfigs/g/GDAL/GDAL-3.11.1-foss-2025a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies = [
('libjpeg-turbo', '3.1.0'),
('LibTIFF', '4.7.0'),
('zlib', '1.3.1'),
('zstd', '1.5.6'),
('cURL', '8.11.1'),
('PCRE', '8.45'),
('PROJ', '9.6.2'),
Expand All @@ -57,11 +58,13 @@ dependencies = [
('OpenJPEG', '2.5.3'),
('SWIG', '4.3.1'),
('netCDF', '4.9.3'),
('Arrow', '22.0.0'),
]

# iterative build for both static and shared libraries
local_configopts_common = "-DGDAL_USE_INTERNAL_LIBS=OFF -DGDAL_USE_MYSQL=OFF -DGDAL_USE_POPPLER=OFF "
local_configopts_common += "-DGEOTIFF_INCLUDE_DIR=$EBROOTLIBGEOTIFF/include -DPython_ROOT=$EBROOTPYTHON "
local_configopts_common += "-DZSTD_ROOT=$EBROOTZSTD "

configopts = [
local_configopts_common + "-DBUILD_SHARED_LIBS=OFF",
Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/g/GDAL/GDAL-3.11.3-foss-2025b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies = [
('OpenJPEG', '2.5.3'),
('SWIG', '4.3.1'),
('netCDF', '4.9.3'),
('Arrow', '22.0.0'),
]

# iterative build for both static and shared libraries
Expand Down
Loading