Skip to content

Commit

Permalink
MAINT remove residual sparsefuncs*.so when compiling
Browse files Browse the repository at this point in the history
The sparsefuncs -> sparsefuncs_fast rename in bbb8f1d has caused a lot of errors being reported due to dirty working directories. This attempts to avoid that.
  • Loading branch information
jnothman authored and larsmans committed Jul 1, 2014
1 parent 0a3a677 commit 68280fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ clean: clean-ctags

in: inplace # just a shortcut
inplace:
rm -f sklearn/utils.sparsefuncs*.so # to avoid errors in 0.15 upgrade
$(PYTHON) setup.py build_ext -i

test-code: in
Expand Down

0 comments on commit 68280fb

Please sign in to comment.