Update to sagemath 7.3

This commit is contained in:
pcpa 2016-08-20 13:51:55 -04:00
parent a3d306800c
commit 0fdebf23cf
35 changed files with 3245 additions and 874 deletions

View file

@ -1,6 +1,6 @@
diff -up src/module_list.py.orig src/module_list.py
--- src/module_list.py.orig 2015-12-09 18:09:26.357141568 -0200
+++ src/module_list.py 2015-12-09 18:09:36.501141956 -0200
--- src/module_list.py.orig 2016-08-08 13:18:16.519494566 -0400
+++ src/module_list.py 2016-08-08 13:18:29.570495066 -0400
@@ -3,7 +3,7 @@ from glob import glob
from distutils.extension import Extension
from sage.env import SAGE_LOCAL
@ -9,28 +9,11 @@ diff -up src/module_list.py.orig src/module_list.py
+SAGE_INC = '/usr/include'
#########################################################
### BLAS setup
@@ -66,7 +66,7 @@ givaro_extra_compile_args =['-D__STDC_LI
### PolyBoRi settings
#########################################################
-polybori_extra_compile_args = []
+polybori_extra_compile_args = ['-DPBORI_USE_ORIGINAL_CUDD']
polybori_major_version = '0.8'
#########################################################
### pkg-config setup
diff -up src/setup.py.orig src/setup.py
--- src/setup.py.orig 2015-12-09 18:09:33.813141853 -0200
+++ src/setup.py 2015-12-09 18:13:21.819150584 -0200
@@ -64,6 +64,7 @@ except KeyError:
keep_going = False
# search for dependencies and add to gcc -I<path>
+SAGE_INC = '/usr/include'
include_dirs = sage_include_directories(use_sources=True)
# Manually add -fno-strict-aliasing, which is needed to compile Cython
@@ -567,11 +568,9 @@ def run_cythonize():
--- src/setup.py.orig 2016-08-08 13:19:09.383496590 -0400
+++ src/setup.py 2016-08-08 13:20:41.161500105 -0400
@@ -561,11 +561,9 @@ def run_cythonize():
print('Enabling Cython profiling support')
profile = True
@ -44,7 +27,7 @@ diff -up src/setup.py.orig src/setup.py
force = True
version_file = os.path.join(os.path.dirname(__file__), '.cython_version')
@@ -620,21 +619,6 @@ print("Discovered Python/Cython sources,
@@ -618,21 +616,6 @@ print("Discovered Python/Cython sources,
#########################################################
@ -63,6 +46,6 @@ diff -up src/setup.py.orig src/setup.py
-
-
-#########################################################
### Distutils
### Install also Jupyter kernel spec
#########################################################