There was an error while loading. Please reload this page.
1 parent bf24c49 commit 042cddbCopy full SHA for 042cddb
1 file changed
ci/docker/build.Dockerfile
@@ -90,7 +90,9 @@ RUN spack repo add --scope site /user_repo
90
### Workaround until CE provides full MPI substitution.
91
# Add ~/site/repo if it exists in the base image
92
RUN if [ -d ~/site/repo ]; then \
93
- spack repo add --scope site ~/site/repo; \
+ # spack repo add --scope site ~/site/repo; \
94
+ git clone -b spack-compilers-as-nodes --single-branch https://github.com/msimberg/alps-cluster-config ~/custom-site; \
95
+ spack repo add --scope site ~/custom-site/site/repo; \
96
fi
97
98
# Add languages as dependencies to cray-mpich to make sure it correctly finds
0 commit comments