Skip to content

Commit

Permalink
need to build both py2 and py3?
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed May 22, 2019
1 parent 0154e2b commit 3f5f1e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ aliases:
rm -rf cdp
cp -r ../../recipes/pcmdi_metrics .
python ./prep_for_build.py -l 1.2
conda build $PKG_NAME $CHANNELS
conda build $PKG_NAME $CHANNELS --python=36
conda build $PKG_NAME $CHANNELS --python=27
anaconda -t $CONDA_UPLOAD_TOKEN upload -u pcmdi -l $LABEL $CONDA_BLD_PATH/noarch/$PKG_NAME-*tar.bz2 --force
Expand Down
12 changes: 6 additions & 6 deletions recipes/pcmdi_metrics/meta.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ requirements:
- numpy
run:
- python {{ python }}
- vcs >=2.10
- vcsaddons >=2.10
- cdms2 >=2.10
- genutil >=2.10
- cdutil >=2.10
- cdp >=1.3.2
- vcs >=8.1
- vcsaddons >=8.1
- cdms2 >=3
- genutil >=8.1
- cdutil >=8.1
- cdp
- matplotlib
- numpy
- cia
Expand Down

0 comments on commit 3f5f1e4

Please sign in to comment.