Date: Mon, 13 Apr 2026 07:33:13 +0000 From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c66f7ffa8c76 - main - math/dgl: the tensorpipe component links to libuv.so Message-ID: <69dc9c39.3c27c.745def7a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=c66f7ffa8c76e2294bb3aa3b982bbbde05c164a3 commit c66f7ffa8c76e2294bb3aa3b982bbbde05c164a3 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2026-04-13 07:21:45 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2026-04-13 07:22:44 +0000 math/dgl: the tensorpipe component links to libuv.so Register properly the dependency. PR: 293874 --- math/dgl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/dgl/Makefile b/math/dgl/Makefile index d84b0906e33f..1e540b777ee3 100644 --- a/math/dgl/Makefile +++ b/math/dgl/Makefile @@ -1,5 +1,6 @@ PORTNAME= dgl DISTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= math # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${BACKEND_DEPENDS} \ bash:shells/bash \ gmake:devel/gmake +LIB_DEPENDS= libuv.so:devel/libuv USES= cmake:testing compiler:c++17-lang localbase:ldflags python:build shebangfix USE_LDCONFIG= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc9c39.3c27c.745def7a>
