From: Sangjung Woo Date: Fri, 9 Dec 2022 04:45:47 +0000 (+0900) Subject: [Packaging] Update Protobuf with v3.20.3 X-Git-Tag: accepted/tizen/8.0/unified/20231005.095509^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_8.0;p=platform%2Fupstream%2Fpytorch.git [Packaging] Update Protobuf with v3.20.3 This patch updates the protobuf package with v3.20.3. Change-Id: Ice58247829f689a6dc740cb39adb601f6bc87433 Signed-off-by: Sangjung Woo --- diff --git a/packaging/protobuf.tar.gz b/packaging/protobuf.tar.gz index 6f5740c..a2d6705 100644 Binary files a/packaging/protobuf.tar.gz and b/packaging/protobuf.tar.gz differ diff --git a/packaging/pytorch.spec b/packaging/pytorch.spec index ca50791..49e034c 100644 --- a/packaging/pytorch.spec +++ b/packaging/pytorch.spec @@ -58,6 +58,9 @@ BuildRequires: python3-PyYAML BuildRequires: protobuf-devel BuildRequires: libyaml-devel +# Appears to support 64bit only +ExclusiveArch: x86_64 aarch64 + %description PyTorch is a Python package that provides two high-level features: Tensor computation (like NumPy) with strong GPU acceleration