git: c9a111c1f2ce - main - Mk/Uses/mpi.mk: register mpich dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Dec 2022 09:41:10 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c9a111c1f2ced8e129f15848fc2585cb1cd92f6b
commit c9a111c1f2ced8e129f15848fc2585cb1cd92f6b
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-12-28 09:39:59 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-12-28 09:39:59 +0000
Mk/Uses/mpi.mk: register mpich dependencies
---
Mk/Uses/mpi.mk | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/Mk/Uses/mpi.mk b/Mk/Uses/mpi.mk
index 29c417ce62f8..2d9987bbbebc 100644
--- a/Mk/Uses/mpi.mk
+++ b/Mk/Uses/mpi.mk
@@ -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}