We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbdaea commit 9c4e9cdCopy full SHA for 9c4e9cd
util/nrl/batch_install.sh
@@ -491,6 +491,9 @@ for compiler in "${SPACK_STACK_BATCH_COMPILERS[@]}"; do
491
fi
492
spack env activate -p ${env_dir}
493
494
+ # Workaround for ParallelWorks (no NRL Enterprise GitHub access yet)
495
+ sed -i 's/+adp/~adp/g' ${env_dir}/spack.yaml
496
+
497
# Update bootstrap mirror if requested
498
if [[ "${update_bootstrap_mirror}" == "true"* ]]; then
499
tmp_bootstrap_mirror_path=${PWD}/tmp-bootstrap-mirror-${env_name}
0 commit comments