Skip to content

Commit 7c20718

Browse files
Merge pull request #680 from insertinterestingnamehere/ci
Minor cleanups in conda recipe
2 parents 59dce0d + 34eb81e commit 7c20718

2 files changed

Lines changed: 6 additions & 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

conda.recipe/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ requirements:
2020
- cython >=0.24
2121
- numpy
2222
- libdynd
23+
# Needed for version tags, not necessary on CI systems since it's already there.
24+
# Comment it out to avoid the unnecessary download.
25+
#- git
26+
# CMake is also needed in general but not necessary on CI systems
27+
#- cmake
2328
run:
2429
- python
2530
- numpy

0 commit comments

Comments
 (0)