Candle benchmarks update (#6619)
Added a dependency on HDF5 support for the CANDLE benchmarks.
This commit is contained in:
parent
df184c707a
commit
20fc7d56d7
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class CandleBenchmarks(Package):
|
||||||
depends_on('opencv@3.2.0: +core +highgui +imgproc +jpeg +png +tiff +zlib +python -dnn')
|
depends_on('opencv@3.2.0: +core +highgui +imgproc +jpeg +png +tiff +zlib +python -dnn')
|
||||||
depends_on('py-mdanalysis', type=('build', 'run'))
|
depends_on('py-mdanalysis', type=('build', 'run'))
|
||||||
depends_on('py-mpi4py', type=('build', 'run'))
|
depends_on('py-mpi4py', type=('build', 'run'))
|
||||||
|
depends_on('py-h5py', type=('build', 'run'))
|
||||||
|
|
||||||
# see #3244, but use external for now
|
# see #3244, but use external for now
|
||||||
# depends_on('tensorflow')
|
# depends_on('tensorflow')
|
||||||
|
|
Loading…
Reference in a new issue