Changeset 7698:b61900cc2d64
- Timestamp:
- 09/11/07 21:39:09 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/misc/cython.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/misc/cython.py
r5513 r6361 204 204 cython_include = ' '.join(['-I %s'%x for x in includes if len(x.strip()) > 0 ]) 205 205 206 cmd = 'cd %s && cython -p %s %s.pyx 1>log 2>err '%(build_dir, cython_include, name)206 cmd = 'cd %s && cython -p --pre-import sage.all %s %s.pyx 1>log 2>err '%(build_dir, cython_include, name) 207 207 208 208 if create_local_c_file:
Note: See TracChangeset
for help on using the changeset viewer.
