mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-10 23:18:51 -04:00
Remove an unused call to a primecount function that no longer exists.
This commit is contained in:
parent
e87f50f39d
commit
e524b0b03b
2 changed files with 13 additions and 0 deletions
9
sagemath-primecount.patch
Normal file
9
sagemath-primecount.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- src/sage/libs/primecount.pxd.orig 2020-01-01 04:03:10.000000000 -0700
|
||||
+++ src/sage/libs/primecount.pxd 2020-03-22 14:35:05.590527408 -0600
|
||||
@@ -17,6 +17,5 @@ cdef extern from "primecount.hpp" namesp
|
||||
int get_num_threads()
|
||||
|
||||
cppstring get_max_x()
|
||||
- cppstring get_max_x(double alpha)
|
||||
|
||||
cppstring primecount_version()
|
|
@ -207,6 +207,9 @@ Patch29: %{name}-tdlib.patch
|
|||
# Use local objects.inv for intersphinx since no network on koji builders
|
||||
Patch30: %{name}-intersphinx.patch
|
||||
|
||||
# Remove an unused call to a primecount function that no longer exists
|
||||
Patch31: %{name}-primecount.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: arb-devel
|
||||
BuildRequires: bliss-devel
|
||||
|
@ -906,6 +909,7 @@ popd
|
|||
%patch28
|
||||
%patch29
|
||||
%patch30
|
||||
%patch31
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
|
Loading…
Add table
Reference in a new issue