Changeset 24494


Ignore:
Timestamp:
12/25/19 17:55:27 (5 years ago)
Author:
inwoo
Message:

CHG: fix blas lib path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/dakota/install-6.2-linux64.sh

    r24372 r24494  
    2323export DAK_BUILD=$ISSM_DIR/externalpackages/dakota/build
    2424export MPIHOME=$ISSM_DIR/externalpackages/mpich/install
    25 export BLAS_LIBS="-L${ISSM_DIR}/externalpackages/lapack/install/lib -lblas" # Need to export BLAS_LIBS *and* pass is as an option to CMake to ensure that external packages also find it
     25export BLAS_LIBS="-L${ISSM_DIR}/externalpackages/blas/install/lib -lblas" # Need to export BLAS_LIBS *and* pass is as an option to CMake to ensure that external packages also find it
    2626export LAPACK_LIBS="-L${ISSM_DIR}/externalpackages/lapack/install/lib -llapack" # Need to export BLAS_LIBS *and* pass is as an option to CMake to ensure that
    2727cp $DAK_SRC/cmake/BuildDakotaTemplate.cmake $DAK_SRC/cmake/BuildDakotaCustom.cmake
Note: See TracChangeset for help on using the changeset viewer.