summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAlec Scott <hi@alecbcs.com>2023-04-28 02:16:55 -0700
committerGitHub <noreply@github.com>2023-04-28 11:16:55 +0200
commit65c625a44fcbf69868ab71e6e81a1c2a0a0a76cc (patch)
tree3be16d8706dab9e438e542766cdf1bd90d8cd4c8 /var
parent08291cb63d1bdc521df2dc034535e340f7b8c86b (diff)
downloadspack-65c625a44fcbf69868ab71e6e81a1c2a0a0a76cc.tar.gz
spack-65c625a44fcbf69868ab71e6e81a1c2a0a0a76cc.tar.bz2
spack-65c625a44fcbf69868ab71e6e81a1c2a0a0a76cc.tar.xz
spack-65c625a44fcbf69868ab71e6e81a1c2a0a0a76cc.zip
gapbs: add v1.4 (#37271)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gapbs/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gapbs/package.py b/var/spack/repos/builtin/packages/gapbs/package.py
index b7c9dd9e6e..aaf50e8f33 100644
--- a/var/spack/repos/builtin/packages/gapbs/package.py
+++ b/var/spack/repos/builtin/packages/gapbs/package.py
@@ -20,6 +20,7 @@ class Gapbs(MakefilePackage):
homepage = "http://gap.cs.berkeley.edu/benchmark.html"
url = "https://github.com/sbeamer/gapbs/archive/v1.0.tar.gz"
+ version("1.4", sha256="d91ecfe364e8c307e9e5535d730ef8ef8554b71d33891b70d0c4665cc11178bb")
version("1.0", sha256="a7516998c4994592053c7aa0c76282760a8e009865a6b7a1c7c40968be1ca55d")
variant("serial", default=False, description="Version with no parallelism")