Date: Fri, 9 Aug 2024 17:26:16 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4325c909ac1f - main - misc/py-pytorch: adjust `devel/abseil' dependency after recent update Message-ID: <202408091726.479HQGSO083193@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408091726.479HQGSO083193>