Skip to content

Commit

Permalink
paths...
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthuisman committed Jul 7, 2023
1 parent 809872f commit 651c791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_spack_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ cd "$TMP_DIR"
git clone -c feature.manyFiles=true https://github.com/spack/spack.git
# ./spack/bin/spack install libelf
. spack/share/spack/setup-env.sh
cp ./spack/package.py spack/var/spack/repos/builtin/packages/arbor/
cp ${ARBOR_SOURCE}/spack/package.py spack/var/spack/repos/builtin/packages/arbor/

spack env create -d ./spack_env
spacktivate ./spack_env
spack add arbor
ARBOR_VERSION=$(cat "$ARBOR_SOURCE/VERSION")
spack develop --path "$ARBOR_SOURCE" --no-clone arbor@${ARBOR_VERSION} +python
spack develop --path ${ARBOR_SOURCE} --no-clone arbor@${ARBOR_VERSION} +python
spack concretize -f
spack install

0 comments on commit 651c791

Please sign in to comment.