Changeset 28209
- Timestamp:
- 04/05/24 10:33:04 (12 months ago)
- Location:
- issm/trunk-jpl/externalpackages/netcdf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/netcdf/install-4-static.sh
r28198 r28209 25 25 VER="4.9.2" 26 26 27 PREFIX="${ISSM_ DIR}/externalpackages/netcdf/install" # Set to location where external package should be installed27 PREFIX="${ISSM_EXT_STATIC_DIR}/netcdf/install" # Set to location where external package should be installed 28 28 29 29 # Environment … … 31 31 export CC=mpicc 32 32 export CFLAGS="${CFLAGS} -w" 33 export CXX=mpicxx 34 export CXXFLAGS="${CXXFLAGS} -w" 33 35 34 36 # Download source -
issm/trunk-jpl/externalpackages/netcdf/install-4.sh
r28198 r28209 17 17 VER="4.9.2" 18 18 19 PREFIX="${ISSM_ DIR}/externalpackages/netcdf/install" # Set to location where external package should be installed19 PREFIX="${ISSM_EXT_SHARED_DIR}/netcdf/install" # Set to location where external package should be installed 20 20 21 21 # Environment … … 23 23 export CC=mpicc 24 24 export CFLAGS="${CFLAGS} -w" 25 export CXX=mpicxx 26 export CXXFLAGS="${CXXFLAGS} -w" 25 27 26 28 # Download source
Note:
See TracChangeset
for help on using the changeset viewer.