Changeset 28162
- Timestamp:
- 03/21/24 12:40:31 (13 months ago)
- Location:
- issm/trunk-jpl/externalpackages/dakota
- Files:
-
- 4 added
- 1 deleted
- 3 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/install-6.2-linux.sh
r27406 r28162 50 50 51 51 # Copy customized source and configuration files specific to Linux to 'src' directory 52 cp configs/${VER}/ linux/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake53 cp configs/${VER}/ linux/cmake/DakotaDev.cmake ${DAK_SRC}/cmake52 cp configs/${VER}/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake 53 cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake 54 54 55 55 # Disable requirement of Python 2 for TriBITS -
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac-static.sh
r28161 r28162 54 54 55 55 # Copy customized source and configuration files specific to Mac to 'src' directory 56 cp configs/${VER}/ mac/static/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake57 cp configs/${VER}/ mac/cmake/DakotaDev.cmake ${DAK_SRC}/cmake56 cp configs/${VER}/static/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake 57 cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake 58 58 cp configs/${VER}/mac/cmake/InstallDarwinDylibs.cmake ${DAK_SRC}/cmake 59 59 -
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh
r28138 r28162 51 51 52 52 # Copy customized source and configuration files specific to Mac to 'src' directory 53 cp configs/${VER}/ mac/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake54 cp configs/${VER}/ mac/cmake/DakotaDev.cmake ${DAK_SRC}/cmake53 cp configs/${VER}/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake 54 cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake 55 55 cp configs/${VER}/mac/cmake/InstallDarwinDylibs.cmake ${DAK_SRC}/cmake 56 56
Note:
See TracChangeset
for help on using the changeset viewer.