forked from NOAA-GFDL/fre-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
92 lines (85 loc) · 2 KB
/
meta.yaml
File metadata and controls
92 lines (85 loc) · 2 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
package:
name: fre-cli
version: '{{ environ.get("GIT_DESCRIBE_TAG", "develop") }}'
source:
path: .
build:
script:
- {{ PYTHON }} -m pip install . -vv
- cp fre/mkmf/bin/mkmf $PREFIX/bin
- cp fre/mkmf/bin/list_paths $PREFIX/bin
- cp fre/mkmf/bin/git-version-string $PREFIX/bin
noarch: python
channels:
- conda-forge
- noaa-gfdl
requirements:
build:
- python>=3.11
- pip
- setuptools
- wheel
host:
- python>=3.11
- setuptools
run:
- python>=3.11
- noaa-gfdl::analysis_scripts==0.0.1
- noaa-gfdl::catalogbuilder==2025.01.01
# - noaa-gfdl::fre-nctools==2022.02.01
- conda-forge::cdo>=2
- conda-forge::cftime
- conda-forge::click>=8.2
- conda-forge::cmor>=3.14
- conda-forge::cylc-flow>=8.2
- conda-forge::cylc-rose
- conda-forge::jinja2>=3
- conda-forge::jsonschema
- conda-forge::metomi-rose
- conda-forge::nccmp
# - conda-forge::numpy==1.26.4
- conda-forge::numpy>=2
- conda-forge::python-cdo
- conda-forge::pyyaml
- conda-forge::xarray>=2024.*
- conda-forge::netcdf4>=1.7.*
test:
requires:
- conda-forge::pylint
- conda-forge::pytest
- conda-forge::pytest-cov
source_files:
- fre/
files:
- pylintrc
- fre/mkmf/templates/*
imports:
- fre
- fre.app
- fre.catalog
- fre.check
- fre.cmor
- fre.list_
- fre.make
- fre.pp
- fre.run
- fre.yamltools
commands:
- fre --help
- fre app --help
- fre catalog --help
- fre check --help
- fre cmor --help
- fre list --help
- fre make --help
- fre pp --help
- fre run --help
- fre yamltools --help
- pylint --rcfile pylintrc fre/
- pytest --durations=20 --log-level INFO --ignore=fre/make/tests/compilation fre/
about:
home: https://github.com/NOAA-GFDL/fre-cli
license: Apache2.0
license_file: LICENSE.md
summary: Command line interface for FMS Runtime Environment (FRE) workflow commands
author: Bennett Chang, Dana Singh, Chris Blanton