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:
parent
2c4f8206f0
commit
c9a111c1f2
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user