Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8fca038d4b | ||
|
|
ec583b0435 |
1 changed files with 3 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ Version: %{pypi_version}^git%{date0}.%{shortcommit0}
|
||||||
%else
|
%else
|
||||||
Version: %{pypi_version}
|
Version: %{pypi_version}
|
||||||
%endif
|
%endif
|
||||||
Release: %autorelease
|
Release: 1%{?dist}
|
||||||
Summary: PyTorch AI/ML framework
|
Summary: PyTorch AI/ML framework
|
||||||
# See license.txt for license details
|
# See license.txt for license details
|
||||||
License: BSD-3-Clause AND BSD-2-Clause AND 0BSD AND Apache-2.0 AND MIT AND BSL-1.0 AND GPL-3.0-or-later AND Zlib
|
License: BSD-3-Clause AND BSD-2-Clause AND 0BSD AND Apache-2.0 AND MIT AND BSL-1.0 AND GPL-3.0-or-later AND Zlib
|
||||||
|
|
@ -127,11 +127,11 @@ Source100: https://github.com/protocolbuffers/protobuf/archive/refs/tags/v%
|
||||||
%global st_ver 80.9.0
|
%global st_ver 80.9.0
|
||||||
Source110: https://github.com/pypa/setuptools/archive/refs/tags/v%{st_ver}.tar.gz
|
Source110: https://github.com/pypa/setuptools/archive/refs/tags/v%{st_ver}.tar.gz
|
||||||
|
|
||||||
%global pt_arches x86_64 aarch64
|
|
||||||
ExclusiveArch: %pt_arches
|
|
||||||
%global toolchain gcc
|
%global toolchain gcc
|
||||||
%global _lto_cflags %nil
|
%global _lto_cflags %nil
|
||||||
|
|
||||||
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: cpuinfo-devel
|
BuildRequires: cpuinfo-devel
|
||||||
%if %{with eigen3}
|
%if %{with eigen3}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue