Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/spack-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ is shown here. Refer to `spack.sh` and `spack-packages.sh` for the current lists

```bash
# From spack.sh (illustrative — see spack.sh for actual commits)
SPACK_VERSION="v1.1.0"
SPACK_VERSION="v1.1.1"
SPACK_CHERRYPICKS=$(cat <<- EOF
09f75ee426a2e05e0543570821582480ff823ba5
a462612b64e97fa7dfe461c32c58553fd6ec63c5
Expand Down
2 changes: 2 additions & 0 deletions spack-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ cfa8d650480c409de2d568cf1355bf7e509f4c1c
b2f469de6a7c823bf93b9fa408b0ef4b67442f5f
3368f8849e57da0ad1eaa0086b1855538e5db03e
5ec7462a628681522f8cf6016a9aa72fbd40dd91
5e1d32f27d8c8a684bfef2b5301c4eaf525d06c2
---
## Optional hash table with comma-separated file list
## For these commits, the cherry-pick will be restricted to the listed files only.
Expand Down Expand Up @@ -100,3 +101,4 @@ read -r -d '' SPACKPACKAGES_CHERRYPICKS_FILES <<- \
## b2f469de6a7c823bf93b9fa408b0ef4b67442f5f: py-snakemake-storage-plugin-rucio: add v0.4.1
## 3368f8849e57da0ad1eaa0086b1855538e5db03e: just: add 1.46.0
## 5ec7462a628681522f8cf6016a9aa72fbd40dd91: arrow: add 20.0.0, 21.0.0, 22.0.0
## 5e1d32f27d8c8a684bfef2b5301c4eaf525d06c2: py-tensorflow: env.set(..., str)
2 changes: 1 addition & 1 deletion spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPACK_ORGREPO="spack/spack"

## Spack github version, e.g. v0.18.1 or commit hash
## note: nightly builds will use e.g. releases/v1.0
SPACK_VERSION="v1.1.0"
SPACK_VERSION="v1.1.1"

## Space-separated list of spack cherry-picks
read -r -d '' SPACK_CHERRYPICKS <<- \
Expand Down
Loading