From 7300a7683c2733c36cb3649c5385abbb1a64c452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E6=BC=A0=E8=A1=8C=E8=88=9F?= Date: Mon, 26 Dec 2022 07:46:32 +0000 Subject: [PATCH] update pytorch.spec. release no MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 大漠行舟 (cherry picked from commit 89748fd326c2bb76c9f082b5cd167cf44e78e576) --- pytorch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytorch.spec b/pytorch.spec index b603bf8..81e02db 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: pytorch Version: 1.6.0 -Release: 3 +Release: 4 Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration License: BSD-3 URL: https://pytorch.org/ @@ -86,6 +86,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Dec 26 2022 wangdongxing - 1.6.0-4 +- fixes: error: add build requires make for compile local + * Mon Jun 28 2021 wulei - 1.6.0-3 - fixes: error: the CXX compiler identification is unknown -- Gitee