Commit c2cde1e 1 parent dc6c5d4 commit c2cde1e Copy full SHA for c2cde1e
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source buildsystem/spack/load_spack.sh &&
4
4
SPACK_MIRROR=" ${SPACK_MIRROR:? SPACK_MIRROR is unset. Please use the load_spack script first.} " &&
5
- spack develop --path=$( pwd) exago@develop &&
6
- spack bootstrap now &&
7
- spack concretize -f &&
8
- (spack mirror create -a --directory $SPACK_MIRROR || true) &&
9
- spack mirror add local file://$SPACK_MIRROR &&
10
- spack mirror list
5
+ spack -e $SPACKENV develop --path=$( pwd) exago@develop &&
6
+ spack -e $SPACKENV bootstrap now &&
7
+ spack -e $SPACKENV concretize -f &&
8
+ (spack -e $SPACKENV mirror create -a --directory $SPACK_MIRROR || true) &&
9
+ spack -e $SPACKENV mirror add local file://$SPACK_MIRROR &&
10
+ spack -e $SPACKENV mirror list
11
11
12
12
res=$?
13
13
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ cp /qfs/projects/earthshot/src/coinhsl-archive-2019.05.21.tar.gz . &&
46
46
. buildsystem/spack/load_spack.sh &&
47
47
. buildsystem/spack/binary_mirror.sh &&
48
48
# spack clean -abm && # shouldn't run this everytime...
49
- spack develop --no-clone --path=$( pwd) exago@develop &&
49
+ spack -e $SPACKENV develop --no-clone --path=$( pwd) exago@develop &&
50
50
mkdir hiop_dev
51
- spack develop --clone --force FORCE --path=$( pwd) /hiop_dev hiop@develop &&
51
+ spack -e $SPACKENV develop --clone --force FORCE --path=$( pwd) /hiop_dev hiop@develop &&
52
52
cd hiop_dev &&
53
53
git submodule update --init --recursive &&
54
54
# git checkout develop && #test out patch
You can’t perform that action at this time.
0 commit comments