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

new file: m/matplotlib/matplotlib-2.1.1-Python-3.6.2-base.eb new file: p/pyparsing/pyparsing-2.2.0-Python-3.6.2-base.eb new file: p/python-dateutil/python-dateutil-2.6.1-Python-3.6.2-base.eb modified: s/scipy/scipy-1.0.0-Python-3.6.2-base.eb new file: s/six/six-1.11.0-Python-3.6.2-base.eb deleted: a/ASE/.ASE-3.15.0-Python-3.6.2-base.eb.swp
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'matplotlib'
|
|
version = '2.1.1'
|
|
versionsuffix = "-Python-%(pyver)s-base"
|
|
|
|
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': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://github.com/matplotlib/matplotlib/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('Python', '3.6.2', '-base'),
|
|
('freetype', '2.8'),
|
|
('libpng', '1.6.29'),
|
|
('python-dateutil', '2.6.1', versionsuffix),
|
|
('numpy', '1.13.3', versionsuffix),
|
|
('pyparsing', '2.2.0', versionsuffix),
|
|
('six', '1.11.0', versionsuffix),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6-linux-x86_64.egg/%(name)s'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|