mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Add sagemath-m4rie.patch to adapt to m4rie 20130416.
Adapt to NTL 6.0.0 a little more.
This commit is contained in:
parent
0ce0009c63
commit
eac7c8fec1
3 changed files with 179 additions and 4 deletions
|
@ -214,6 +214,9 @@ Patch32: %{name}-cryptominisat.patch
|
|||
# http://trac.sagemath.org/sage_trac/ticket/14452
|
||||
Patch33: 14452_cython_0.19.patch
|
||||
|
||||
# Adapt to m4rie 20130416
|
||||
Patch34: %{name}-m4rie.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: cddlib-tools
|
||||
|
@ -700,6 +703,10 @@ pushd spkg/build/sage-%{version}
|
|||
popd
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} >= 19
|
||||
%patch34 -p1
|
||||
%endif
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# ensure proper/preferred libatlas is in linker path
|
||||
pushd spkg/build/sage-%{version}
|
||||
|
@ -1390,6 +1397,7 @@ exit 0
|
|||
- Rebuild for libfplll 4.0.3, m4ri and m4rie 20130416, and ntl 6.0.0
|
||||
- Drop sagemath-unpatched_ntl.patch now that Fedora's NTL is patched
|
||||
- Add sagemath-ntl6.patch to adapt to NTL 6
|
||||
- Add sagemath-m4rie.patch to adapt to m4rie 20130416
|
||||
|
||||
* Sat Apr 27 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.8-8
|
||||
- Add surf-geometry to path for proper Singular plotting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue