mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -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
15
sagemath-parallel.patch
Normal file
15
sagemath-parallel.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
diff -up src/module_list.py.orig src/module_list.py
|
||||
--- src/module_list.py.orig 2015-04-03 15:39:22.360475152 -0300
|
||||
+++ src/module_list.py 2015-04-03 15:39:37.470475731 -0300
|
||||
@@ -2110,11 +2110,6 @@ ext_modules = [
|
||||
Extension('sage.tests.interrupt',
|
||||
sources = ['sage/tests/interrupt.pyx', 'sage/tests/c_lib.c']),
|
||||
|
||||
- Extension('sage.tests.parallel',
|
||||
- sources = ['sage/tests/parallel.pyx'],
|
||||
- extra_compile_args=["-fopenmp"],
|
||||
- extra_link_args=["-fopenmp"]),
|
||||
-
|
||||
Extension('sage.tests.stl_vector',
|
||||
sources = ['sage/tests/stl_vector.pyx'],
|
||||
libraries = ['gmp'],
|
Loading…
Add table
Add a link
Reference in a new issue