From 9c4e9cd293eb4cab89697ab936688640e3db9c24 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 16 Dec 2025 10:22:47 -0700 Subject: [PATCH] release/2.0: Update batch_install.sh - workaround for ParallelWorks --- util/nrl/batch_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/nrl/batch_install.sh b/util/nrl/batch_install.sh index d3ee94563..215b505e2 100755 --- a/util/nrl/batch_install.sh +++ b/util/nrl/batch_install.sh @@ -491,6 +491,9 @@ for compiler in "${SPACK_STACK_BATCH_COMPILERS[@]}"; do fi spack env activate -p ${env_dir} + # Workaround for ParallelWorks (no NRL Enterprise GitHub access yet) + sed -i 's/+adp/~adp/g' ${env_dir}/spack.yaml + # Update bootstrap mirror if requested if [[ "${update_bootstrap_mirror}" == "true"* ]]; then tmp_bootstrap_mirror_path=${PWD}/tmp-bootstrap-mirror-${env_name}