summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authortpeterka <tpeterka@mcs.anl.gov>2024-03-11 13:56:26 -0500
committerGitHub <noreply@github.com>2024-03-11 11:56:26 -0700
commitdbf5d79557f769abfee434f150caa17dfa4eccf2 (patch)
tree37a176f5eb94ae6b706ad0460e5533fd45a93da2 /var
parent97e29e501d7d587743f3e6a9c676eedd16f2980d (diff)
downloadspack-dbf5d79557f769abfee434f150caa17dfa4eccf2.tar.gz
spack-dbf5d79557f769abfee434f150caa17dfa4eccf2.tar.bz2
spack-dbf5d79557f769abfee434f150caa17dfa4eccf2.tar.xz
spack-dbf5d79557f769abfee434f150caa17dfa4eccf2.zip
updated diy/package.py to version 3.6.0 (#43101)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/diy/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/diy/package.py b/var/spack/repos/builtin/packages/diy/package.py
index 6a08ab5de2..bca8f759cf 100644
--- a/var/spack/repos/builtin/packages/diy/package.py
+++ b/var/spack/repos/builtin/packages/diy/package.py
@@ -10,13 +10,14 @@ class Diy(CMakePackage):
"""Data-parallel out-of-core library"""
homepage = "https://github.com/diatomic/diy"
- url = "https://github.com/diatomic/diy/archive/3.5.0.tar.gz"
+ url = "https://github.com/diatomic/diy/archive/3.6.0.tar.gz"
git = "https://github.com/diatomic/diy.git"
license("BSD-3-Clause-LBNL")
- version("3.5.0", sha256="b3b5490441d521b6e9b33471c782948194bf95c7c3df3eb97bc5cf4530b91576")
version("master", branch="master")
+ version("3.6.0", sha256="d12eb7dabe3a8a66cd406d34aabdb43c1ec178b7ed40cf1dff10016643bbf149")
+ version("3.5.0", sha256="b3b5490441d521b6e9b33471c782948194bf95c7c3df3eb97bc5cf4530b91576")
depends_on("mpi")