Skip to content

Commit

Permalink
Merge pull request #16 from PawseySC/spack-fix
Browse files Browse the repository at this point in the history
fix to ensure spack symbolic link is executable
  • Loading branch information
pelahi authored Aug 30, 2023
2 parents 32790c1 + df5c28c commit 45c5f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spack/spack-base/buildspack.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ config:\n\
&& ./bin/spack spec nano \
# generate symbolic link to spack
&& ln -s /root/spack/spack/bin/spack /usr/bin/spack \
&& chmod +x /usr/bin/spack \
&& echo "Finished"

# and copy the recipe into the docker recipes directory
Expand Down
1 change: 1 addition & 0 deletions spack/spack-mpich/buildspack.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ config:\n\
&& ./bin/spack spec nano \
# generate symbolic link to spack
&& ln -s /root/spack/spack/bin/spack /usr/bin/spack \
&& chmod +x /usr/bin/spack \
&& echo "Finished"

# and copy the recipe into the docker recipes directory
Expand Down

0 comments on commit 45c5f89

Please sign in to comment.