From c7628d768a096333fd94c01ccdf756313cab7dab Mon Sep 17 00:00:00 2001 From: Jim Galarowicz Date: Tue, 14 Jun 2022 07:56:51 -0500 Subject: survey: add v1.0.5 (#31053) --- var/spack/repos/builtin/packages/survey/package.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/survey/package.py b/var/spack/repos/builtin/packages/survey/package.py index 234374b2e1..b0f248dccc 100644 --- a/var/spack/repos/builtin/packages/survey/package.py +++ b/var/spack/repos/builtin/packages/survey/package.py @@ -33,7 +33,8 @@ class Survey(CMakePackage): maintainers = ['jgalarowicz'] version('master', branch='master') - version('1.0.4', branch='1.0.4') + version('1.0.5', branch='1.0.5') + version('1.0.4', tag='1.0.4') version('1.0.3', tag='1.0.3') version('1.0.2', tag='1.0.2') version('1.0.1.1', tag='1.0.1.1') @@ -73,6 +74,7 @@ class Survey(CMakePackage): depends_on("py-jinja2", type=('build', 'run'), when='@1.0.3:') depends_on("py-matplotlib", type=('build', 'run'), when='@1.0.3:') depends_on("py-more-itertools", type=('build', 'run'), when='@1.0.4:') + depends_on("py-versioneer", type=('build', 'run'), when='@1.0.5:') extends('python') @@ -121,3 +123,6 @@ class Survey(CMakePackage): # For compatibility reasons we need env.prepend_path('PATH', self.spec['python'].prefix.bin) + # Add paths for sub-tools that are used by survey + env.prepend_path('PATH', self.spec['papi'].prefix.bin) + env.prepend_path('PATH', self.spec['libmonitor'].prefix.bin) -- cgit v1.2.3-70-g09d2