git: 09b13472a3d0 - main - misc/py-pytorch: update 2.4.0 → 2.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Oct 2024 07:50:01 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=09b13472a3d0340faba045af75a8a56e5f062670 commit 09b13472a3d0340faba045af75a8a56e5f062670 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-05 07:49:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-05 07:49:59 +0000 misc/py-pytorch: update 2.4.0 → 2.4.1 --- misc/py-pytorch/Makefile | 3 +-- misc/py-pytorch/distinfo | 6 +++--- misc/py-pytorch/files/patch-setup.py | 10 ---------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index 15685f2dae9c..a2584efb699f 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,7 +1,6 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v -DISTVERSION= 2.4.0 -PORTREVISION= 2 +DISTVERSION= 2.4.1 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pytorch/distinfo b/misc/py-pytorch/distinfo index 23ab484cb7d0..c011a12dc0fa 100644 --- a/misc/py-pytorch/distinfo +++ b/misc/py-pytorch/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1724635082 -SHA256 (pytorch/pytorch-v2.4.0.tar.gz) = a890d4342149adbc6c8b116a9afe437fe347527a9ecc0650086cdec82ecdcfb7 -SIZE (pytorch/pytorch-v2.4.0.tar.gz) = 296908090 +TIMESTAMP = 1728092741 +SHA256 (pytorch/pytorch-v2.4.1.tar.gz) = 39666a43c0c10f5fd46c1a7ca95dc74d3bc39de2678b70066481cbf02e58384f +SIZE (pytorch/pytorch-v2.4.1.tar.gz) = 296932555 SHA256 (pytorch/pytorch-cpuinfo-3a3b76bc8845d0f4a2ea3108e256313458c5de03_GH0.tar.gz) = 658acaf67573484abc7a093066d3766f9a3b94aff5b77e0f4e9c72cee5ebaa4a SIZE (pytorch/pytorch-cpuinfo-3a3b76bc8845d0f4a2ea3108e256313458c5de03_GH0.tar.gz) = 3534893 diff --git a/misc/py-pytorch/files/patch-setup.py b/misc/py-pytorch/files/patch-setup.py deleted file mode 100644 index d4ceb66eaed9..000000000000 --- a/misc/py-pytorch/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2024-08-26 02:27:07 UTC -+++ setup.py -@@ -366,7 +366,6 @@ def get_submodule_folders(): - "cpuinfo", - "onnx", - "foxi", -- "QNNPACK", - "fbgemm", - "cutlass", - ]