hdf5-rust icon indicating copy to clipboard operation
hdf5-rust copied to clipboard

Support combination of features `mpio` and `static`

Open magnusuMET opened this issue 5 years ago • 2 comments

This issue is a placeholder for discussion of how to implement this combination.

Problem in short: The build in hdf5-src requires an MPI-compatible c-compiler

magnusuMET avatar Jul 26 '20 09:07 magnusuMET

A good start might be hdf5 feedstock on conda-forge where they build it with both openmpi and mpich: https://github.com/conda-forge/hdf5-feedstock/tree/master/recipe

aldanor avatar Jul 29 '20 21:07 aldanor

@magnusuMET It looks like mpi-sys needs mpi compiler anyway to do its bindgen-style magic to build itself, so it's not like we're requiring anything extra I think (https://github.com/rsmpi/rsmpi).

aldanor avatar Jul 30 '20 08:07 aldanor