diff --git a/cmake_build_script_gadi-intel.sh b/cmake_build_script_gadi-intel.sh index d0fce96..8f71252 100755 --- a/cmake_build_script_gadi-intel.sh +++ b/cmake_build_script_gadi-intel.sh @@ -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 diff --git a/cmake_build_script_windows-vs2022.bat b/cmake_build_script_windows-vs2022.bat index 8e93bdc..6e98542 100644 --- a/cmake_build_script_windows-vs2022.bat +++ b/cmake_build_script_windows-vs2022.bat @@ -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