Skip to content

Commit

Permalink
BF: use setup.py build_src for "make cython" (Closes: scikit-learn#7873
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored and GaelVaroquaux committed Nov 15, 2016
1 parent f784e65 commit db04896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ trailing-spaces:
find sklearn -name "*.py" -exec perl -pi -e 's/[ \t]*$$//' {} \;

cython:
python build_tools/cythonize.py sklearn
python setup.py build_src

ctags:
# make tags for symbol based navigation in emacs and vim
Expand Down

0 comments on commit db04896

Please sign in to comment.