Skip to content

Commit ede1111

Browse files
Remove code that deletes build directory every time in conda recipe.
Incremental builds are supported now.
1 parent 0ab03cc commit ede1111

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

conda.recipe/bld.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
cd %RECIPE_DIR%
22
cd ..
33

4-
:: Remove the build directory since incremental builds aren't currently supported.
5-
rd /s /q build
6-
74
python setup.py install || exit 1
5+
86
rd /s /q %SP_DIR%\__pycache__
97
rd /s /q %SP_DIR%\numpy
108
rd /s /q %SP_DIR%\Cython

0 commit comments

Comments
 (0)