source: issm/oecreview/Archive/25834-26739/ISSM-25856-25857.diff

Last change on this file was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 758 bytes
  • ../trunk-jpl/etc/environment.sh

     
    247247        ld_library_path_append "${MPI_ROOT}/lib"
    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
    252257        export PETSC_ROOT # Used in installation of Gmsh
     
    301306        fi
    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"
    309311
Note: See TracBrowser for help on using the repository browser.