Changeset 25857


Ignore:
Timestamp:
12/12/20 00:31:07 (4 years ago)
Author:
jdquinn
Message:

CHG: Fix for GMT on macOS binaries

File:
1 edited

Legend:

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

    r25856 r25857  
    248248fi
    249249
     250LAPACK_ROOT="${ISSM_EXT_DIR}/lapack/install"
     251if [ -d "${LAPACK_ROOT}" ]; then
     252        ld_library_path_append "${LAPACK_ROOT}/lib"
     253fi
     254
    250255PETSC_ROOT="${ISSM_EXT_DIR}/petsc/install"
    251256if [ -d "$PETSC_ROOT" ]; then
     
    302307fi
    303308
    304 LAPACK_ROOT="${ISSM_EXT_DIR}/lapack/install"
    305 ld_library_path_append "${LAPACK_ROOT}/lib"
    306 
    307309SCOTCH_ROOT="${ISSM_EXT_DIR}/scotch/install"
    308310ld_library_path_append "${SCOTCH_ROOT}/lib"
Note: See TracChangeset for help on using the changeset viewer.