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

new file: h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb new file: k/Keras/Keras-2.0.5-intel-2017a-Python-3.6.1.eb new file: l/libxslt/libxslt-1.1.29.eb new file: l/libyaml/libyaml-0.1.7.eb new file: l/lxml/lxml-3.8.0-Python-2.7.13-base.eb new file: m/matplotlib/matplotlib-2.0.2-Python-2.7.13-base.eb new file: m/mpi4py/mpi4py-2.0.0-intel-2017a-Python-2.7.13-base.eb new file: n/numpy/numpy-1.12.1-Python-2.7.13-base.eb new file: n/numpy/numpy-1.13.0-Python-2.7.13-base.eb new file: p/PyYAML/PyYAML-3.12-Python-2.7.13-base.eb new file: p/Python/Python-2.7.13-base.eb new file: p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb new file: s/scipy/scipy-0.19.1-Python-2.7.13-base.eb new file: t/Tensorflow/Tensorflow-1.2.0-GCC-7.1.0-2.28.eb deleted: t/Tensorflow/Tensorflow-1.2.0-Python-3.6.1.eb
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
easyblock = "PythonPackage"
|
|
|
|
name = 'matplotlib'
|
|
version = '2.0.2'
|
|
|
|
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://pypi.python.org/packages/f5/f0/9da3ef24ea7eb0ccd12430a261b66eca36b924aeef06e17147f9f9d7d310/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
python = "Python"
|
|
pythonversion = '2.7.13'
|
|
pyshortver = ".".join(pythonversion.split(".")[:-1])
|
|
|
|
versionsuffix = "-%s-%s-base" % (python, pythonversion)
|
|
|
|
dependencies = [
|
|
(python, pythonversion, '-base'),
|
|
('freetype', '2.8'),
|
|
('libpng', '1.6.29'),
|
|
('numpy', '1.13.0', versionsuffix),
|
|
]
|
|
|
|
pyprefix = 'lib/python%s/site-packages' % pyshortver
|
|
eggname = 'matplotlib-%%(version)s-py%s-linux-x86_64.egg' % pyshortver
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': [('%s/%%(name)s' % pyprefix, '%s/%s' % (pyprefix, eggname))],
|
|
}
|
|
|
|
moduleclass = 'vis'
|