Adios2: ZeroMQ (#5031)

During my last rebase the zeromq core dependency got missing.
Currently it's needed for all dataman WAN transports.
This commit is contained in:
Axel Huebl 2017-08-09 03:24:27 +02:00 committed by Adam J. Stewart
parent 1a3021d22c
commit dfb34da689

View File

@ -77,6 +77,7 @@ class Adios2(CMakePackage):
# depends_on('pybind11@2.1.1:', when='+python')
depends_on('mpi', when='+mpi')
depends_on('zeromq', when='+dataman')
depends_on('hdf5', when='+hdf5')
depends_on('hdf5+mpi', when='+hdf5+mpi')