mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-10 23:18:51 -04:00
Do not build for 32-bit ARM, which is unable to unpack the source
RPM without running out of memory.
This commit is contained in:
parent
2fac775552
commit
042a67aa71
1 changed files with 6 additions and 2 deletions
|
@ -100,8 +100,10 @@ URL: http://www.sagemath.org
|
|||
Source0: http://files.sagemath.org/src/sage-%{version}.tar.gz
|
||||
Source1: https://github.com/JohnCremona/ecdata/archive/%{cremona_ver}/cremona-%{cremona_ver}.tar.gz
|
||||
Source2: gprc.expect
|
||||
# Follow maxima's ExclusiveArch
|
||||
ExclusiveArch: aarch64 %{arm} %{ix86} x86_64 ppc sparcv9
|
||||
# Follow maxima's ExclusiveArch, except exclude 32-bit ARM. The source RPM is
|
||||
# now about 2GB in size. The 32-bit ARM builders run out of memory trying to
|
||||
# create the SRPM and also trying to unpack the SRPM before starting a build.
|
||||
ExclusiveArch: aarch64 %{ix86} x86_64 ppc sparcv9
|
||||
|
||||
# Fix stray escapes in python strings
|
||||
Patch0: %{name}-escape.patch
|
||||
|
@ -1808,6 +1810,8 @@ rm -fr %{SAGE_LOCAL}/var/lib/sage/installed/database_cremona_ellcurve-%{cremona_
|
|||
- New -jupyter subpackage
|
||||
- Add suitesparse BR
|
||||
- Drop pathlib2 BR (bz 1797116)
|
||||
- Do not build for 32-bit ARM, which is unable to unpack the source RPM without
|
||||
running out of memory
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
|
Loading…
Add table
Reference in a new issue