mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

new file: b/BoltzTraP2/BoltzTraP2-18.1.1-Py-3.6.eb new file: c/click/click-6.7-Py-3.6.eb new file: c/cycler/cycler-0.10.0-Py-3.6.eb new file: f/Flask/Flask-0.12.2-Py-3.6.eb new file: i/icc/icc-2017.4.196-GCC-6.3.0-2.27.eb new file: i/iccifort/iccifort-2017.4.196-GCC-6.3.0-2.27.eb new file: i/ifort/ifort-2017.4.196-GCC-6.3.0-2.27.eb modified: i/iimpi/iimpi-2017b.eb new file: i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-6.3.0-2.27.eb modified: i/intel/intel-2017b.eb new file: i/itsdangerous/itsdangerous-0.24-Py-3.6.eb new file: j/Jinja2/Jinja2-2.10-Py-3.6.eb new file: m/MarkupSafe/MarkupSafe-1.0-Py-3.6.eb new file: m/matplotlib/matplotlib-2.1.1-Py-3.6.eb new file: n/numpy/numpy-1.13.3-Py-3.6.eb new file: p/Py/Py-2.7.eb new file: p/Py/Py-3.6.eb new file: p/Python/.Python-3.6.4-base.eb.swp new file: p/Python/Python-2.7.14-base.eb new file: p/Python/Python-3.6.4-base.eb new file: p/pyparsing/pyparsing-2.2.0-Py-3.6.eb new file: p/python-dateutil/python-dateutil-2.6.1-Py-3.6.eb new file: p/pytz/pytz-2017.3-Py-3.6.eb new file: s/scipy/scipy-1.0.0-Py-3.6.eb new file: s/six/six-1.11.0-Py-2.7.eb new file: s/six/six-1.11.0-Py-3.6.eb new file: s/spglib-python/spglib-python-1.10.2.4-Py-3.6.eb new file: w/Werkzeug/Werkzeug-0.14.1-Py-3.6.eb deleted: a/ASE/ASE-3.15.0-Python-3.6.2-base.eb deleted: i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-6.4.0-2.28.eb deleted: m/matplotlib/matplotlib-2.1.1-Python-3.6.2-base.eb deleted: n/numpy/numpy-1.13.3-Python-3.6.2-base.eb deleted: p/pyparsing/pyparsing-2.2.0-Python-3.6.2-base.eb deleted: p/python-dateutil/python-dateutil-2.6.1-Python-3.6.2-base.eb deleted: s/scipy/scipy-1.0.0-Python-3.6.2-base.eb deleted: s/six/six-1.11.0-Python-3.6.2-base.eb
32 lines
968 B
Plaintext
32 lines
968 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'matplotlib'
|
|
version = '2.1.1'
|
|
|
|
homepage = 'http://matplotlib.org'
|
|
description = """Matplotlib is a python 2D plotting library which produces publication quality figures in a variety of
|
|
hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python
|
|
and ipython shell, web application servers, and six graphical user interface toolkits."""
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = ['https://github.com/matplotlib/matplotlib/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('freetype', '2.8', '', True),
|
|
('libpng', '1.6.29', '', True),
|
|
('python-dateutil', '2.6.1'),
|
|
('numpy', '1.13.3'),
|
|
('pyparsing', '2.2.0'),
|
|
('six', '1.11.0'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6-linux-x86_64.egg/%(name)s'],
|
|
}
|
|
|
|
moduleclass = 'python'
|