Ignore:
Timestamp:
04/29/16 13:19:29 (9 years ago)
Author:
schlegel
Message:

CHG: remove acro and jega from dakota build

File:
1 edited

Legend:

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

    r19664 r20580  
    3939           -D CMAKE_CXX_COMPILER=$ISSM_DIR/externalpackages/mpich/install/bin/mpicxx \
    4040           -D CMAKE_Fortran_COMPILER=$ISSM_DIR/externalpackages/mpich/install/bin/mpif77 \
    41            -D LDFLAGS="-std=gnu++0x" \
     41                -DHAVE_ACRO=off \
     42                -DHAVE_JEGA=off \
     43                -DBLAS_LIBS=$ISSM_DIR/externalpackages/petsc/install/lib/libfblas.a \
     44                -DLAPACK_LIBS=$ISSM_DIR/externalpackages/petsc/install/lib/libflapack.a \
    4245                -C $DAK_SRC/cmake/BuildDakotaCustom.cmake \
    4346                -C $DAK_SRC/cmake/DakotaDev.cmake \
    4447                $DAK_SRC
    4548cd ..
     49
     50#Make sure to include --download-fblaslapack=1 \ in petsc configure script to use the petsc blas and dlapack libs
     51#-DBLAS_LIBS=$ISSM_DIR/externalpackages/petsc/install/lib/libfblas.a -DLAPACK_LIBS=$ISSM_DIR/externalpackages/petsc/install/lib/libflapack.a
    4652
    4753#Compile and install dakota
Note: See TracChangeset for help on using the changeset viewer.