-
Notifications
You must be signed in to change notification settings - Fork 40
/
dependencies.json
355 lines (355 loc) · 13.4 KB
/
dependencies.json
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
[{
"name": "gcc",
"title": "GCC, G++ and GFortran",
"version_requirement": ">=4.9",
"version_command": "gcc --version | head -1",
"homepage": "http://gcc.gnu.org",
"comment": "In principle the Intel compilers or any other combination of C++11 and Fortran compiler should work. The GNU compilers are used for development and testing.",
"fedora_25_rpm": "gcc gcc-c++ gcc-gfortran redhat-rpm-config",
"fedora_24_rpm": "gcc gcc-c++ gcc-gfortran redhat-rpm-config",
"fedora_22_rpm": "gcc gcc-c++ gcc-gfortran redhat-rpm-config",
"ubuntu_16_deb": "gcc g++ gfortran",
"ubuntu_15_deb": "gcc g++ gfortran",
"macports_name": "gcc49",
"macports_url": "https://trac.macports.org/browser/trunk/dports/lang/gcc49/Portfile",
"macports_command": "sudo port install gcc49; sudo port select --set gcc mp-gcc49",
"purpose": "build"
}, {
"name": "python",
"title": "Python",
"version_requirement": ">=2.7,<3.0",
"version_command": "python --version",
"homepage": "http://www.python.org/",
"comment": "Also install development files.",
"fedora_25_rpm": "python-devel",
"fedora_24_rpm": "python-devel",
"fedora_22_rpm": "python-devel",
"ubuntu_16_deb": "python-dev",
"ubuntu_15_deb": "python-dev",
"macports_name": "python27",
"macports_url": "https://trac.macports.org/browser/trunk/dports/lang/python27/Portfile",
"macports_command": "sudo port install python27 +readline; sudo port select --set python python27",
"purpose": "runtime"
}, {
"name": "nose",
"title": "Nosetests",
"version_requirement": ">=1.1.2",
"version_command": "nosetests --version",
"homepage": "http://readthedocs.org/docs/nose/en/latest/",
"fedora_25_rpm": "python-nose",
"fedora_24_rpm": "python-nose",
"fedora_22_rpm": "python-nose",
"ubuntu_16_deb": "python-nose",
"ubuntu_15_deb": "python-nose",
"macports_name": "py27-nose",
"macports_url": "https://trac.macports.org/browser/trunk/dports/python/py-nose/Portfile",
"macports_command": "sudo port install py27-nose; sudo port select --set nosetests nosetests27",
"purpose": "testing"
}, {
"name": "numpy",
"title": "NumPy",
"version_requirement": ">=1.9.1",
"version_command": "python -c \"import numpy; print numpy.__version__\"",
"homepage": "http://www.numpy.org/",
"fedora_25_rpm": "python2-numpy",
"fedora_24_rpm": "python2-numpy",
"fedora_22_rpm": "numpy",
"ubuntu_16_rpm": "python-numpy",
"ubuntu_15_pip": "numpy",
"macports_name": "py27-numpy",
"macports_url": "https://trac.macports.org/browser/trunk/dports/python/py-numpy/Portfile",
"macports_command": "sudo port install py27-numpy +atlas",
"purpose": "runtime"
}, {
"name": "scipy",
"title": "SciPy",
"version_requirement": ">=0.11.0",
"version_command": "python -c \"import scipy; print scipy.__version__\"",
"homepage": "http://www.scipy.org/",
"fedora_25_rpm": "python2-scipy",
"fedora_24_rpm": "python2-scipy",
"fedora_22_rpm": "scipy",
"ubuntu_16_deb": "python-scipy",
"ubuntu_15_deb": "python-scipy",
"macports_name": "py27-scipy",
"macports_url": "https://trac.macports.org/browser/trunk/dports/python/py-scipy/Portfile",
"macports_command": "sudo port install py27-scipy +atlas",
"purpose": "runtime"
}, {
"name": "cython",
"title": "Cython",
"version_requirement": ">=0.17.1",
"version_command": "cython --version",
"homepage": "http://www.cython.org/",
"fedora_25_rpm": "Cython",
"fedora_24_rpm": "Cython",
"fedora_22_rpm": "Cython",
"ubuntu_16_deb": "cython",
"ubuntu_15_deb": "cython",
"macports_name": "py27-cython",
"macports_url": "https://trac.macports.org/browser/trunk/dports/python/py-cython/Portfile",
"macports_command": "sudo port install py27-cython; sudo port select --set cython cython27",
"purpose": "build"
}, {
"name": "h5py",
"title": "H5Py",
"version_requirement": ">=2.2.1",
"version_command": "python -c \"import h5py; print h5py.__version__\"",
"homepage": "http://www.h5py.org/",
"fedora_25_rpm": "python2-h5py",
"fedora_24_rpm": "python2-h5py",
"fedora_22_rpm": "h5py",
"ubuntu_16_deb": "python-h5py",
"ubuntu_15_deb": "python-h5py",
"macports_name": "py27-h5py",
"macports_url": "https://trac.macports.org/browser/trunk/dports/python/py-h5py/Portfile",
"macports_command": "sudo port install py27-h5py",
"purpose": "runtime"
}, {
"name": "sympy",
"title": "Sympy",
"version_requirement": ">=0.7.1",
"version_command": "python -c \"import sympy; print sympy.__version__\"",
"homepage": "http://code.google.com/p/sympy/",
"fedora_25_rpm": "sympy",
"fedora_24_rpm": "sympy",
"fedora_22_rpm": "sympy",
"ubuntu_16_deb": "python-sympy",
"ubuntu_15_deb": "python-sympy",
"macports_name": "py27-sympy",
"macports_url": "https://trac.macports.org/browser/trunk/dports/python/py-sympy/Portfile",
"macports_command": "sudo port install py27-sympy; sudo port select --set py-sympy py27-sympy",
"purpose": "dev"
}, {
"name": "matplotlib",
"title": "Matplotlib",
"version_requirement": ">=1.0",
"version_command": "python -c \"import matplotlib; print matplotlib.__version__\"",
"homepage": "http://matplotlib.org/",
"fedora_25_rpm": "python2-matplotlib",
"fedora_24_rpm": "python2-matplotlib",
"fedora_22_rpm": "python-matplotlib",
"ubuntu_16_deb": "python-matplotlib",
"ubuntu_15_deb": "python-matplotlib",
"macports_name": "py27-matplotlib",
"macports_url": "https://trac.macports.org/browser/trunk/dports/python/py-matplotlib/Portfile",
"macports_command": "sudo port install py27-matplotlib",
"purpose": "runtime"
}, {
"name": "libxc",
"title": "LibXC",
"version_requirement": "==3.0.0",
"homepage": "http://www.tddft.org/programs/octopus/wiki/index.php/Libxc",
"comment": "Also install development files.",
"version_ci": "3.0.0",
"install_command": "./tools/qa/install_libxc-3.0.0.sh",
"source_url": "http://www.tddft.org/programs/octopus/down.php?file=libxc/libxc-3.0.0.tar.gz",
"fedora_24_rpm": "libxc-devel",
"fedora_22_rpm": "libxc-devel",
"ubuntu_16_deb": "libxc-dev",
"ubuntu_15_deb": "libxc-dev",
"purpose": "cext"
}, {
"name": "libint",
"title": "LibInt",
"version_requirement": "==2.0.3",
"homepage": "http://sourceforge.net/p/libint/home",
"comment": "Also install development files.",
"version_ci": "2.0.3",
"install_command": "./tools/qa/install_libint-2.0.3.sh",
"source_url": "http://downloads.sourceforge.net/project/libint/libint-for-mpqc/libint-2.0.3-stable.tgz",
"fedora_25_rpm": "libint2-devel",
"fedora_24_rpm": "libint2-devel",
"fedora_22_rpm": "libint2-devel",
"macports_name": "libint",
"macports_url": "https://trac.macports.org/browser/trunk/dports/science/libint/Portfile",
"macports_command": "sudo port install libint",
"purpose": "cext"
}, {
"name": "curl",
"title": "Curl",
"homepage": "http://curl.haxx.se/",
"version_requirement": ">=7.0",
"version_command": "curl --version | head -1",
"fedora_25_rpm": "curl",
"fedora_24_rpm": "curl",
"fedora_22_rpm": "curl",
"ubuntu_16_deb": "curl",
"ubuntu_15_deb": "curl",
"purpose": "build"
}, {
"name": "pip",
"title": "PIP",
"homepage": "https://pip.pypa.io/",
"comment": "Not required in some scenarios but never bad to have.",
"version_requirement": ">=7.0",
"version_command": "pip --version",
"fedora_25_rpm": "python-pip",
"fedora_24_rpm": "python-pip",
"fedora_22_rpm": "python-pip",
"ubuntu_16_deb": "python-pip",
"ubuntu_15_deb": "python-pip",
"macports_name": "py27-pip",
"macports_url": "https://trac.macports.org/browser/trunk/dports/python/py-pip/Portfile",
"macports_command": "sudo port install py27-pip; sudo port select --set pip pip27",
"purpose": "build"
}, {
"name": "sphinx",
"title": "Sphinx",
"version_requirement": ">=1.3.1",
"version_command": "sphinx-build --version",
"homepage": "http://sphinx.pocoo.org/",
"fedora_25_rpm": "python2-sphinx",
"fedora_24_rpm": "python2-sphinx",
"fedora_22_pip": "sphinx",
"ubuntu_16_deb": "python-sphinx",
"ubuntu_15_pip": "sphinx",
"macports_pip": "sphinx",
"purpose": "doc"
}, {
"name": "sphinx_rtd_theme",
"title": "Sphinx Read-The-Docs theme",
"version_requirement": ">=0.1.8",
"version_command": "python -c \"import sphinx_rtd_theme; print sphinx_rtd_theme.__version__\"",
"homepage": "https://github.com/snide/sphinx_rtd_theme",
"fedora_25_rpm": "python2-sphinx_rtd_theme",
"fedora_24_rpm": "python2-sphinx_rtd_theme",
"fedora_22_pip": "sphinx_rtd_theme",
"ubuntu_16_deb": "python-sphinx-rtd-theme",
"ubuntu_15_pip": "sphinx_rtd_theme",
"macports_pip": "sphinx_rtd_theme",
"purpose": "doc"
}, {
"name": "doxygen",
"title": "Doxygen",
"version_requirement": ">=1.8.6",
"version_command": "doxygen --version",
"homepage": "http://www.doxygen.org/",
"fedora_25_rpm": "doxygen",
"fedora_24_rpm": "doxygen",
"fedora_22_rpm": "doxygen",
"ubuntu_16_deb": "doxygen",
"ubuntu_15_deb": "doxygen",
"macports_name": "doxygen",
"macports_url": "https://trac.macports.org/browser/trunk/dports/textproc/doxygen/Portfile",
"macports_command": "sudo port install doxygen",
"purpose": "doc"
}, {
"name": "breathe",
"title": "Breathe",
"version_requirement": ">=1.2.0,!=4.4.*,!=4.5.*,!=4.6.*",
"version_command": "python -c \"import breathe; print breathe.__version__\"",
"homepage": "http://breathe.readthedocs.org/en/latest/",
"fedora_25_rpm": "python2-breathe",
"fedora_24_rpm": "python2-breathe",
"fedora_22_pip": "breathe",
"ubuntu_16_pip": "python-breathe",
"ubuntu_15_pip": "breathe",
"macports_pip": "breathe",
"purpose": "doc"
}, {
"name": "docutils",
"title": "Docutils",
"version_requirement": ">=0.11",
"version_command": "python -c \"import docutils; print docutils.__version__\"",
"homepage": "http://docutils.sourceforge.net/",
"fedora_25_rpm": "python-docutils",
"fedora_24_rpm": "python-docutils",
"fedora_22_rpm": "python-docutils",
"ubuntu_16_deb": "python-docutils",
"ubuntu_15_deb": "python-docutils",
"purpose": "doc"
}, {
"name": "pylint",
"title": "PyLint",
"version_requirement": ">=1.5.0",
"version_command": "pylint --version 2> /dev/null | head -2 | paste -s -",
"homepage": "https://www.pylint.org/",
"fedora_24_pip": "pylint",
"fedora_22_pip": "pylint",
"ubuntu_16_pip": "pylint",
"ubuntu_15_pip": "pylint",
"macports_pip": "pylint",
"purpose": "dev"
}, {
"name": "pycodestyle",
"title": "pycodestyle",
"version_requirement": ">=2.0.0",
"version_command": "pycodestyle --version",
"homepage": "http://pycodestyle.readthedocs.io/",
"fedora_24_pip": "pycodestyle",
"fedora_22_pip": "pycodestyle",
"fedora_21_pip": "pycodestyle",
"ubuntu_16_pip": "pycodestyle",
"ubuntu_15_pip": "pycodestyle",
"ubuntu_12_pip": "pycodestyle",
"macports_pip": "pycodestyle",
"purpose": "dev"
}, {
"name": "pydocstyle",
"title": "pydocstyle",
"version_requirement": ">=1.0.0",
"version_command": "pydocstyle --version",
"homepage": "http://pydocstyle.readthedocs.io/",
"fedora_24_pip": "pydocstyle",
"fedora_22_pip": "pydocstyle",
"ubuntu_16_pip": "pydocstyle",
"ubuntu_15_pip": "pydocstyle",
"macports_pip": "pydocstyle",
"purpose": "dev"
}, {
"name": "coverage",
"title": "coverage",
"version_requirement": ">=4.1",
"version_command": "coverage --version | head -1",
"homepage": "https://coverage.readthedocs.io/",
"fedora_24_pip": "coverage",
"fedora_22_pip": "coverage",
"ubuntu_16_pip": "coverage",
"ubuntu_15_pip": "coverage",
"macports_pip": "coverage",
"purpose": "dev"
}, {
"name": "cppcheck",
"title": "Cppcheck",
"version_requirement": ">=1.73",
"version_command": "cppcheck --version",
"version_ci": "1.73",
"install_command": "./tools/qa/install_cppcheck-1.73.sh",
"source_url": "http://downloads.sourceforge.net/project/cppcheck/cppcheck/1.73/cppcheck-1.73.tar.bz2",
"homepage": "http://cppcheck.sourceforge.net/",
"fedora_24_rpm": "cppcheck",
"fedora_22_rpm": "cppcheck",
"ubuntu_16_deb": "cppcheck",
"ubuntu_15_deb": "cppcheck",
"macports_name": "cppcheck",
"macports_url": "https://trac.macports.org/browser/trunk/dports/devel/cppcheck/Portfile",
"macports_command": "sudo port install cppcheck",
"purpose": "dev"
}, {
"name": "git",
"title": "Git",
"version_requirement": ">=1.8",
"version_command": "git --version",
"homepage": "https://git-scm.com/",
"fedora_24_rpm": "git",
"fedora_22_rpm": "git",
"ubuntu_16_deb": "git",
"ubuntu_15_deb": "git",
"macports_name": "git",
"macports_url": "https://trac.macports.org/browser/trunk/dports/devel/git/Portfile",
"macports_command": "sudo port install git",
"purpose": "dev"
}, {
"name": "gitpython",
"title": "GitPython",
"version_requirement": ">=2.0.5",
"version_command": "python -c \"import git; print git.__version__\"",
"homepage": "http://gitpython.readthedocs.io/",
"fedora_24_pip": "GitPython",
"fedora_22_pip": "GitPython",
"ubuntu_16_pip": "GitPython",
"ubuntu_15_pip": "GitPython",
"macports_pip": "GitPython",
"purpose": "dev"
}]