simulationio: Declare dependency on the HDF5 C++ bindings (#4177)

This commit is contained in:
Erik Schnetter 2017-05-09 18:59:21 -04:00 committed by Adam J. Stewart
parent 44440d023d
commit caabcdc8b4

View File

@ -42,6 +42,7 @@ class Simulationio(CMakePackage):
variant('pic', default=True, variant('pic', default=True,
description="Produce position-independent code") description="Produce position-independent code")
depends_on('hdf5 +cxx @:1.10.0-patch1')
depends_on('julia', when='+julia', type=('build', 'run')) depends_on('julia', when='+julia', type=('build', 'run'))
depends_on('py-h5py', when='+python', type=('build', 'run')) depends_on('py-h5py', when='+python', type=('build', 'run'))
depends_on('py-numpy', when='+python', type=('build', 'run')) depends_on('py-numpy', when='+python', type=('build', 'run'))