diff options
author | Richard Berger <rberger@lanl.gov> | 2022-07-12 12:16:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 11:16:34 -0700 |
commit | 8e25fd4f16edd069fc19de1f9f8ae5190ca78295 (patch) | |
tree | 00927458c0354b997b78f12dfaab736392f10ea7 /var | |
parent | 3fc8c3d18bc4b24030df7499fea3b99a4a3e5bf9 (diff) | |
download | spack-8e25fd4f16edd069fc19de1f9f8ae5190ca78295.tar.gz spack-8e25fd4f16edd069fc19de1f9f8ae5190ca78295.tar.bz2 spack-8e25fd4f16edd069fc19de1f9f8ae5190ca78295.tar.xz spack-8e25fd4f16edd069fc19de1f9f8ae5190ca78295.zip |
spiner: update dependencies (#31486)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/spiner/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/spiner/package.py b/var/spack/repos/builtin/packages/spiner/package.py index 86e6614d3d..72fe5f068c 100644 --- a/var/spack/repos/builtin/packages/spiner/package.py +++ b/var/spack/repos/builtin/packages/spiner/package.py @@ -35,8 +35,8 @@ class Spiner(CMakePackage, CudaPackage): variant("format", default=False, description="Clang-Format Support") depends_on("cmake@3.12:") - depends_on("catch2@2.13.4:2.13.6") - depends_on("ports-of-call@1.1.0:") + depends_on("catch2@2.13.4:2.13.9") + depends_on("ports-of-call@1.2.0:") # Currently the raw cuda backend of ports-of-call is not supported. depends_on("ports-of-call portability_strategy=Kokkos", when="+kokkos") |