Changeset 28162


Ignore:
Timestamp:
03/21/24 12:40:31 (13 months ago)
Author:
jdquinn
Message:

CHG: Corrected paths to config files

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  
    5050
    5151# Copy customized source and configuration files specific to Linux to 'src' directory
    52 cp configs/${VER}/linux/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake
    53 cp configs/${VER}/linux/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
     52cp configs/${VER}/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake
     53cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
    5454
    5555# Disable requirement of Python 2 for TriBITS
  • issm/trunk-jpl/externalpackages/dakota/install-6.2-mac-static.sh

    r28161 r28162  
    5454
    5555# Copy customized source and configuration files specific to Mac to 'src' directory
    56 cp configs/${VER}/mac/static/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake
    57 cp configs/${VER}/mac/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
     56cp configs/${VER}/static/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake
     57cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
    5858cp configs/${VER}/mac/cmake/InstallDarwinDylibs.cmake ${DAK_SRC}/cmake
    5959
  • issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh

    r28138 r28162  
    5151
    5252# Copy customized source and configuration files specific to Mac to 'src' directory
    53 cp configs/${VER}/mac/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake
    54 cp configs/${VER}/mac/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
     53cp configs/${VER}/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake
     54cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
    5555cp configs/${VER}/mac/cmake/InstallDarwinDylibs.cmake ${DAK_SRC}/cmake
    5656
Note: See TracChangeset for help on using the changeset viewer.