Changeset 27336
- Timestamp:
- 10/26/22 09:36:25 (2 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.sh
r27202 r27336 381 381 if [ -d "${PETSC_ROOT}" ]; then 382 382 export PETSC_ROOT # Used in installation of Gmsh 383 cpath_prepend "${PETSC_ROOT}/include" 383 384 library_path_prepend "${PETSC_ROOT}/lib" 384 385 ld_library_path_prepend "${PETSC_ROOT}/lib" … … 519 520 SQLITE_ROOT="${ISSM_EXT_DIR}/sqlite/install" 520 521 if [ -d "${SQLITE_ROOT}" ]; then 522 export SQLITE_ROOT # Used in installation of GDAL 521 523 path_prepend "${SQLITE_ROOT}/bin" 522 524 cpath_prepend "${SQLITE_ROOT}/include"
Note:
See TracChangeset
for help on using the changeset viewer.