Skip to content

Commit

Permalink
Fix scisoft url
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Sep 30, 2024
1 parent 5859ce5 commit 2307df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/make_subspack
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ SPACK_ROOTb=`basename $SPACK_ROOT`
SPACK_ROOTd=`dirname $SPACK_ROOT`

binary_cache=https://spack-cache-1.fnal.gov/binaries/
binary_cache_bak=https://scisoft.fnal.gov/spack-mirror/
binary_cache_bak=https://scisoft.fnal.gov/scisoft/spack-mirror/spack-binary-cache-plain/

mkdir -p $SPACK_ROOTd
export SPACK_ROOT
Expand Down Expand Up @@ -327,6 +327,7 @@ if [ "$local_env" != "" ]
then
message creating ${local_env}_local environment ...
$SPACK_ROOT/bin/spack env create ${local_env}_local $src/var/spack/environments/${local_env}/spack.yaml
cp $src/var/spack/environments/${local_env}/freeze.*.yaml $SPACK_ROOT/var/spack/environments/${local_env}_local
fi

if [ "$dev_pkgs" != "" ]
Expand Down

0 comments on commit 2307df9

Please sign in to comment.