File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requirements:
12
12
build :
13
13
- python
14
14
- setuptools
15
- - cython
15
+ - cython 0.20*
16
16
- numpy
17
17
- scipy
18
18
- pandas
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
cd ..
3
3
4
+ export VERSION=2.0
4
5
# # detect OS
5
6
if [ " $( uname) " == " Darwin" ]; then
6
7
export OS=osx-64
21
22
for NPY in " ${NPY_VERSIONS[@]} "
22
23
do
23
24
export CONDA_NPY=$NPY
24
- binstar remove bashtage/arch/1.0 /${OS} /arch-1.0 -np${NPY} py${PY} _0.tar.bz2 -f
25
+ binstar remove bashtage/arch/${VERSION} /${OS} /arch-${VERSION} -np${NPY} py${PY} _0.tar.bz2 -f
25
26
conda build ./building/binstar
26
27
done
27
28
done
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Setlocal EnableDelayedExpansion
3
3
REM Get current directory
4
4
SET CURRENT_WORKING_DIR = %~dp0
5
5
REM Python and NumPy versions
6
+ set VERSION = 2.0
6
7
set PY_VERSION = 27 33 34
7
8
set NPY_VERSION = 18 19
8
9
@@ -34,7 +35,7 @@ set NPY_VERSION=18 19
34
35
echo Python: !CONDA_PY! , NumPy: !CONDA_NPY!
35
36
36
37
REM Remove from binstar
37
- binstar remove bashtage/arch/1.0 /win-64\arch-1.0 -np!CONDA_NPY! py!CONDA_PY! _0.tar.bz2 --force
38
+ binstar remove bashtage/arch/!VERSION! /win-64\arch-!VERSION! -np!CONDA_NPY! py!CONDA_PY! _0.tar.bz2 --force
38
39
cd %CURRENT_WORKING_DIR%
39
40
conda build binstar
40
41
You can’t perform that action at this time.
0 commit comments