Skip to content

Commit cd71690

Browse files
authored
Remove incorrect comment about checking generated C files in
Evidently the decision was made at some point not to do what Dag suggests in the documentation of this file. So delete that suggestion, which conflicts with reality. I agree with not checking in the C files, and think Cython isn't an unreasonable dependency for building from git. Also, cython is clearly stated to be a build dependency here: https://github.com/numpy/numpy/blob/main/INSTALL.rst#id9
1 parent e9295bf commit cd71690

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/cythonize.py

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
files; while waiting for a proper build system. Uses file hashes to
1919
figure out if rebuild is needed.
2020
21-
For now, this script should be run by developers when changing Cython files
22-
only, and the resulting C files checked in, so that end-users (and Python-only
23-
developers) do not get the Cython/Tempita dependencies.
24-
2521
Originally written by Dag Sverre Seljebotn, and copied here from:
2622
2723
https://raw.github.com/dagss/private-scipy-refactor/cythonize/cythonize.py

0 commit comments

Comments
 (0)