1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Mk/Uses/mpi.mk: register mpich dependencies

This commit is contained in:
Thierry Thomas 2022-12-28 10:39:59 +01:00
parent 2c4f8206f0
commit c9a111c1f2

View File

@ -28,7 +28,12 @@ USES+= pkgconfig
. endif
. if ${mpi_ARGS} == mpich
LIB_DEPENDS+= libmpich.so:net/mpich
LIB_DEPENDS+= libmpich.so:net/mpich \
libhwloc.so:devel/hwloc2 \
libjson-c.so:devel/json-c \
libfabric.so:net/libfabric \
libze_loader.so:devel/level-zero\
libepoll-shim.so:devel/libepoll-shim
MPI_HOME= ${LOCALBASE}
MPI_LIBS+= `pkgconf --libs mpich`
. if ${USES:Mfortran}