Skip to content

Commit

Permalink
Update to gdal version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rcb547 committed Apr 18, 2024
1 parent 6f93ad0 commit 01777cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake_build_script_gadi-intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export PETSC_LIBRARY_DIR=$PETSC_DIR/lib/ompi3/Intel

# INSTALL_DIR is the directory where the built package will be installed
export INSTALL_DIR=$PWD/install-intel
#export INSTALL_DIR=/g/data/qi71/apps/ga-aem/csiro-dev-20240329
#export INSTALL_DIR=/g/data/qi71/apps/ga-aem/2.0.0

# BUILD_DIR is a temporary directory for building (compiling and linking) the package
export BUILD_DIR=$PWD/build-intel
Expand Down
2 changes: 1 addition & 1 deletion cmake_build_script_windows-vs2022.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REM Set the NetCDF path if not set in user environment externally
SET NETCDF_DIR=C:\Program Files\netCDF 4.9.2

REM Set the GDAL path if not set in user environment externally
SET GDAL_DIR=%LocalAppData%\gdal-3.0.4
SET GDAL_DIR=%LocalAppData%\gdal-3.7.1-mapserver-8-0-1

REM Set the PETSc paths if not set in user environment externally
SET PETSC_DIR=%LocalAppData%\petsc\3.9.4\vs2017
Expand Down

0 comments on commit 01777cf

Please sign in to comment.