summaryrefslogtreecommitdiff
path: root/misc/py-pytorch
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2024-01-26 14:45:48 +0100
committerThierry Thomas <thierry@FreeBSD.org>2024-02-18 10:22:35 +0100
commita62b21d98ac3a81da7047e4f6c3cc97b28c4a955 (patch)
treef68d0f1ad0d68029f664e235742e08ed279d381c /misc/py-pytorch
parentMk/Uses/mpi.mk: adapt the dependency on OpenMPI according to $ARCH (diff)
*/*: fix the dependency to net/openmpi4
For ports without USES=mpi:openmpi. For the others, it will be set automatically.
Diffstat (limited to 'misc/py-pytorch')
-rw-r--r--misc/py-pytorch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index df46ae9cb9af..dec2a090df34 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -25,7 +25,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
LIB_DEPENDS= libabsl_flags.so:devel/abseil \
libblis.so:math/blis \
- libmpi.so:net/openmpi \
+ libmpi_cxx.so:net/openmpi4 \
libonnx.so:misc/onnx \
libopenblas.so:math/openblas \
libpthreadpool.so:devel/pthreadpool \