diff --git a/pytorch.spec b/pytorch.spec index 7f747eefffdc92d6b857c6af46ed4e0a7a5b7f3a..713a424eca3ce338177b06d4512d7383350bb5a9 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: pytorch Version: 1.11.0 -Release: 1 +Release: 2 Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration License: BSD-3 URL: https://pytorch.org/ Source0: https://github.com/pytorch/pytorch/releases/download/v%{version}/pytorch-v%{version}.tar.gz Patch0001: 0001-Remove-breakpad-dependency.patch +Patch0002: 0002-Update-gloo-for-gcc11-compile.patch BuildRequires: g++ Requires: python3-future @@ -85,6 +86,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Feb 16 2023 Dongxing Wang - 1.11.0-2 +- fixes: error: the CXX 11 compiler error (linux.cc flexible array member not at end of struct) + * Mon Jun 13 2022 Zhipeng Xie - 1.11.0-1 - upgrade to 1.11.0