simulationio: Declare dependency on the HDF5 C++ bindings (#4177)
This commit is contained in:
parent
44440d023d
commit
caabcdc8b4
@ -42,6 +42,7 @@ class Simulationio(CMakePackage):
|
||||
variant('pic', default=True,
|
||||
description="Produce position-independent code")
|
||||
|
||||
depends_on('hdf5 +cxx @:1.10.0-patch1')
|
||||
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'))
|
||||
|
Loading…
Reference in New Issue
Block a user