mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
217f74d623
Update mpi4py to 4.1.2 and replace deprecated distutils support with PEP 517. Make the MPI configuration find the selected MPI implementation first when linking, so the OpenMPI flavor does not accidentally link against MPICH when both are installed. Set the MPI include directory explicitly and only add the GCC runtime library workaround for the MPICH flavor, where it is needed. Changelog: https://github.com/mpi4py/mpi4py/releases/tag/4.1.2 PR: 295371 Reviewed by: thierry (mentor) Approved by: thierry (mentor)