We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59dce0d + 34eb81e commit 7c20718Copy full SHA for 7c20718
2 files changed
conda.recipe/bld.bat
@@ -1,10 +1,8 @@
1
cd %RECIPE_DIR%
2
cd ..
3
4
-:: Remove the build directory since incremental builds aren't currently supported.
5
-rd /s /q build
6
-
7
python setup.py install || exit 1
+
8
rd /s /q %SP_DIR%\__pycache__
9
rd /s /q %SP_DIR%\numpy
10
rd /s /q %SP_DIR%\Cython
conda.recipe/meta.yaml
@@ -20,6 +20,11 @@ requirements:
20
- cython >=0.24
21
- numpy
22
- 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
28
run:
29
- python
30
0 commit comments