Skip to content
Snippets Groups Projects
spack.sh 1.03 KiB
Newer Older
  • Learn to ignore specific revisions
  • ## Spack organization and repository, e.g. spack/spack
    SPACK_ORGREPO="spack/spack"
    
    ## Spack github version, e.g. v0.18.1 or commit hash
    ## note: nightly builds will use e.g. releases/v0.19
    
    Wouter Deconinck's avatar
    Wouter Deconinck committed
    SPACK_VERSION="v0.22.0"
    
    
    ## Space-separated list of spack cherry-picks
    read -r -d '' SPACK_CHERRYPICKS <<- \
    --- || true
    
    Wouter Deconinck's avatar
    Wouter Deconinck committed
    09f75ee426a2e05e0543570821582480ff823ba5
    f6d50f790ee8b123f7775429f6ca6394170e6de9
    63f6e6079aacc99078386e5c8ff06173841b9595
    
    9bcc43c4c158639fa6cb575c6106595a34682081
    
    ---
    ## Optional hash table with comma-separated file list
    read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
    --- || true
    
    ---
    ## Ref: https://github.com/spack/spack/commit/[hash]
    ## [hash]: [description]
    
    Wouter Deconinck's avatar
    Wouter Deconinck committed
    ## 09f75ee426a2e05e0543570821582480ff823ba5: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead
    ## f6d50f790ee8b123f7775429f6ca6394170e6de9: gaudi: Add version 38.1
    ## 63f6e6079aacc99078386e5c8ff06173841b9595: gaudi: upstream patch when @38.1 for missing #include <list>
    
    ## 9bcc43c4c158639fa6cb575c6106595a34682081: protobuf: update hash for patch needed when="@3.4:3.21"