Don't enforce hdf5~mpi
This commit is contained in:
parent
d687e332ad
commit
79b3ef0362
@ -43,8 +43,8 @@ class PyH5py(Package):
|
|||||||
# Build dependencies
|
# Build dependencies
|
||||||
depends_on('py-cython@0.19:')
|
depends_on('py-cython@0.19:')
|
||||||
depends_on('pkg-config')
|
depends_on('pkg-config')
|
||||||
depends_on('hdf5@1.8.4:+mpi', when='+mpi')
|
depends_on('hdf5@1.8.4:')
|
||||||
depends_on('hdf5@1.8.4:~mpi', when='~mpi')
|
depends_on('hdf5+mpi', when='+mpi')
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
|
|
||||||
# Build and runtime dependencies
|
# Build and runtime dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user