BlueBrain / libsonata

A python and C++ interface to the SONATA format
https://libsonata.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
11 stars 12 forks source link

Build failure on Ubuntu 20.04. #328

Closed 1uc closed 7 months ago

1uc commented 8 months ago

When installing libhdf5-openmpi-dev libsonata fails to compile. Having a hard requirement on which variant of the HDF5 library must be installed very quickly leads to conflicts requiring users to un- and re-install HDF5 whenever they switch from working with libsonata and something that uses HDF5 and MPI.

CI has been prepared to expose the issue: #327

1uc commented 8 months ago

Seemingly resolved by using the MPI compiler wrappers as CC and CXX.

mgeplf commented 7 months ago

Approved the CI in #327; hopefully that catches things in the future. Thanks!