Changeset 19541
- Timestamp:
- 09/04/15 12:16:49 (10 years ago)
- Location:
- issm/trunk-jpl/externalpackages/dakota
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/configs/6.1/BuildDakotaCustom.cmake.mac.patch
r19532 r19541 1 1 64,65c64,65 2 < #set( DAKOTA_HAVE 2 < #set( DAKOTA_HAVE_MPI ON 3 3 < # CACHE BOOL "Build with MPI enabled" FORCE) 4 4 --- 5 > set( DAKOTA_HAVE 5 > set( DAKOTA_HAVE_MPI OFF 6 6 > CACHE BOOL "Build with MPI disabled" FORCE) 7 7 91,93c91,93 -
issm/trunk-jpl/externalpackages/dakota/configs/6.1/BuildDakotaCustom.cmake.patch
r19539 r19541 1 1 64,65c64,65 2 < #set( DAKOTA_HAVE 2 < #set( DAKOTA_HAVE_MPI ON 3 3 < # CACHE BOOL "Build with MPI enabled" FORCE) 4 4 --- 5 > set( DAKOTA_HAVE 5 > set( DAKOTA_HAVE_MPI OFF 6 6 > CACHE BOOL "Build with MPI disabled" FORCE) 7 7 73,77c73,77 -
issm/trunk-jpl/externalpackages/dakota/install-6.1-linux64.sh
r19540 r19541 24 24 cp $DAK_SRC/cmake/BuildDakotaTemplate.cmake $DAK_SRC/cmake/BuildDakotaCustom.cmake 25 25 patch $DAK_SRC/cmake/BuildDakotaCustom.cmake configs/6.1/BuildDakotaCustom.cmake.patch 26 #patch $DAK_SRC/cmake/DakotaDev.cmake configs/6.1/DakotaDev.cmake.patch26 patch $DAK_SRC/cmake/DakotaDev.cmake configs/6.1/DakotaDev.cmake.patch 27 27 #patch $DAK_SRC/CMakeLists.txt configs/6.1/CMakeLists.txt.patch 28 28 -
issm/trunk-jpl/externalpackages/dakota/install-6.1-macosx64-yosemite.sh
r19540 r19541 24 24 cp $DAK_SRC/cmake/BuildDakotaTemplate.cmake $DAK_SRC/cmake/BuildDakotaCustom.cmake 25 25 patch $DAK_SRC/cmake/BuildDakotaCustom.cmake configs/6.1/BuildDakotaCustom.cmake.patch 26 #patch $DAK_SRC/cmake/DakotaDev.cmake configs/6.1/DakotaDev.cmake.patch26 patch $DAK_SRC/cmake/DakotaDev.cmake configs/6.1/DakotaDev.cmake.patch 27 27 patch $DAK_SRC/CMakeLists.txt configs/6.1/CMakeLists.txt.patch 28 28 -
issm/trunk-jpl/externalpackages/dakota/install-6.1-macosx64.sh
r19540 r19541 24 24 cp $DAK_SRC/cmake/BuildDakotaTemplate.cmake $DAK_SRC/cmake/BuildDakotaCustom.cmake 25 25 patch $DAK_SRC/cmake/BuildDakotaCustom.cmake configs/6.1/BuildDakotaCustom.cmake.mac.patch 26 #patch $DAK_SRC/cmake/DakotaDev.cmake configs/6.1/DakotaDev.cmake.patch26 patch $DAK_SRC/cmake/DakotaDev.cmake configs/6.1/DakotaDev.cmake.patch 27 27 patch $DAK_SRC/CMakeLists.txt configs/6.1/CMakeLists.txt.patch 28 28
Note:
See TracChangeset
for help on using the changeset viewer.