You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by go...@apache.org on 2016/07/29 17:19:32 UTC

[02/18] climate git commit: CLIMATE-829 - Add conda package receipes

CLIMATE-829 - Add conda package receipes


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/66abf482
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/66abf482
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/66abf482

Branch: refs/heads/CLIMATE-825
Commit: 66abf4824cea7e0ba01698b65d28bb92311bbb9e
Parents: ffd2159 ad3035b
Author: huikyole <hu...@argo.jpl.nasa.gov>
Authored: Thu Jul 21 10:59:23 2016 -0700
Committer: huikyole <hu...@argo.jpl.nasa.gov>
Committed: Thu Jul 21 10:59:23 2016 -0700

----------------------------------------------------------------------
 conda_recipes/bottle/bld.bat                    |  8 +++
 conda_recipes/bottle/build.sh                   |  9 +++
 conda_recipes/bottle/meta.yaml                  | 59 +++++++++++++++++
 conda_recipes/esgf-pyclient/bld.bat             |  8 +++
 conda_recipes/esgf-pyclient/build.sh            |  9 +++
 conda_recipes/esgf-pyclient/meta.yaml           | 65 +++++++++++++++++++
 conda_recipes/myproxyclient/bld.bat             |  8 +++
 conda_recipes/myproxyclient/build.sh            |  9 +++
 conda_recipes/myproxyclient/meta.yaml           | 67 ++++++++++++++++++++
 conda_recipes/ocw/bld.bat                       |  8 +++
 conda_recipes/ocw/build.sh                      |  9 +++
 conda_recipes/ocw/meta.yaml                     | 43 +++++++++++++
 conda_recipes/pydap/bld.bat                     |  8 +++
 conda_recipes/pydap/build.sh                    |  9 +++
 conda_recipes/pydap/meta.yaml                   | 64 +++++++++++++++++++
 conda_recipes/sphinxcontrib-httpdomain/bld.bat  |  8 +++
 conda_recipes/sphinxcontrib-httpdomain/build.sh |  9 +++
 .../sphinxcontrib-httpdomain/meta.yaml          | 66 +++++++++++++++++++
 18 files changed, 466 insertions(+)
----------------------------------------------------------------------