|
|
|||
File indexing completed on 2025-12-16 09:25:48
0001 ## Spack organization and repository, e.g. spack/spack 0002 SPACK_ORGREPO="spack/spack" 0003 0004 ## Spack github version, e.g. v0.18.1 or commit hash 0005 ## note: nightly builds will use e.g. releases/v1.0 0006 SPACK_VERSION="v1.0.2" 0007 0008 ## Space-separated list of spack cherry-picks 0009 read -r -d '' SPACK_CHERRYPICKS <<- \ 0010 --- || true 0011 09f75ee426a2e05e0543570821582480ff823ba5 0012 a462612b64e97fa7dfe461c32c58553fd6ec63c5 0013 292b0dcaba3b2a5e3f9668d205d39fee2c715721 0014 --- 0015 ## Optional hash table with comma-separated file list 0016 read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ 0017 --- || true 0018 --- 0019 ## Ref: https://github.com/spack/spack/commit/[hash] 0020 ## [hash]: [description] 0021 ## 09f75ee426a2e05e0543570821582480ff823ba5: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead 0022 ## a462612b64e97fa7dfe461c32c58553fd6ec63c5: fix: allow versions with git attr in packages without git attr 0023 ## 292b0dcaba3b2a5e3f9668d205d39fee2c715721: fix: write created time field with OCI buildcache config
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|