Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Enable cython cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Nov 17, 2013
1 parent f36d14a commit c93d084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup.py
Expand Up @@ -525,6 +525,7 @@ def build_extension(self, p):
ext_modules = cythonize(
ext_modules,
nthreads = int(os.environ.get('SAGE_NUM_THREADS', 0)),
cache = os.environ.get('CYCACHE_DIR', os.path.join(DOT_SAGE,'cycache')),
build_dir = None, # Don't "cythonize out-of-tree" (cf. #14570) until
# sage-clone and sage-sync-build can deal with that.
force=force)
Expand Down

0 comments on commit c93d084

Please sign in to comment.