mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
Mk/Uses/mpi.mk: register mpich dependencies
This commit is contained in:
parent
2c4f8206f0
commit
c9a111c1f2
1 changed files with 6 additions and 1 deletions
|
@ -28,7 +28,12 @@ USES+= pkgconfig
|
||||||
. endif
|
. endif
|
||||||
|
|
||||||
. if ${mpi_ARGS} == mpich
|
. 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_HOME= ${LOCALBASE}
|
||||||
MPI_LIBS+= `pkgconf --libs mpich`
|
MPI_LIBS+= `pkgconf --libs mpich`
|
||||||
. if ${USES:Mfortran}
|
. if ${USES:Mfortran}
|
||||||
|
|
Loading…
Add table
Reference in a new issue