From 22408a4577b9c77937d8d664f6c14a11b6f1dd89 Mon Sep 17 00:00:00 2001 From: Josef Date: Tue, 21 Apr 2020 11:18:14 +0200 Subject: [PATCH] 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 --- ...kports.functools-lru-cache-1.6.1-Py-2.7.eb | 31 ++++++++++++++++ c/cycler/cycler-0.10.0-Py-2.7.eb | 24 +++++++++++++ ...Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb | 2 +- m/matplotlib/matplotlib-2.2.5-Py-2.7.eb | 36 +++++++++++++++++++ p/pmx/pmx-2.0-Py-2.7.eb | 2 +- w/wheel/wheel-0.34.2-Py-2.7.eb | 20 +++++++++++ 6 files changed, 113 insertions(+), 2 deletions(-) create mode 100644 b/backports.functools-lru-cache/backports.functools-lru-cache-1.6.1-Py-2.7.eb create mode 100644 c/cycler/cycler-0.10.0-Py-2.7.eb create mode 100644 m/matplotlib/matplotlib-2.2.5-Py-2.7.eb create mode 100644 w/wheel/wheel-0.34.2-Py-2.7.eb diff --git a/b/backports.functools-lru-cache/backports.functools-lru-cache-1.6.1-Py-2.7.eb b/b/backports.functools-lru-cache/backports.functools-lru-cache-1.6.1-Py-2.7.eb new file mode 100644 index 00000000..8539527a --- /dev/null +++ b/b/backports.functools-lru-cache/backports.functools-lru-cache-1.6.1-Py-2.7.eb @@ -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' diff --git a/c/cycler/cycler-0.10.0-Py-2.7.eb b/c/cycler/cycler-0.10.0-Py-2.7.eb new file mode 100644 index 00000000..d7ecbf14 --- /dev/null +++ b/c/cycler/cycler-0.10.0-Py-2.7.eb @@ -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' diff --git a/m/Molpro/Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb b/m/Molpro/Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb index 9122906c..14b375ed 100644 --- a/m/Molpro/Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb +++ b/m/Molpro/Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb @@ -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 diff --git a/m/matplotlib/matplotlib-2.2.5-Py-2.7.eb b/m/matplotlib/matplotlib-2.2.5-Py-2.7.eb new file mode 100644 index 00000000..175b3907 --- /dev/null +++ b/m/matplotlib/matplotlib-2.2.5-Py-2.7.eb @@ -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' diff --git a/p/pmx/pmx-2.0-Py-2.7.eb b/p/pmx/pmx-2.0-Py-2.7.eb index ac9ccf2e..da51465c 100644 --- a/p/pmx/pmx-2.0-Py-2.7.eb +++ b/p/pmx/pmx-2.0-Py-2.7.eb @@ -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 = { diff --git a/w/wheel/wheel-0.34.2-Py-2.7.eb b/w/wheel/wheel-0.34.2-Py-2.7.eb new file mode 100644 index 00000000..69b36189 --- /dev/null +++ b/w/wheel/wheel-0.34.2-Py-2.7.eb @@ -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'