forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIPython-7.9.0-intel-2019b-Python-3.7.4.eb
More file actions
163 lines (153 loc) · 6.14 KB
/
IPython-7.9.0-intel-2019b-Python-3.7.4.eb
File metadata and controls
163 lines (153 loc) · 6.14 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
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
easyblock = 'PythonBundle'
name = 'IPython'
version = '7.9.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://ipython.org/index.html'
description = """IPython provides a rich architecture for interactive computing with:
Powerful interactive shells (terminal and Qt-based).
A browser-based notebook with support for code, text, mathematical expressions, inline plots and other rich media.
Support for interactive data visualization and use of GUI toolkits.
Flexible, embeddable interpreters to load into your own projects.
Easy to use, high performance tools for parallel computing."""
toolchain = {'name': 'intel', 'version': '2019b'}
dependencies = [
('Python', '3.7.4'),
('ZeroMQ', '4.3.2'),
('matplotlib', '3.1.1', versionsuffix),
('PyYAML', '5.1.2'), # required for jupyter_nbextensions_configurator
]
use_pip = True
exts_list = [
('ipython_genutils', '0.2.0', {
'checksums': ['eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8'],
}),
('ipython', version, {
'modulename': 'IPython',
'checksums': ['dfd303b270b7b5232b3d08bd30ec6fd685d8a58cabd54055e3d69d8f029f7280'],
}),
('pexpect', '4.7.0', {
'checksums': ['9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb'],
}),
('pickleshare', '0.7.5', {
'checksums': ['87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca'],
}),
('wcwidth', '0.1.7', {
'checksums': ['3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e'],
}),
('prompt_toolkit', '2.0.10', {
'checksums': ['f15af68f66e664eaa559d4ac8a928111eebd5feda0c11738b5998045224829db'],
}),
('ptyprocess', '0.6.0', {
'use_pip': False,
'checksums': ['923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0'],
}),
('simplegeneric', '0.8.1', {
'source_tmpl': 'simplegeneric-%(version)s.zip',
'checksums': ['dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173'],
}),
('traitlets', '4.3.3', {
'checksums': ['d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7'],
}),
('parso', '0.5.1', {
'checksums': ['666b0ee4a7a1220f65d367617f2cd3ffddff3e205f3f16a0284df30e774c2a9c'],
}),
('jedi', '0.15.1', {
'checksums': ['ba859c74fa3c966a22f2aeebe1b74ee27e2a462f56d3f5f7ca4a59af61bfe42e'],
}),
('testpath', '0.4.4', {
'use_pip': False,
'checksums': ['60e0a3261c149755f4399a1fff7d37523179a70fdc3abdf78de9fc2604aeec7e'],
}),
('Send2Trash', '1.5.0', {
'checksums': ['60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2'],
}),
('webencodings', '0.5.1', {
'checksums': ['b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923'],
}),
('html5lib', '1.0.1', {
'checksums': ['66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736'],
}),
('bleach', '3.1.0', {
'checksums': ['3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa'],
}),
('vcversioner', '2.16.0.0', {
'checksums': ['dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b'],
}),
('jsonschema', '3.1.1', {
'checksums': ['2fa0684276b6333ff3c0b1b27081f4b2305f0a36cf702a23db50edb141893c3f'],
}),
('pandocfilters', '1.4.2', {
'checksums': ['b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9'],
}),
('pyzmq', '18.1.1', {
'modulename': 'zmq',
'checksums': ['8c69a6cbfa94da29a34f6b16193e7c15f5d3220cb772d6d17425ff3faa063a6d'],
}),
('entrypoints', '0.3', {
'use_pip': False,
'checksums': ['c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451'],
}),
('jupyter_core', '4.6.1', {
'checksums': ['a183e0ec2e8f6adddf62b0a3fc6a2237e3e0056d381e536d3e7c7ecc3067e244'],
}),
('nbformat', '4.4.0', {
'checksums': ['f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402'],
}),
('mistune', '0.8.4', {
'checksums': ['59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e'],
}),
('defusedxml', '0.6.0', {
'checksums': ['f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5'],
}),
('nbconvert', '5.6.1', {
'checksums': ['21fb48e700b43e82ba0e3142421a659d7739b65568cc832a13976a77be16b523'],
}),
('terminado', '0.8.3', {
'use_pip': False,
'checksums': ['4804a774f802306a7d9af7322193c5390f1da0abb429e082a10ef1d46e6fb2c2'],
}),
('tornado', '6.0.3', {
'checksums': ['c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9'],
}),
('jupyter_client', '5.3.4', {
'checksums': ['60e6faec1031d63df57f1cc671ed673dced0ed420f4377ea33db37b1c188b910'],
}),
('backcall', '0.1.0', {
'checksums': ['38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4'],
}),
('ipykernel', '5.1.3', {
'checksums': ['b368ad13edb71fa2db367a01e755a925d7f75ed5e09fbd3f06c85e7a8ef108a8'],
}),
('prometheus_client', '0.7.1', {
'checksums': ['71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da'],
}),
('pyrsistent', '0.15.5', {
'checksums': ['eb6545dbeb1aa69ab1fb4809bfbf5a8705e44d92ef8fc7c2361682a47c46c778'],
}),
('ipywidgets', '7.5.1', {
'checksums': ['e945f6e02854a74994c596d9db83444a1850c01648f1574adf144fbbabe05c97'],
}),
('jupyter_contrib_core', '0.3.3', {
'checksums': ['e65bc0e932ff31801003cef160a4665f2812efe26a53801925a634735e9a5794'],
}),
('jupyter_nbextensions_configurator', '0.4.1', {
'checksums': ['e5e86b5d9d898e1ffb30ebb08e4ad8696999f798fef3ff3262d7b999076e4e83'],
}),
('notebook', '6.0.2', {
'checksums': ['399a4411e171170173344761e7fd4491a3625659881f76ce47c50231ed714d9b'],
}),
('widgetsnbextension', '3.5.1', {
'checksums': ['079f87d87270bce047512400efd70238820751a11d2d8cb137a5a5bdbaf255c7'],
}),
]
sanity_check_paths = {
'files': ['bin/ipython'],
'dirs': ['lib/python%(pyshortver)s/site-packages/IPython'],
}
sanity_check_commands = [
"ipython -h",
"jupyter notebook --help",
"iptest",
]
sanity_pip_check = True
moduleclass = 'tools'