Changeset 27769
- Timestamp:
- 05/19/23 09:34:09 (23 months ago)
- Location:
- issm/trunk-jpl/externalpackages/dakota
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/install-6.2-pleiades.sh
r26950 r27769 12 12 # 13 13 export BLAS_LIBS="-L/nasa/intel/Compiler/2018.3.222/compilers_and_libraries_2018.3.222/linux/mkl/lib/intel64/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core" # Need to export BLAS_LIBS *and* pass it as an option to CMake to ensure that external packages also find it; should upate to /nasa/intel/Compiler/2021.4.0/mkl/2021.4.0/lib/intel64 14 export CXXFLAGS='-std=c++ 11'14 export CXXFLAGS='-std=c++98' 15 15 export DAK_BUILD=${ISSM_DIR}/externalpackages/dakota/build # DO NOT CHANGE THIS 16 16 export DAK_INSTALL=${PREFIX} # DO NOT CHANGE THIS … … 53 53 -DCMAKE_C_FLAGS="-Wno-error=implicit-function-declaration" \ 54 54 -DCMAKE_CXX_COMPILER=mpicxx \ 55 -DCMAKE_Fortran_COMPILER= /usr/bin/gfortran \55 -DCMAKE_Fortran_COMPILER=gfortran \ 56 56 -DBoost_NO_BOOST_CMAKE=TRUE \ 57 57 -DHAVE_ACRO=OFF \
Note:
See TracChangeset
for help on using the changeset viewer.