diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2022-12-09 13:45:47 +0900 |
---|---|---|
committer | Sangjung Woo <sangjung.woo@samsung.com> | 2022-12-09 16:06:46 +0900 |
commit | f2b56d9391892d9ef63131ed255abb596bec73ba (patch) | |
tree | d4a05babe7bae5923854d4b331878c16ebccb084 | |
parent | fb54ad269c40384d9025834b44a2ff4ab9e8d88a (diff) | |
download | pytorch-tizen_8.0.tar.gz pytorch-tizen_8.0.tar.bz2 pytorch-tizen_8.0.zip |
[Packaging] Update Protobuf with v3.20.3tizen_8.0_m2_releaseaccepted/tizen/unified/dev/20240620.011054accepted/tizen/unified/20221215.051042accepted/tizen/8.0/unified/20231005.095509tizen_8.0accepted/tizen_8.0_unified
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.gz | bin | 6455274 -> 9093272 bytes | |||
-rw-r--r-- | packaging/pytorch.spec | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/packaging/protobuf.tar.gz b/packaging/protobuf.tar.gz Binary files differindex 6f5740caa8..a2d670569e 100644 --- a/packaging/protobuf.tar.gz +++ b/packaging/protobuf.tar.gz 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 |