new file: b/backports.functools-lru-cache/backports.functools-lru-cache-1.6.1-Py-2.7.eb

new file:   c/cycler/cycler-0.10.0-Py-2.7.eb
	modified:   m/Molpro/Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb
	new file:   m/matplotlib/matplotlib-2.2.5-Py-2.7.eb
	modified:   p/pmx/pmx-2.0-Py-2.7.eb
	new file:   w/wheel/wheel-0.34.2-Py-2.7.eb
This commit is contained in:
Josef 2020-04-21 11:18:14 +02:00
parent 7b5c58ddcd
commit 22408a4577
6 changed files with 113 additions and 2 deletions

View File

@ -0,0 +1,31 @@
# IT4Innovations 2020
easyblock = 'PythonPackage'
name = 'backports.functools-lru-cache'
version = '1.6.1'
homepage = 'https://github.com/alchemistry/alchemlyb/'
description = """alchemlyb is an attempt to make alchemical free energy calculations easier to do by leveraging the full power and flexibility of the PyData stack"""
toolchain = {'name': 'Py', 'version': '2.7'}
source_urls = ['https://files.pythonhosted.org/packages/ad/2e/aa84668861c3de458c5bcbfb9813f0e26434e2232d3e294469e96efac884/']
sources = ['backports.functools_lru_cache-%(version)s.tar.gz']
#https://files.pythonhosted.org/packages/ad/2e/aa84668861c3de458c5bcbfb9813f0e26434e2232d3e294469e96efac884/backports.functools_lru_cache-1.6.1.tar.gz
#download_dep_fail = True
use_pip = True
dependencies = [
# ('numpy', '1.16.3'),
# ('scipy', '1.2.1'),
('wheel', '0.34.2'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python2.7/site-packages/'],
}
moduleclass = 'python'

View File

@ -0,0 +1,24 @@
# IT4Innovations 2020
easyblock = "PythonPackage"
name = 'cycler'
version = '0.10.0'
homepage = 'https://matplotlib.org/cycler'
description = 'Composable style cycles.'
toolchain = {'name': 'Py', 'version': '2.7'}
source_urls = ['https://github.com/matplotlib/cycler/archive']
sources = ['v%(version)s.tar.gz']
dependencies = [
('six', '1.11.0'),
]
sanity_check_paths = {
'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
'dirs': [],
}
moduleclass = 'python'

View File

@ -13,7 +13,7 @@ toolchain = SYSTEM
# no source URL available, requires registration to download
sources = ['%(namelower)s-%(versionprefix)s%(version)s%(versionsuffix)s.sh']
prelocal_compiled_binaries = True
precompiled_binaries = True
# license file - uncomment if a licence file is supplied by your site and
# is valid for all users - the value of license_file may have to be changed

View File

@ -0,0 +1,36 @@
# IT4Innovations 2020
easyblock = "PythonPackage"
name = 'matplotlib'
version = '2.2.5'
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']
use_pip = True
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'),
('wheel', '0.34.2'),
('backports.functools-lru-cache', '1.6.1'),
('cycler', '0.10.0'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python2.7/site-packages/'],
}
moduleclass = 'python'

View File

@ -19,7 +19,7 @@ use_pip = True
dependencies = [
('numpy', '1.16.3'),
('scipy', '1.2.1'),
('matplotlib', '2.1.1'),
('matplotlib', '2.2.5'),
]
sanity_check_paths = {

View File

@ -0,0 +1,20 @@
# IT4Innovations 2020
easyblock = "PythonPackage"
name = 'wheel'
version = '0.34.2'
homepage = 'https://pypi.python.org/pypi/wheel'
description = 'A built-package format for Python.'
toolchain = {'name': 'Py', 'version': '2.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
}
moduleclass = 'python'