Requires python-PeachPy on x86_64 only, as it is optional and available on x86_64 only

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-torch?expand=0&rev=5
This commit is contained in:
Christian Goll 2020-01-14 14:16:11 +00:00 committed by Git OBS Bridge
parent 44f43c1784
commit 10e2e125b6
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 14 13:01:33 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Requires python-PeachPy on x86_64 only, as it is optional
and available on x86_64 only
-------------------------------------------------------------------
Wed Jun 12 11:17:34 UTC 2019 - Christian Goll <cgoll@suse.com>

View File

@ -55,7 +55,9 @@ BuildRequires: %{python_module devel}
BuildRequires: %{pythons}
BuildRequires: python-py-cpuinfo
BuildRequires: python-pybind11-devel
%ifarch x86_64
BuildRequires: %{python_module PeachPy}
%endif
BuildRequires: %{python_module opcodes}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module setuptools}