Skip to content

Commit

Permalink
Merge pull request #21156 from branfosj/20240808171424_new_pr_GDAL362
Browse files Browse the repository at this point in the history
disable use of MySQL in GDAL
  • Loading branch information
jfgrimm authored Aug 9, 2024
2 parents 1406299 + 06bcdf1 commit 56786ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions easybuild/easyconfigs/g/GDAL/GDAL-3.6.2-foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ _base_configopts = ' '.join([
'-DGDAL_USE_INTERNAL_LIBS=OFF',
'-DGEOTIFF_INCLUDE_DIR=$EBROOTLIBGEOTIFF/include',
'-DPython_ROOT=$EBROOTPYTHON',
'-DGDAL_USE_MYSQL=OFF',
])

# iterative build for both static and shared libraries
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/g/GDAL/GDAL-3.7.1-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [
]

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

configopts = [
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/g/GDAL/GDAL-3.9.0-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies = [
]

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

configopts = [
Expand Down

0 comments on commit 56786ee

Please sign in to comment.