From ddb0a85ea3f43f3c8651e445c21dfa45ba3b1360 Mon Sep 17 00:00:00 2001 From: Dominic Hofer Date: Wed, 24 May 2023 13:24:33 +0200 Subject: [PATCH] Version bump (#746) --- README.md | 3 ++- docs/QuickStart.rst | 6 +++--- docs/Testing.rst | 2 +- docs/UpstreamManagement.rst | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf00bb02d0..85c2f93952 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Spack is the package manager used by C2SM and MeteoSwiss to install and deploy s **Infos about c2sm-supported software and machines** * [spack-c2sm latest](https://C2SM.github.io/spack-c2sm/latest) + * [spack-c2sm v0.18.1.6](https://C2SM.github.io/spack-c2sm/v0.18.1.6) * [spack-c2sm v0.18.1.5](https://C2SM.github.io/spack-c2sm/v0.18.1.5) * [spack-c2sm v0.18.1.4](https://C2SM.github.io/spack-c2sm/v0.18.1.4) * [spack-c2sm v0.18.1.3](https://C2SM.github.io/spack-c2sm/v0.18.1.3) @@ -21,7 +22,7 @@ With spack v0.18 we suggest local/individual spack instances and the use of spac A user clones the spack repo ```bash -git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.5 https://github.com/C2SM/spack-c2sm.git +git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.6 https://github.com/C2SM/spack-c2sm.git ``` gets spack in the command line ```bash diff --git a/docs/QuickStart.rst b/docs/QuickStart.rst index c1293752d2..42619ec731 100644 --- a/docs/QuickStart.rst +++ b/docs/QuickStart.rst @@ -9,7 +9,7 @@ To set up a Spack instance, clone the repository .. code-block:: console - $ git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.5 https://github.com/C2SM/spack-c2sm.git + $ git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.6 https://github.com/C2SM/spack-c2sm.git To load it into your command line, execute @@ -103,7 +103,7 @@ Example to build ICON for CPU with NVHPC: .. code-block:: console - $ spack env activate -d config/cscs/spack/v0.18.1.5/daint_cpu_nvhpc + $ spack env activate -d config/cscs/spack/v0.18.1.6/daint_cpu_nvhpc $ spack install .. attention:: @@ -116,7 +116,7 @@ Out-of-source builds are possible as follows: $ mkdir cpu && cd cpu $ cp -r ../config . - $ spack env activate -d config/cscs/spack/v0.18.1.5/daint_cpu_nvhpc + $ spack env activate -d config/cscs/spack/v0.18.1.6/daint_cpu_nvhpc $ spack install .. attention:: diff --git a/docs/Testing.rst b/docs/Testing.rst index d5062b2c52..9b5b573df7 100644 --- a/docs/Testing.rst +++ b/docs/Testing.rst @@ -10,7 +10,7 @@ This is a common way to do it. .. code-block:: console # cd into the packages repo! - $ git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.5 https://github.com/C2SM/spack-c2sm.git + $ git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.6 https://github.com/C2SM/spack-c2sm.git $ . spack-c2sm/setup-env.sh $ spack dev-build --test=root --show-log-on-error @develop diff --git a/docs/UpstreamManagement.rst b/docs/UpstreamManagement.rst index bfe9805f2e..84cc5c705e 100644 --- a/docs/UpstreamManagement.rst +++ b/docs/UpstreamManagement.rst @@ -7,7 +7,7 @@ its own software stack. Install upstream ---------------------- -The upstream instances are installed for each tag through a dedicated `Jenkinks plan (Install upstream) `_. +The upstream instances are installed for each tag through a dedicated `Jenkinks plan (Install upstream) `_. Each new tag of spack-c2sm needs a new plan, it can simply be copied from existing one. The only thing to adapt is the default value of the spack-tag. Uninstall upstream