Skip to content

Commit

Permalink
Update Spack cloning recipe in the Docker recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Nov 26, 2024
1 parent 51a1622 commit f577c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib:"${LD_LIBRARY_PATH}"

# Set up Spack
COPY spack-config ${USER_HOME}/.spack
RUN git clone -b releases/v0.19 https://github.com/spack/spack.git spack && echo ". ${USER_HOME}/spack/share/spack/setup-env.sh" >> ${USER_HOME}/.bashrc
RUN git clone -b v0.23.0 -c feature.manyFiles=true --depth=2 https://github.com/spack/spack.git spack && echo ". ${USER_HOME}/spack/share/spack/setup-env.sh" >> ${USER_HOME}/.bashrc
RUN sudo chown -R $USER_NAME:$USER_NAME .spack && . ${USER_HOME}/spack/share/spack/setup-env.sh && spack spec yaml-cpp
# Bootstrap clingo
#COPY bootstrap-spack.sh ${USER_HOME}/bootstrap-spack.sh
Expand Down

0 comments on commit f577c84

Please sign in to comment.