From dbf048abfe2f81597fd07a1a87141a47bfefcffe Mon Sep 17 00:00:00 2001 From: tldahlgren Date: Thu, 31 Jul 2025 16:16:09 -0700 Subject: [PATCH 1/2] Setup: update to v1.0, hpcic; add a spack tutorial warning --- common/setup.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/common/setup.rst b/common/setup.rst index 28f85e8e00..07a220c607 100644 --- a/common/setup.rst +++ b/common/setup.rst @@ -2,16 +2,19 @@ If you have not done the prior sections, you'll need to start the docker image:: - docker run -it ghcr.io/spack/tutorial:pearc25 + docker run -it ghcr.io/spack/tutorial:hpcic25 and then set Spack up like this:: - git clone --depth=20 --branch=releases/v0.23 https://github.com/spack/spack + git clone --depth=20 --branch=releases/v1.0 https://github.com/spack/spack . spack/share/spack/setup-env.sh spack tutorial -y spack bootstrap now spack compiler find - See the :ref:`basics-tutorial` for full details on setup. For more - help, join us in the ``#tutorial`` channel on Slack -- get an - invitation at `slack.spack.io `_ + See the :ref:`basics-tutorial` for full details on setup. For more help, join us in the ``#tutorial`` channel on Slack -- get an invitation at `slack.spack.io `_ + + .. warning:: + + The ``spack tutorial -y`` command is intended for use in a container or VM. + It replaces some configuration files in order to establish suitable settings for the tutorial. From c59e42ec82a5088a434276eaab6d1838e8e80ce3 Mon Sep 17 00:00:00 2001 From: tldahlgren Date: Thu, 31 Jul 2025 16:22:58 -0700 Subject: [PATCH 2/2] Rephrase warning Signed-off-by: tldahlgren --- common/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/setup.rst b/common/setup.rst index 07a220c607..6150e9951c 100644 --- a/common/setup.rst +++ b/common/setup.rst @@ -17,4 +17,4 @@ .. warning:: The ``spack tutorial -y`` command is intended for use in a container or VM. - It replaces some configuration files in order to establish suitable settings for the tutorial. + Use with care in other environments since it replaces some configuration files in order to establish suitable settings for the tutorial.