Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2025 03:22:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3179ba97c66c - main - misc/onnxruntime: Remove unnecessary dependency
Message-ID:  <202502270322.51R3MfTB099462@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3179ba97c66cef4c06acb881a93fac84752baa92

commit 3179ba97c66cef4c06acb881a93fac84752baa92
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-02-26 14:39:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-02-27 03:22:37 +0000

    misc/onnxruntime: Remove unnecessary dependency
---
 misc/onnxruntime/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile
index d7e22ae9038a..6f5fbf85218d 100644
--- a/misc/onnxruntime/Makefile
+++ b/misc/onnxruntime/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	onnxruntime
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.20.2
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 DIST_SUBDIR=	${PORTNAME}
 
@@ -16,9 +17,8 @@ BROKEN_aarch64=	compilation fails: error: no member named 'linux_id' in 'cpuinfo
 BROKEN_i386=	compilation fails: error: requested alignment is less than minimum alignment of 8 for type 'google::protobuf::internal::ThreadSafeArena::CacheAlignedLifecycleIdGenerator'
 
 BUILD_DEPENDS=	gpatch:devel/patch
-LIB_DEPENDS=	libabsl_base.so:devel/abseil
 
-USES=		cmake:testing compiler:c++11-lang localbase python:build
+USES=		cmake:testing compiler:c++11-lang python:build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	microsoft


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502270322.51R3MfTB099462>