easyconfigs-it4i/m/matplotlib/matplotlib-2.1.1-Py-2.7.eb
Lukáš Krupčík 199cff5c45 modified: f/freetype/freetype-2.8.eb
modified:   m/matplotlib/matplotlib-2.1.1-Py-2.7.eb
	new file:   p/PSI4/timer.dat
	new file:   p/pmx/pmx-2.0-Py-2.7.eb
	deleted:    p/pmx/pmx-20190115-Py-2.7.eb
2020-04-07 11:02:30 +02:00

30 lines
964 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': '2.7'}
source_urls = ['https://github.com/matplotlib/matplotlib/archive/']
sources = ['v%(version)s.tar.gz']
dependencies = [
('freetype', '2.8', '', True),
('libpng', '1.6.37', '', True),
('python-dateutil', '2.6.1'),
('numpy', '1.16.3'),
('pyparsing', '2.2.0'),
('six', '1.11.0'),
]
sanity_check_paths = {'files': [], 'dirs': [
'lib/python2.7/site-packages/%(name)s-%(version)s-py2.7-linux-x86_64.egg/%(name)s'], }
moduleclass = 'python'