mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 03:39:03 -04:00
15 lines
653 B
Diff
15 lines
653 B
Diff
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'],
|