diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2020-06-02 01:53:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 10:53:12 +0200 |
commit | 6aa0e9944e5fedb518ff23904d5019027800aace (patch) | |
tree | 52d8588a03d2fc268273e7eb7b1c668f3c1f482f /var | |
parent | 7f2db5c5b0d284845c80a01c0cbb833ff0509329 (diff) | |
download | spack-6aa0e9944e5fedb518ff23904d5019027800aace.tar.gz spack-6aa0e9944e5fedb518ff23904d5019027800aace.tar.bz2 spack-6aa0e9944e5fedb518ff23904d5019027800aace.tar.xz spack-6aa0e9944e5fedb518ff23904d5019027800aace.zip |
ccache: added v3.7.9 (#16902)
Add the latest CCache release. Fixes issues with `-x cu` that are
not present in the last checksummed release. This fixes workflows
with CMake.
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/ccache/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/ccache/package.py b/var/spack/repos/builtin/packages/ccache/package.py index 97ebf17441..6bc53831a9 100644 --- a/var/spack/repos/builtin/packages/ccache/package.py +++ b/var/spack/repos/builtin/packages/ccache/package.py @@ -12,8 +12,9 @@ class Ccache(AutotoolsPackage): again.""" homepage = "https://ccache.samba.org/" - url = "https://github.com/ccache/ccache/releases/download/v3.7.1/ccache-3.7.1.tar.gz" + url = "https://github.com/ccache/ccache/releases/download/v3.7.9/ccache-3.7.9.tar.gz" + version('3.7.9', sha256='92838e2133c9e704fdab9ee2608dad86c99021278b9ac47d065aa8ff2ea8ce36') version('3.7.1', sha256='e562fcdbe766406b6fe4bf97ce5c001d2be8a17465f33bcddefc9499bbb057d8') version('3.3.4', sha256='1348b54e7c35dd2f8d17923389e03c546e599cfbde6459d2f31cf6f1521ec538') version('3.3.3', sha256='87a399a2267cfac3f36411fbc12ff8959f408cffd050ad15fe423df88e977e8f') |