easyconfigs-it4i/m/matplotlib/matplotlib-2.1.1-Py-2.7.eb
Lukáš Krupčík f36c3efb48 new file: a/APR-util/APR-util-1.5.4.eb
new file:   a/APR/APR-1.5.2.eb
	new file:   a/attrs/attrs-14.4.0-Py-2.7.eb
	new file:   c/cereal/cereal-1.2.1.eb
	modified:   f/fontconfig/fontconfig-2.11.1.eb
	new file:   h/HDF5/HDF5-1.10.1-serial.eb
	new file:   h/h5py/h5py-2.7.1-Py-2.7.eb
	new file:   i/icc/icc-2017.5.239-GCC-6.3.0-2.27.eb
	new file:   i/icc/icc-2018.1.163-GCC-6.4.0-2.28.eb
	new file:   i/iccifort/iccifort-2017.5.239-GCC-6.3.0-2.27.eb
	new file:   i/iccifort/iccifort-2018.1.163-GCC-6.4.0-2.28.eb
	new file:   i/ifort/ifort-2017.5.239-GCC-6.3.0-2.27.eb
	new file:   i/ifort/ifort-2018.1.163-GCC-6.4.0-2.28.eb
	new file:   i/ifort/ifort_2018.1.163_no_mpi_mic_dependency.patch
	modified:   i/iimpi/iimpi-2017b.eb
	new file:   i/iimpi/iimpi-2018a.eb
	new file:   i/imkl/imkl-2017.4.239-iimpi-2017b.eb
	new file:   i/imkl/imkl-2018.1.163-iimpi-2018a.eb
	new file:   i/impi/impi-2017.4.239-iccifort-2017.5.239-GCC-6.3.0-2.27.eb
	new file:   i/impi/impi-2018.1.163-iccifort-2018.1.163-GCC-6.4.0-2.28.eb
	modified:   i/intel/intel-2017b.eb
	new file:   i/intel/intel-2018a.eb
	new file:   l/lxml/lxml-4.1.1-Py-2.7.eb
	new file:   m/matplotlib/matplotlib-2.1.1-Py-2.7.eb
	new file:   m/mpi4py/mpi4py-3.0.0-Py-2.7.eb
	modified:   n/nettle/nettle-3.2-intel-2017a.eb
	new file:   n/numpy/.cache/v/cache/lastfailed
	new file:   n/numpy/numpy-1.13.3-Py-2.7.eb
	modified:   n/numpy/numpy-1.13.3-Py-3.6.eb
	new file:   o/OpenSSL/OpenSSL-1.0.2n-intel-2017b.eb
	new file:   o/OpenSSL/OpenSSL-1.1.0e-intel-2017b.eb
	new file:   p/PDT/PDT-3.18.1.eb
	modified:   p/Py/Py-2.7.eb
	modified:   p/Py/Py-3.6.eb
	new file:   p/PyYAML/PyYAML-3.12-Py-2.7.eb
	new file:   p/Python/.cache/v/cache/lastfailed
	new file:   p/Python/Python-2.7.14-GCC-6.3.0-2.27-base.eb
	new file:   p/Python/Python-3.6.4-GCC-6.3.0-2.27-base.eb
	new file:   p/phonopy/phonopy-1.12.4.11-Py-2.7.eb
	new file:   p/pluggy/pluggy-0.6.0-Py-2.7.eb
	new file:   p/pyparsing/pyparsing-2.2.0-Py-2.7.eb
	new file:   p/pytest/pytest-3.3.2-Py-2.7.eb
	new file:   p/python-dateutil/python-dateutil-2.6.1-Py-2.7.eb
	new file:   s/SCons/SCons-2.3.6-Py-2.7.eb
	new file:   s/SCons/SCons-3.0.0.eb
	modified:   s/SQLite/SQLite-3.17.0.eb
	new file:   s/Serf/Serf-1.3.8.eb
	new file:   s/Subversion/Subversion-1.9.3.eb
	new file:   s/scipy/scipy-1.0.0-Py-2.7.eb
	new file:   v/VTune/VTune-2018_update1.eb
	deleted:    i/icc/icc-2018.0.128-GCC-6.4.0-2.28.eb
	deleted:    i/iccifort/iccifort-2018.0.128-GCC-6.4.0-2.28.eb
	deleted:    i/ifort/ifort-2018.0.128-GCC-6.4.0-2.28.eb
	deleted:    i/iimpi/iimpi-2018.00.eb
	deleted:    i/imkl/imkl-2018.0.128-iimpi-2018.00.eb
	deleted:    i/impi/impi-2018.0.128-iccifort-2018.0.128-GCC-6.4.0-2.28.eb
	deleted:    i/intel/intel-2018.00.eb
	deleted:    s/scipy/scipy-1.0.0-Py-3.6-test.eb
2018-01-12 11:34:53 +01:00

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': '2.7'}
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/python2.7/site-packages/%(name)s-%(version)s-py2.7-linux-x86_64.egg/%(name)s'],
}
moduleclass = 'python'