forked from ReactionMechanismGenerator/RMG-Py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
94 lines (88 loc) · 1.83 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
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
93
94
# For conda build
package:
name: rmg
version: "0" # set by build.sh, which gets from rmgpy/__init__.py
source:
path: .
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
requirements:
build:
- argparse # [py26]
- boost ==1.56.0
- cairo # [unix]
- cairocffi # [unix]
- coverage
- cython ==0.21
- gcc # [unix]
- gcc ==4.8.2 # [linux32]
- gprof2dot
- guppy
- jinja2
- libgcc # [unix]
- libgfortran ==1.0 # [linux] You may need to comment this out for mac osx
- markupsafe
- matplotlib >=1.5
- nose
- numpy
- openbabel
- psutil
- pydas >=1.0.2
- pydot
- pydqed >=1.0.1
- pyparsing
- python
- pyzmq
- quantities
- rdkit >=2015.09.2
- scipy
- scoop
- setuptools
- xlwt
run:
- argparse # [py26]
- cairo # [unix]
- cairocffi # [unix]
- cantera >=2.2
- coverage
- cython ==0.21
- gprof2dot
- graphviz
- guppy
- jinja2
- libgcc # [unix]
- libgfortran ==1.0 # [linux] You may need to comment this out for mac osx
- markupsafe
- matplotlib >=1.5
- mopac
- nose
- numpy
- openbabel
- psutil
- pydas >=1.0.2
- pydot
- pydqed >=1.0.1
- pyparsing
- python
- pyzmq
- quantities
- rdkit >=2015.09.2
- rmgdatabase >=1.0.2
- scipy
- scoop
- symmetry
- xlwt
test:
requires:
- nose
imports:
- rmgpy
commands:
- cp $PREFIX/lib/python2.7/site-packages/rmgpy/rmgrc $SRC_DIR [unix]
- make -C $SRC_DIR test [unix]
- cp %PREFIX%\Lib\site-packages\rmgpy\rmgrc %SRC_DIR% [win]
- mingw32-make -C %SRC_DIR% test [win]
about:
home: http://github.com/ReactionMechanismGenerator/RMG-Py
license: MIT
summary: "A program for automatically generating kinetic models of chemical reaction mechanisms."