-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmeta.yaml
57 lines (51 loc) · 1.31 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{% set name = "cdp" %}
{% set version = "1.7.0" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://github.com/CDAT/cdp/archive/v{{ version }}.tar.gz
sha256: 9f6dfb78ab70750e31f421ff3253e19e31e8654c60ab7a30f760df17bb13d929
patches:
- 0001-collection-abc-Iterable.patch
build:
number: 2
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
entry_points:
- cdp-distrib = cdp.cli.cdp_distrib:main
requirements:
host:
- python {{ python_min }}
- setuptools
- pip
run:
- python >={{ python_min }}
- output_viewer >=1.3.0
- pyyaml
- dask
- distributed
- six
test:
requires:
- python {{ python_min }}
imports:
- cdp
commands:
- cdp-distrib -h
about:
home: https://github.com/cdat/cdp
summary: |
The Community Diagnostics Package (CDP) is a framework for developing new
climate diagnostics. CDP allows for a modular implementation of the
components required for running diagnostics. The design of CDP consists
of modules to handle the user-defined parameters, metrics, provenance,
file I/O, output of results and algorithms for calculating the diagnostics.
license: BSD-3-Clause
license_file: bsd-3-clause.txt
extra:
recipe-maintainers:
- doutriaux1
- zshaheen
- xylar
- forsyth2