git: 4325c909ac1f - main - misc/py-pytorch: adjust `devel/abseil' dependency after recent update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Aug 2024 17:26:16 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=4325c909ac1f7271fd06d68c83f16b1d4969599e commit 4325c909ac1f7271fd06d68c83f16b1d4969599e Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-08-09 17:24:28 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-08-09 17:24:28 +0000 misc/py-pytorch: adjust `devel/abseil' dependency after recent update As of commit 6c2f347f45e4 libabsl_flags.so library is gone, switch to the base library to unbreak the build (this also improves consistency against other ports). --- misc/py-pytorch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index a8e2fbe62c8c..7a5af8e4449a 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core \ ${LOCALBASE}/include/fxdiv.h:devel/fxdiv \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} -LIB_DEPENDS= libabsl_flags.so:devel/abseil \ +LIB_DEPENDS= libabsl_base.so:devel/abseil \ libblis.so:math/blis \ libmpi_cxx.so:net/openmpi4 \ libonnx.so:misc/onnx \