mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
misc/onnx: update 1.16.2 → 1.17.0
This commit is contained in:
parent
990add3e6f
commit
79a2dd1ca0
4 changed files with 10 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue