Skip to content

Commit

Permalink
Version bump to v0.18.1.5 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Hofer authored May 10, 2023
1 parent 42907f7 commit 4854300
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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)
* [spack-c2sm v0.18.1.2](https://C2SM.github.io/spack-c2sm/v0.18.1.2)
Expand All @@ -20,7 +21,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.4 https://github.com/C2SM/spack-c2sm.git
git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.5 https://github.com/C2SM/spack-c2sm.git
```
gets spack in the command line
```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/QuickStart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Example to build ICON for CPU with NVHPC:

.. code-block:: console
$ spack env activate -p -d config/cscs/spack/v0.18.1.1/daint_cpu_nvhpc
$ spack env activate -p -d config/cscs/spack/v0.18.1.5/daint_cpu_nvhpc
$ spack install
.. attention::
Expand All @@ -116,7 +116,7 @@ Out-of-source builds are possible as follows:
$ mkdir cpu && cd cpu
$ cp -r ../config .
$ spack env activate -p -d config/cscs/spack/v0.18.1.1/daint_cpu_nvhpc
$ spack env activate -p -d config/cscs/spack/v0.18.1.5/daint_cpu_nvhpc
$ spack install
.. attention::
Expand Down
2 changes: 1 addition & 1 deletion docs/Testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.4 https://github.com/C2SM/spack-c2sm.git
$ git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.5 https://github.com/C2SM/spack-c2sm.git
$ . spack-c2sm/setup-env.sh
$ spack dev-build --test=root --show-log-on-error <package> @develop <variant>
Expand Down
6 changes: 3 additions & 3 deletions sysconfigs/daint/upstreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
upstreams:
base:
install_tree: /project/g110/spack/upstream/daint_v0.18.1.4/base
install_tree: /project/g110/spack/upstream/daint_v0.18.1.5/base
icon-dsl:
install_tree: /project/g110/spack/upstream/daint_v0.18.1.4/icon-dsl
install_tree: /project/g110/spack/upstream/daint_v0.18.1.5/icon-dsl
icon-rttov:
install_tree: /project/g110/spack/upstream/daint_v0.18.1.4/icon-rttov
install_tree: /project/g110/spack/upstream/daint_v0.18.1.5/icon-rttov
2 changes: 1 addition & 1 deletion test/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_upstream_from_config(self):
upstream_base = read_upstream_from_spack_yaml(
os.path.join(os.path.normpath(spack_c2sm_path),
'upstreams/daint/base'))
self.assertEqual('/project/g110/spack/upstream/daint_v0.18.1.4/base',
self.assertEqual('/project/g110/spack/upstream/daint_v0.18.1.5/base',
upstream_base)


Expand Down
2 changes: 1 addition & 1 deletion upstreams/daint/base/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spack:
view: false
config:
install_tree:
root: /project/g110/spack/upstream/daint_v0.18.1.4/base
root: /project/g110/spack/upstream/daint_v0.18.1.5/base
2 changes: 1 addition & 1 deletion upstreams/daint/icon-dsl/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spack:
view: false
config:
install_tree:
root: /project/g110/spack/upstream/daint_v0.18.1.4/icon-dsl
root: /project/g110/spack/upstream/daint_v0.18.1.5/icon-dsl
2 changes: 1 addition & 1 deletion upstreams/daint/icon-rttov/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spack:
view: false
config:
install_tree:
root: /project/g110/spack/upstream/daint_v0.18.1.4/icon-rttov
root: /project/g110/spack/upstream/daint_v0.18.1.5/icon-rttov

0 comments on commit 4854300

Please sign in to comment.