File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,12 @@ cd conda-recipes
3434# uvcdat creates issues for build -c uvcdat confises package and channel
3535rm -rf uvcdat
3636python ./prep_for_build.py -v $( date +%Y.%m.%d)
37+ #
3738echo " Building and uploading now"
3839#
3940# use variant configuration in conda_build_config.yaml
41+ # Bug in conda-build 3.3.0 can be avoided with 3.2.2 on OSX
4042#
41- conda build -c conda-forge -m cdtime/conda_build_config.yaml ${PKG_NAME}
42- # --numpy=1.13 --python=2.7
43- # conda build -c conda-forge ${PKG_NAME} --numpy=1.12 --python=2.7
44- # conda build -c conda-forge ${PKG_NAME} --numpy=1.11 --python=2.7
45- # conda build -c conda-forge ${PKG_NAME} --numpy=1.10 --python=2.7
46- # conda build -c conda-forge ${PKG_NAME} --numpy=1.9 --python=2.7
47- # conda build -c conda-forge ${PKG_NAME} --numpy=1.13 --python=3.6
48- # conda build -c conda-forge ${PKG_NAME} --numpy=1.12 --python=3.6
49- # conda build -c conda-forge ${PKG_NAME} --numpy=1.11 --python=3.6
50- # conda build -c conda-forge ${PKG_NAME} --numpy=1.10 --python=3.6
51- # conda build -c conda-forge ${PKG_NAME} --numpy=1.9 --python=3.6
43+ conda install conda-build==3.2.2
44+ conda build -c conda-forge ${PKG_NAME}
5245anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH /$OS /$PKG_NAME -$( date +%Y.%m.%d) -* _0.tar.bz2 --force
You can’t perform that action at this time.
0 commit comments