Skip to content

Commit db04896

Browse files
yarikopticGaelVaroquaux
authored andcommitted
BF: use setup.py build_src for "make cython" (Closes: scikit-learn#7873) (scikit-learn#7874)
1 parent f784e65 commit db04896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ trailing-spaces:
4949
find sklearn -name "*.py" -exec perl -pi -e 's/[ \t]*$$//' {} \;
5050

5151
cython:
52-
python build_tools/cythonize.py sklearn
52+
python setup.py build_src
5353

5454
ctags:
5555
# make tags for symbol based navigation in emacs and vim

0 commit comments

Comments
 (0)