summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Stanavige <stanavige1@llnl.gov>2021-04-20 12:03:58 -0700
committerGitHub <noreply@github.com>2021-04-20 12:03:58 -0700
commitf4d8382a4f3c3ec2f76763e399667ce7e14249b0 (patch)
treef2db94ec54a29477f96581e5723de30542bcccb8
parentfa06dbb324038b90289ee9ebc93594910aa3493a (diff)
downloadspack-f4d8382a4f3c3ec2f76763e399667ce7e14249b0.tar.gz
spack-f4d8382a4f3c3ec2f76763e399667ce7e14249b0.tar.bz2
spack-f4d8382a4f3c3ec2f76763e399667ce7e14249b0.tar.xz
spack-f4d8382a4f3c3ec2f76763e399667ce7e14249b0.zip
shuffile: add version 0.0.4 (#22976)
Also update the url and hash for v0.0.3.
-rw-r--r--var/spack/repos/builtin/packages/shuffile/package.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/shuffile/package.py b/var/spack/repos/builtin/packages/shuffile/package.py
index 06315a0bc0..baf532a798 100644
--- a/var/spack/repos/builtin/packages/shuffile/package.py
+++ b/var/spack/repos/builtin/packages/shuffile/package.py
@@ -10,16 +10,17 @@ class Shuffile(CMakePackage):
"""Shuffle files between MPI ranks"""
homepage = "https://github.com/ecp-veloc/shuffile"
- url = "https://github.com/ecp-veloc/shuffile/archive/v0.0.3.zip"
+ url = "https://github.com/ecp-veloc/shuffile/archive/v0.0.4.tar.gz"
git = "https://github.com/ecp-veloc/shuffile.git"
tags = ['ecp']
version('master', branch='master')
- version('0.0.3', sha256='6debdd9d6e6f1c4ec31015d7956e8b556acd61ce31f757e4d1fa5002029c75e2')
+ version('0.0.4', sha256='f0249ab31fc6123103ad67b1eaf799277c72adcf0dfcddf8c3a18bad2d45031d')
+ version('0.0.3', sha256='a3f685526a1146a5ad8dbacdc5f9c2e1152d9761a1a179c1db34f55afc8372f6')
depends_on('mpi')
- depends_on('kvtree')
+ depends_on('kvtree+mpi')
def cmake_args(self):
args = []