Skip to content
Snippets Groups Projects
Commit a642a606 authored by Jakob Kaiser's avatar Jakob Kaiser
Browse files

chore: make naming of file more clear

Change-Id: I15d3972a48476cc7ede3a9369c684ae35cc620f5
parent 4b455326
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ source "${SOURCE_DIR}/commons.sh"
"${SPACK_INSTALL_SCRIPTS}/prepare_spack_as_root.sh"
sudo -Eu spack "${SPACK_INSTALL_SCRIPTS}/install_dependencies.sh"
sudo -Eu spack "${SPACK_INSTALL_SCRIPTS}/install_spack.sh" && \
sudo -Eu spack "${SPACK_INSTALL_SCRIPTS}/install_spack_packages.sh" && \
sudo -Eu spack ${MY_SPACK_CMD} compiler add --scope site /usr/bin && \
sudo -Eu spack "${SPACK_INSTALL_SCRIPTS}/restore_spack_user_settings.sh" && \
# remove temporary cache folder
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment