From b3379a88903a22333f296640d107719439bef9fe Mon Sep 17 00:00:00 2001 From: Andrew Gaspar Date: Tue, 4 Jun 2019 21:53:07 -0600 Subject: Add Google Benchmark version 1.5.0 (#11626) --- var/spack/repos/builtin/packages/benchmark/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/benchmark/package.py b/var/spack/repos/builtin/packages/benchmark/package.py index 73ab6f1746..d35325a545 100644 --- a/var/spack/repos/builtin/packages/benchmark/package.py +++ b/var/spack/repos/builtin/packages/benchmark/package.py @@ -17,6 +17,7 @@ class Benchmark(CMakePackage): # 1.2.0 release: https://github.com/google/benchmark/issues/363 version('develop', branch='master') + version('1.5.0', sha256='3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a') version('1.4.1', sha256='f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d') version('1.4.0', 'ccfaf2cd93ae20191b94f730b945423e') version('1.3.0', '19ce86516ab82d6ad3b17173cf307aac') @@ -30,7 +31,8 @@ class Benchmark(CMakePackage): 'MinSizeRel', 'Coverage')) depends_on("cmake@2.8.11:", type="build", when="@:1.1.0") - depends_on("cmake@2.8.12:", type="build", when="@1.2.0:") + depends_on("cmake@2.8.12:", type="build", when="@1.2.0:1.4") + depends_on("cmake@3.5.1:", type="build", when="@1.5.0:") def cmake_args(self): # No need for testing for the install -- cgit v1.2.3-70-g09d2