Skip to content

Commit

Permalink
Revert "Revert "CUTAX FIX (#1708)" (#1709)" (#1719)
Browse files Browse the repository at this point in the history
This reverts commit b619f61.
  • Loading branch information
rsriya authored Jun 18, 2024
1 parent 44104e5 commit e601017
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions create-env
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,13 @@ elif [ -e \$config_path_midway3 ]; then
fi
# grab a local cutax installation if we have one
MIDWAY_CUTAX_DIR=/dali/lgrandi/xenonnt/software/cutax/${cutax_version}
DALI_CUTAX_DIR=/dali/lgrandi/xenonnt/software/cutax/${cutax_version}
MIDWAY2_CUTAX_DIR=/project2/lgrandi/xenonnt/software/cutax/${cutax_version}
MIDWAY3_CUTAX_DIR=/project/lgrandi/xenonnt/software/cutax/${cutax_version}
OSG_CUTAX_DIR=/ospool/uc-shared/project/xenon/xenonnt/software/cutax/${cutax_version}
if [ "x\${CUTAX_LOCATION}" = "x" ]; then
for dir in \${MIDWAY_CUTAX_DIR} \${OSG_CUTAX_DIR}; do
for dir in \${DALI_CUTAX_DIR} \${MIDWAY2_CUTAX_DIR} \${MIDWAY3_CUTAX_DIR} \${OSG_CUTAX_DIR}; do
if [ -e \$dir ]; then
CUTAX_LOCATION=\$dir
fi
Expand Down

0 comments on commit e601017

Please sign in to comment.