Skip to content

py-h5py should not depend on hdf5~mpi #1152

@eschnett

Description

@eschnett

py-h5py wraps the HDF5 library. It contains these lines:

    depends_on('[email protected]:+mpi', when='+mpi')
    depends_on('[email protected]:~mpi', when='~mpi')
    depends_on('mpi', when='+mpi')

The first two of these should probably read instead

    depends_on('[email protected]:')
    depends_on('hdf5+mpi', when='+mpi')

This would allow using a plain h5py (which is h5py~mpi) with a hdf5+mpi. I don't think there is a reason to disallow this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions