Skip to content

Commit ba30966

Browse files
committed
fmk - updating makeMac
1 parent 4c793b0 commit ba30966

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

makeMac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ while [[ $# -gt 0 ]]; do
3030
exit 1
3131
fi
3232

33-
if [[ "$ARCH" != "x86_64" ]]; then
33+
if [[ "$ARCH" == "x86_64" ]]; then
3434
CMAKE_DAKOTA_VERSION=619
3535
else
36-
CMAKE_DAKOTA_VERSION=620
36+
CMAKE_DAKOTA_VERSION=623
3737
fi
3838

3939
# 3. If valid, set the variables

modules/performUQ/dakota/dakotaProcedures.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ writeInterface(std::ostream &dakotaFile, json_t *uqData, std::string &workflowDr
441441
dakotaFile << " parameters_file = 'paramsDakota.in'\n";
442442
dakotaFile << " results_file = 'results.out' \n";
443443

444-
#if defined(DAKOTA_VERSION) && DAKOTA_VERSION >= 622
444+
#if defined(DAKOTA_VERSION) && DAKOTA_VERSION >= 619
445445
dakotaFile << " parameters_format\n aprepro \n";
446446
#else
447447
dakotaFile << " aprepro \n";

0 commit comments

Comments
 (0)