conda-forge / openmpi-feedstock

A conda-smithy repository for openmpi.
BSD 3-Clause "New" or "Revised" License
10 stars 25 forks source link

Configure `--with-mpi-moduledir='${includedir}'` #168

Closed dalcinl closed 3 months ago

dalcinl commented 4 months ago

Comment:

Once Open MPI 5.0.4 is out, we should update our build script to pass --with-mpi-moduledir='${includedir}' to configure. Additionally, we may want to review recent changes, and symlink modules from $includedir to $libdir.

xref: https://github.com/open-mpi/ompi/issues/12600#issuecomment-2226154351 xref: https://github.com/open-mpi/ompi/pull/12659