easyconfigs-it4i/ARCHIVE/m/matplotlib/matplotlib-1.4.3-intel-2015b-Python-2.7.9.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

38 lines
1.1 KiB
Plaintext

easyblock = "PythonPackage"
name = 'matplotlib'
version = '1.4.3'
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': 'intel', 'version': '2015b'}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
patches = [('matplotlib-%(version)s_Qhull-intel-fix.patch')]
python = "Python"
pythonversion = '2.7.9'
local_pyshortver = ".".join(pythonversion.split(".")[:-1])
versionsuffix = "-%s-%s" % (python, pythonversion)
dependencies = [
(python, pythonversion),
('freetype', '2.5.5'),
('libpng', '1.6.16'),
]
pyprefix = 'lib/python%s/site-packages' % local_pyshortver
eggname = 'matplotlib-%%(version)s-py%s-linux-x86_64.egg' % local_pyshortver
sanity_check_paths = {
'files': [],
'dirs': [('%s/%%(name)s' % pyprefix, '%s/%s' % (pyprefix, eggname))],
}
moduleclass = 'vis'