mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Rebuild for arb 2.14.0, eclib 20180710, ntl 11.2.1, and pari 2.11.0.
Drop unneeded genus2reduction dependency; pari is used instead now.
This commit is contained in:
parent
56de660281
commit
3dc6dbb3c1
2 changed files with 31 additions and 3 deletions
|
@ -80,7 +80,7 @@
|
|||
Name: sagemath
|
||||
Summary: A free open-source mathematics software system
|
||||
Version: 8.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
|
||||
# Additionally, every $files section has a comment with the license name
|
||||
# before files with that license
|
||||
|
@ -186,6 +186,9 @@ Patch26: %{name}-atlas.patch
|
|||
# Adapt to recent versions of the flask packages
|
||||
Patch27: %{name}-flask.patch
|
||||
|
||||
# Adapt to recent versions of eclib
|
||||
Patch28: %{name}-eclib.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: arb-devel
|
||||
BuildRequires: atlas-devel
|
||||
|
@ -216,7 +219,6 @@ BuildRequires: gap-pkg-toric
|
|||
BuildRequires: gc-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gd-devel
|
||||
BuildRequires: genus2reduction
|
||||
BuildRequires: gfan
|
||||
BuildRequires: giac-devel
|
||||
BuildRequires: glpk-devel
|
||||
|
@ -346,7 +348,6 @@ Requires: gap-pkg-guava
|
|||
Requires: gap-pkg-hapcryst
|
||||
Requires: gap-pkg-sonata
|
||||
Requires: gap-pkg-toric
|
||||
Requires: genus2reduction
|
||||
Requires: gfan
|
||||
Requires: gmp-ecm
|
||||
Requires: jmol
|
||||
|
@ -847,6 +848,7 @@ popd
|
|||
%patch25
|
||||
%patch26
|
||||
%patch27
|
||||
%patch28
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
@ -1809,6 +1811,10 @@ exit 0
|
|||
|
||||
########################################################################
|
||||
%changelog
|
||||
* Fri Aug 10 2018 Jerry James <loganjerry@gmail.com> - 8.2-4
|
||||
- Rebuild for arb 2.14.0, eclib 20180710, ntl 11.2.1, and pari 2.11.0
|
||||
- Drop unneeded genus2reduction dependency; pari is used instead now
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue