Changeset 19453


Ignore:
Timestamp:
07/17/15 17:39:05 (10 years ago)
Author:
glperez
Message:

CHG: fixed typo of BLAS and LAPACK dirs.

File:
1 edited

Legend:

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

    r19451 r19453  
    3636#Configure dakota
    3737cd $DAK_BUILD
    38 cmake -C $DAK_SRC/cmake/BuildDakotaCustom.cmake -C $DAK_SRC/cmake/DakotaDev.cmake $DAK_SRC -DBLAS_LIBS=$ISSM_DIR/externalpackages/petsc/install/libfblas.a -DLAPACK_LIBS=$ISSM_DIR/externalpackages/petsc/install/libflapack.a
     38cmake -C $DAK_SRC/cmake/BuildDakotaCustom.cmake -C $DAK_SRC/cmake/DakotaDev.cmake $DAK_SRC -DBLAS_LIBS=$ISSM_DIR/externalpackages/petsc/install/lib/libfblas.a -DLAPACK_LIBS=$ISSM_DIR/externalpackages/petsc/install/lib/libflapack.a
    3939cd ..
    4040
Note: See TracChangeset for help on using the changeset viewer.