mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 03:39:03 -04:00
Update to sagemath 6.5
This commit is contained in:
parent
48c70ab672
commit
baae9bd2a8
23 changed files with 299 additions and 174 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -up src/c_lib/SConstruct.orig src/c_lib/SConstruct
|
||||
--- src/c_lib/SConstruct.orig 2014-11-17 17:41:32.525922611 -0200
|
||||
+++ src/c_lib/SConstruct 2014-11-17 17:41:41.486922954 -0200
|
||||
--- src/c_lib/SConstruct.orig 2015-04-03 14:44:19.695348682 -0300
|
||||
+++ src/c_lib/SConstruct 2015-04-03 14:44:30.359349090 -0300
|
||||
@@ -126,8 +126,8 @@ env['PYV']=platform.python_version().rsp
|
||||
# The SCons convenience function Split is the only strange thing
|
||||
# to python programmers. It just makes a list by splitting on
|
||||
|
@ -10,7 +10,7 @@ diff -up src/c_lib/SConstruct.orig src/c_lib/SConstruct
|
|||
+includes = ['@@includedir@@', '@@includedir@@/python$PYV/',
|
||||
+ '@@includedir@@/NTL/', 'include']
|
||||
cFiles = Split( "convert.c interrupt.c memory.c mpn_pylong.c mpz_pylong.c") + \
|
||||
Split( "mpz_longlong.c stdsage.c gmp_globals.c" )
|
||||
Split( "mpz_longlong.c stdsage.c" )
|
||||
cppFiles = Split( "ZZ_pylong.cpp ntl_wrap.cpp" )
|
||||
@@ -136,9 +136,22 @@ incFiles = Split( "ccobject.h convert.h
|
||||
Split( "interrupt.h memory.h mpn_pylong.h mpz_longlong.h" ) + \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue