Skip to content

Commit

Permalink
Add docs on installing CABLE with spack
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Mar 20, 2024
1 parent 281a621 commit dd6d6b8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion documentation/docs/user_guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,24 @@ To enable more verbose output from Makefile builds, specify the CMake option `-D
???+ tip
Run `./build.bash --help` for information on supported options.

## Installation with `spack`

CABLE is available to be installed as a [spack](https://spack.io/) package via the [ACCESS-NRI/spack-packages][accessnri-spack-packages] repository:

```bash
$ spack list cable
cable
==> 1 packages
```

See the [README file][accessnri-spack-packages] in the package repository for instructions on how to install these packages.

[cable-github]: https://github.com/CABLE-LSM/cable.git
[NCI]: https://nci.org.au
[registration]: https://trac.nci.org.au/trac/cable/wiki/CABLE_Registration
[build.bash]: https://github.com/CABLE-LSM/CABLE/blob/main/build.bash
[build.bash-hostname-check]: https://github.com/CABLE-LSM/CABLE/blob/main/build.bash#L45-L55
[clean-build]: installation.md/#cleaning-the-build
[build-system]: ../developer_guide/other_resources/build_system.md
[hive-forum-cable]: https://forum.access-hive.org.au/c/land/cable/18
[hive-forum-cable]: https://forum.access-hive.org.au/c/land/cable/18
[accessnri-spack-packages]: https://github.com/ACCESS-NRI/spack-packages

0 comments on commit dd6d6b8

Please sign in to comment.