Skip to content
Snippets Groups Projects
spack.sh 808 B
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.23.0"
    
    
    ## Space-separated list of spack cherry-picks
    read -r -d '' SPACK_CHERRYPICKS <<- \
    --- || true
    
    Wouter Deconinck's avatar
    Wouter Deconinck committed
    09f75ee426a2e05e0543570821582480ff823ba5
    
    b90ac6441cfdf6425cb59551e7b0538899b69527
    
    ---
    ## 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
    
    Wouter Deconinck's avatar
    Wouter Deconinck committed
    ## b90ac6441cfdf6425cb59551e7b0538899b69527: celeritas: remove ancient versions and add CUDA package dependency