Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 07:21:46 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: 79a2dd1ca0d6 - main - misc/onnx: update 1.16.2 =?utf-8?Q?=E2=86=92?= 1.17.0
Message-ID:  <202501170721.50H7LkGS089086@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79a2dd1ca0d6413528fbb8c0ca5a5b027daea487

commit 79a2dd1ca0d6413528fbb8c0ca5a5b027daea487
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-17 03:43:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-17 07:21:36 +0000

    misc/onnx: update 1.16.2 → 1.17.0
---
 misc/onnx/Makefile       | 8 +++++---
 misc/onnx/distinfo       | 6 +++---
 misc/py-pytorch/Makefile | 2 +-
 misc/pytorch/Makefile    | 2 +-
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/misc/onnx/Makefile b/misc/onnx/Makefile
index 984e3f3d6b99..ca5e40bec8e2 100644
--- a/misc/onnx/Makefile
+++ b/misc/onnx/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	onnx
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.16.2
-PORTREVISION=	6
+DISTVERSION=	1.17.0
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Open Neural Network eXchange
-WWW=		https://onnx.ai/
+WWW=		https://onnx.ai/ \
+		https://github.com/onnx/onnx
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -32,4 +32,6 @@ post-install:
 post-test:
 	cd ${BUILD_WRKSRC} && ./onnx_gtests
 
+# tests as of 1.17.0: 84 tests from 11 test suites ran. (160 ms total)
+
 .include <bsd.port.mk>
diff --git a/misc/onnx/distinfo b/misc/onnx/distinfo
index fe661a83ec70..7c21babd92f3 100644
--- a/misc/onnx/distinfo
+++ b/misc/onnx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722576171
-SHA256 (onnx-onnx-v1.16.2_GH0.tar.gz) = 84fc1c3d6133417f8a13af6643ed50983c91dacde5ffba16cc8bb39b22c2acbb
-SIZE (onnx-onnx-v1.16.2_GH0.tar.gz) = 12429500
+TIMESTAMP = 1737081628
+SHA256 (onnx-onnx-v1.17.0_GH0.tar.gz) = 8d5e983c36037003615e5a02d36b18fc286541bf52de1a78f6cf9f32005a820e
+SIZE (onnx-onnx-v1.17.0_GH0.tar.gz) = 12475304
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index cbaf59c07918..90f28be7f4f6 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	pytorch
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc # machine-learning
 MASTER_SITES=	https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile
index 7514dda47cfe..07a0d0f3ac45 100644
--- a/misc/pytorch/Makefile
+++ b/misc/pytorch/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	pytorch
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc # machine-learning
 MASTER_SITES=	https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
 DIST_SUBDIR=	${PORTNAME}



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