Révision 4a0c5e95 src/cvp-run-01.sage
b/src/cvp-run-01.sage | ||
---|---|---|
16 | 16 |
"/home/storres/recherche/arithmetique/pobysoPythonSage/compiledSpyx" |
17 | 17 |
if compiledSpyxDir not in sys.path: |
18 | 18 |
sys.path.append(compiledSpyxDir) |
19 |
""" |
|
20 |
As of Sage versions above or equal to 7.0, appending MPFI is not needed and |
|
21 |
crashes the program. |
|
19 | 22 |
if not 'mpfi' in sage.misc.cython.standard_libs: |
20 | 23 |
sage.misc.cython.standard_libs.append('mpfi') |
24 |
""" |
|
21 | 25 |
load("/home/storres/recherche/arithmetique/pobysoPythonSage/src/sollya_lib.sage") |
22 | 26 |
# load("/home/storres/recherche/arithmetique/pobysoPythonSage/src/sageMpfr.spyx") |
23 | 27 |
# load("/home/storres/recherche/arithmetique/pobysoPythonSage/src/sageGMP.spyx") |
Formats disponibles : Unified diff