From 02e077a7fa511a7a02502dd16f2706eae56dfe73 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 26 Jan 2020 18:22:43 -0500 Subject: simulationio: Correct HDF5 dependency bounds (#14626) The HDF5 dependency bound was inverted. (How did this ever compile? There is a cmake check.) --- var/spack/repos/builtin/packages/simulationio/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/simulationio/package.py b/var/spack/repos/builtin/packages/simulationio/package.py index 7a4894cbf0..352d06e19c 100644 --- a/var/spack/repos/builtin/packages/simulationio/package.py +++ b/var/spack/repos/builtin/packages/simulationio/package.py @@ -23,7 +23,7 @@ class Simulationio(CMakePackage): variant('pic', default=True, description="Produce position-independent code") - depends_on('hdf5 +cxx @:1.10.0-patch1') + depends_on('hdf5 +cxx @1.10.1:') depends_on('julia', when='+julia', type=('build', 'run')) depends_on('py-h5py', when='+python', type=('build', 'run')) depends_on('py-numpy', when='+python', type=('build', 'run')) -- cgit v1.2.3-60-g2f50