Changeset 27336


Ignore:
Timestamp:
10/26/22 09:36:25 (2 years ago)
Author:
jdquinn
Message:

CHG: EIS-related commits

Location:
issm/trunk-jpl
Files:
4 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/etc/environment.sh

    r27202 r27336  
    381381if [ -d "${PETSC_ROOT}" ]; then
    382382        export PETSC_ROOT # Used in installation of Gmsh
     383        cpath_prepend "${PETSC_ROOT}/include"
    383384        library_path_prepend "${PETSC_ROOT}/lib"
    384385        ld_library_path_prepend "${PETSC_ROOT}/lib"
     
    519520SQLITE_ROOT="${ISSM_EXT_DIR}/sqlite/install"
    520521if [ -d "${SQLITE_ROOT}" ]; then
     522        export SQLITE_ROOT # Used in installation of GDAL
    521523        path_prepend "${SQLITE_ROOT}/bin"
    522524        cpath_prepend "${SQLITE_ROOT}/include"
Note: See TracChangeset for help on using the changeset viewer.