Commit Graph
6 Commits
Author SHA1 Message Date
Zachary Pincus 17edd0cc29 Modify _build.py:cython() to be cleaner:
(1) Now uses subprocess.call instead of os.system, so that paths with spaces
    (and the like) are handled properly.

(2) Removes superfluous .c.new files after deciding whether or not to copy
    them to the .c files.
2009-12-29 12:38:31 -05:00
Stefan van der Walt 9d64d8d0dc setup: Fix Cython build. 2009-11-12 14:21:36 +02:00
Stefan van der Walt 1b501c83e1 setup: Only check for new Cython file if Cython executed successfully. 2009-11-12 14:11:51 +02:00
Stefan van der Walt 874eb2febd build: Fix c extension. 2009-11-03 08:44:23 +02:00
Stefan van der Walt 7770e393e0 Fix subtle rstrip bug. 2009-11-02 22:49:28 +02:00
Stefan van der Walt c118add062 Add shortest path algorithm. Refactor Cython build. 2009-11-02 20:53:16 +02:00