-
Notifications
You must be signed in to change notification settings - Fork 9
/
meta.yaml
58 lines (51 loc) · 1007 Bytes
/
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
58
# conda recipe
package:
name: midas
version: "1.2.5"
build:
number: 0
binary_relocation: True
preserve_egg_dir: False
source:
git_url: https://github.com/mjharriso/MIDAS.git
git_rev: dev/testing
# fn: testing.zip
# url: https://github.com/mjharriso/MIDAS/archive/dev/testing.zip
requirements:
build:
- python >=3.0
- libnetcdf
- libgfortran
- libnetcdff
- hdf5
- hdf4
- jpeg
- numpy
- netcdf4
run:
- python >=3.0
- libnetcdf
- libnetcdff
- libgfortran
- hdf4
- hdf5
- jpeg
- numpy
- netcdf4
- scipy
- basemap
- dateutil
test:
imports:
- midas.rectgrid
# - fms_hinterp
# - vertmap_ALE
commands:
- echo "Testing from the meta.yaml"
- echo "This is Windows" # [win]
- echo "This is not Windows" # [not win]
- echo "This is OSX" # [osx]
- echo "This is not OSX" # [not osx]
about:
home: https://github.com/mjharriso/MIDAS
license: CreativeCommons 3.0