Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spack version in CI and add note in docs #297

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
os:
- ubuntu-latest
spack_version:
# In README.md we claim compatibility with v0.18.0
- v0.18.0
# In README.md we claim compatibility with v0.20.0
- v0.20.0
- develop
spack_spec:
# `example` is a package in our custom Spack repo, ensure we can build
Expand Down
5 changes: 5 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Check spack is in `$PATH`, for example
spack --version
```

### Version

We recommend using the latest spack version (develop). Stable spack releases starting from v0.20.0
are supported. Older versions of spack may work but are not regularly tested.

### Notes

_**Note**: if you have already installed spack locally and you want to upgrade to
Expand Down