Changeset 19409
- Timestamp:
- 06/18/15 11:24:09 (10 years ago)
- Location:
- issm/trunk-jpl/externalpackages/dakota/configs/5.3.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/configs/5.3.1/BuildDakotaCustom.cmake.patch
r15247 r19409 13 13 --- 14 14 > set(BOOST_ROOT 15 > " $ENV{ISSM_DIR}/externalpackages/boost/install"15 > "/nasa/boost/1.50.0" 16 16 > CACHE PATH "Use non-standard Boost install" FORCE) 17 17 > set( Boost_NO_SYSTEM_PATHS TRUE -
issm/trunk-jpl/externalpackages/dakota/configs/5.3.1/CMakeLists.txt.pfe.patch
r18340 r19409 3 3 --- 4 4 > # TODO: Can't this be integrated into the following logic? 5 > set(BLAS_LIBS "-L/nasa/intel/ mkl/10.0.011/lib/em64t/ -lmkl -lmkl_lapack -liomp5 -lpthread")6 > set(LAPACK_LIBS "-L/nasa/intel/ mkl/10.0.011/lib/em64t/ -lmkl -lmkl_lapack -liomp5 -lpthread")5 > set(BLAS_LIBS "-L/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm") 6 > set(LAPACK_LIBS "-L/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm")
Note:
See TracChangeset
for help on using the changeset viewer.