Skip to content
Snippets Groups Projects
Commit cb9c4ac8 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

Merge pull request #1170 from eschnett/eschnett/py-h5py

Don't enforce `hdf5~mpi`
parents d687e332 79b3ef03
Branches
Tags
No related merge requests found
...@@ -43,8 +43,8 @@ class PyH5py(Package): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment