From dc2fa0ac0425e288454d578219643b312b0998a8 Mon Sep 17 00:00:00 2001 From: zshaheen Date: Tue, 13 Jun 2017 11:01:13 -0700 Subject: [PATCH] forgot to add meta.yaml.in --- conda-recipes/pcmdi_metrics/meta.yaml.in | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 conda-recipes/pcmdi_metrics/meta.yaml.in diff --git a/conda-recipes/pcmdi_metrics/meta.yaml.in b/conda-recipes/pcmdi_metrics/meta.yaml.in new file mode 100644 index 000000000..06deaff78 --- /dev/null +++ b/conda-recipes/pcmdi_metrics/meta.yaml.in @@ -0,0 +1,32 @@ +package: + name: pcmdi_metrics + version: @VERSION@ + +source: + git_url: git://github.com/PCMDI/pcmdi_metrics + git_rev: @UVCDAT_BRANCH@ + +build: + script: python setup.py install + number: @BUILD_NUMBER@ + +requirements: + build: + - python + - setuptools + - numpy + run: + - vcs >=2.10 + - vcsaddons >=2.10 + - cdms2 >=2.10 + - genutil >=2.10 + - cdutil >=2.10 + - cdp + - matplotlib + - numpy + + +about: + home: http://gitub.com/PCMDI/pcmdi_metrics + summary: The PCMDI metrics package is used to objectively compare results from climate models with observations using well-established statistical tests. Results are produced in the context of all model simulations contributed to CMIP5 and earlier CMIP phases. Among other purposes, this enables modeling groups to evaluate changes during the development cycle in the context of the structural error distribution of the multi-model ensemble. Currently, the comparisons are focused on large- to global-scale annual cycle performance metrics. +