diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-17 03:43:41 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-17 07:21:36 +0000 |
| commit | 79a2dd1ca0d6413528fbb8c0ca5a5b027daea487 (patch) | |
| tree | 0694bc99678e059ce42cb1818be571e247c5bd43 | |
| parent | 990add3e6fe6e1524707f0368c1bd23cdf0a5a11 (diff) | |
misc/onnx: update 1.16.2 → 1.17.0
| -rw-r--r-- | misc/onnx/Makefile | 8 | ||||
| -rw-r--r-- | misc/onnx/distinfo | 6 | ||||
| -rw-r--r-- | misc/py-pytorch/Makefile | 2 | ||||
| -rw-r--r-- | 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} |
