diff options
author | Benjamin Tovar <btovar@nd.edu> | 2020-08-24 20:04:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 19:04:08 -0500 |
commit | d6ca3be63a4f3acc3dfd037188ca43d6aa448e9f (patch) | |
tree | edafc5c503c39aafa809f8cde3b15491a4921df5 | |
parent | a483b0b9ddf720d7be914691b8d40203bf2088af (diff) | |
download | spack-d6ca3be63a4f3acc3dfd037188ca43d6aa448e9f.tar.gz spack-d6ca3be63a4f3acc3dfd037188ca43d6aa448e9f.tar.bz2 spack-d6ca3be63a4f3acc3dfd037188ca43d6aa448e9f.tar.xz spack-d6ca3be63a4f3acc3dfd037188ca43d6aa448e9f.zip |
Update to CCTools 7.1.7 (#18241)
This is a bug release with some new features and bug fixes. Among them:
[Batch] Set number of MPI processes for SLURM. (Ben Tovar)
[General] Use the right signature when overriding gettimeofday. (Tim
Shaffer)
[Resource Monitor] Add context-switch count to final summary. (Ben
Tovar)
[Resource Monitor] Fix kbps to Mbps typo in final summary. (Ben Tovar)
[WorkQueue] Update example apps to python3. (Douglas Thain)
-rw-r--r-- | var/spack/repos/builtin/packages/cctools/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/cctools/package.py b/var/spack/repos/builtin/packages/cctools/package.py index b92bc65187..f1d03740e8 100644 --- a/var/spack/repos/builtin/packages/cctools/package.py +++ b/var/spack/repos/builtin/packages/cctools/package.py @@ -15,6 +15,7 @@ class Cctools(AutotoolsPackage): homepage = "https://cctools.readthedocs.io" url = "https://ccl.cse.nd.edu/software/files/cctools-7.1.5-source.tar.gz" + version('7.1.7', sha256='63cbfabe52591d41a1b27040bf27700d2a11b2f30cb2e25132e0016fb1aade03') version('7.1.5', sha256='c01415fd47a1d9626b6c556e0dc0a6b0d3cd67224fa060cabd44ff78eede1d8a') version('7.1.3', sha256='b937878ab429dda31bc692e5d9ffb402b9eb44bb674c07a934bb769cee4165ba') version('7.1.2', sha256='ca871e9fe245d047d4c701271cf2b868e6e3a170e8834c1887157ed855985131') |