summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangjung Woo <sangjung.woo@samsung.com>2022-12-09 13:45:47 +0900
committerSangjung Woo <sangjung.woo@samsung.com>2022-12-09 16:06:46 +0900
commitf2b56d9391892d9ef63131ed255abb596bec73ba (patch)
treed4a05babe7bae5923854d4b331878c16ebccb084
parentfb54ad269c40384d9025834b44a2ff4ab9e8d88a (diff)
downloadpytorch-tizen_8.0.tar.gz
pytorch-tizen_8.0.tar.bz2
pytorch-tizen_8.0.zip
This patch updates the protobuf package with v3.20.3. Change-Id: Ice58247829f689a6dc740cb39adb601f6bc87433 Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
-rw-r--r--packaging/protobuf.tar.gzbin6455274 -> 9093272 bytes
-rw-r--r--packaging/pytorch.spec3
2 files changed, 3 insertions, 0 deletions
diff --git a/packaging/protobuf.tar.gz b/packaging/protobuf.tar.gz
index 6f5740caa8..a2d670569e 100644
--- a/packaging/protobuf.tar.gz
+++ b/packaging/protobuf.tar.gz
Binary files differ
diff --git a/packaging/pytorch.spec b/packaging/pytorch.spec
index ca507918e0..49e034cc66 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