Skip to content

Commit

Permalink
Set SPACK_ROOT to make qemu-aarch happy
Browse files Browse the repository at this point in the history
  • Loading branch information
zackgalbreath committed Mar 9, 2023
1 parent 4c6419f commit 18f6234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfiles/e4s-amazonlinux-2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN python3 -m pip install --upgrade pip setuptools wheel \

COPY gpg.yaml /spack.yaml
RUN git clone https://github.com/spack/spack /spack \
&& export SPACK_ROOT=/spack \
&& . /spack/share/spack/setup-env.sh \
&& time spack -e . concretize -f | tee concretize.log \
&& spack -e . install \
Expand Down

0 comments on commit 18f6234

Please sign in to comment.