Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68280fb

Browse files
jnothmanlarsmans
authored andcommitted
MAINT remove residual sparsefuncs*.so when compiling
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.
1 parent 0a3a677 commit 68280fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ clean: clean-ctags
1818

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

2324
test-code: in

0 commit comments

Comments
 (0)