Skip to content

Commit

Permalink
bump version (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker authored Mar 28, 2023
1 parent 1d2ee64 commit 100dcb3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# The spack extension of C2SM and MCH
[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](https://C2SM.github.io/spack-c2sm/v0.18.1.1)
[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](https://C2SM.github.io/spack-c2sm/latest)

Spack is the package manager used by C2SM and MeteoSwiss to install and deploy software on supercomputers, local machines and the cloud.

## Documentations

**Infos about c2sm-supported software and machines**
* [spack-c2sm latest](https://C2SM.github.io/spack-c2sm/latest)
* [spack-c2sm v0.18.1.2](https://C2SM.github.io/spack-c2sm/v0.18.1.2)
* [spack-c2sm v0.18.1.1](https://C2SM.github.io/spack-c2sm/v0.18.1.1)

**General infos about spack**
Expand All @@ -17,7 +18,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.1 https://github.com/C2SM/spack-c2sm.git
git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.2 https://github.com/C2SM/spack-c2sm.git
```
gets spack in the command line
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/QuickStart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 https://github.com/C2SM/spack-c2sm.git
$ git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.2 https://github.com/C2SM/spack-c2sm.git
To load it into your command line, execute

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.1 https://github.com/C2SM/spack-c2sm.git
$ git clone --depth 1 --recurse-submodules --shallow-submodules -b v0.18.1.2 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
2 changes: 1 addition & 1 deletion sysconfigs/daint/upstreams.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
upstreams:
system:
install_tree: /project/g110/spack/upstream/daint_v0.18.1.1
install_tree: /project/g110/spack/upstream/daint_v0.18.1.2
2 changes: 1 addition & 1 deletion upstreams/daint/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.1
root: /project/g110/spack/upstream/daint_v0.18.1.2

0 comments on commit 100dcb3

Please sign in to comment.