diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-26 14:45:48 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-02-18 10:22:35 +0100 |
commit | a62b21d98ac3a81da7047e4f6c3cc97b28c4a955 (patch) | |
tree | f68d0f1ad0d68029f664e235742e08ed279d381c /misc/py-pytorch | |
parent | Mk/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/Makefile | 2 |
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 \ |