Skip to content

Commit 9c4e9cd

Browse files
authored
release/2.0: Update batch_install.sh - workaround for ParallelWorks
1 parent cdbdaea commit 9c4e9cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/nrl/batch_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,9 @@ for compiler in "${SPACK_STACK_BATCH_COMPILERS[@]}"; do
491491
fi
492492
spack env activate -p ${env_dir}
493493

494+
# Workaround for ParallelWorks (no NRL Enterprise GitHub access yet)
495+
sed -i 's/+adp/~adp/g' ${env_dir}/spack.yaml
496+
494497
# Update bootstrap mirror if requested
495498
if [[ "${update_bootstrap_mirror}" == "true"* ]]; then
496499
tmp_bootstrap_mirror_path=${PWD}/tmp-bootstrap-mirror-${env_name}

0 commit comments

Comments
 (0)