From f1ae831b96822902e7892261b5c7601c9f755966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 26 Nov 2018 12:10:27 +0100 Subject: [PATCH] new file: a/argparse/argparse-1.4.0-Py-2.7.eb modified: b/binutils/binutils-2.27.eb new file: g/greenlet/greenlet-0.4.15-Py-2.7.eb modified: l/libpng/libpng-1.6.34.eb new file: p/pyzmq/pyzmq-17.1.2-Py-2.7.eb new file: r/Rucio/Rucio-1.18.5-Py-2.7.eb new file: s/scoop/scoop-0.7.1.1-Py-2.7.eb --- a/argparse/argparse-1.4.0-Py-2.7.eb | 24 ++++++++++++++++++++++++ b/binutils/binutils-2.27.eb | 2 +- g/greenlet/greenlet-0.4.15-Py-2.7.eb | 24 ++++++++++++++++++++++++ l/libpng/libpng-1.6.34.eb | 2 +- p/pyzmq/pyzmq-17.1.2-Py-2.7.eb | 22 ++++++++++++++++++++++ r/Rucio/Rucio-1.18.5-Py-2.7.eb | 20 ++++++++++++++++++++ s/scoop/scoop-0.7.1.1-Py-2.7.eb | 26 ++++++++++++++++++++++++++ 7 files changed, 118 insertions(+), 2 deletions(-) create mode 100644 a/argparse/argparse-1.4.0-Py-2.7.eb create mode 100644 g/greenlet/greenlet-0.4.15-Py-2.7.eb create mode 100644 p/pyzmq/pyzmq-17.1.2-Py-2.7.eb create mode 100644 r/Rucio/Rucio-1.18.5-Py-2.7.eb create mode 100644 s/scoop/scoop-0.7.1.1-Py-2.7.eb diff --git a/a/argparse/argparse-1.4.0-Py-2.7.eb b/a/argparse/argparse-1.4.0-Py-2.7.eb new file mode 100644 index 00000000..0d868a7d --- /dev/null +++ b/a/argparse/argparse-1.4.0-Py-2.7.eb @@ -0,0 +1,24 @@ +# IT4Innovations 2018 + +easyblock = "PythonPackage" +name = 'argparse' +version = '1.4.0' + +homepage = 'https://pypi.python.org/pypi/argparse' +description = 'The argparse module makes it easy to write user friendly command line interfaces.' + +toolchain = {'name': 'Py', 'version': '2.7'} + +source_urls = [PYPI_SOURCE] +sources = [SOURCE_TAR_GZ] + +#dependencies = [ +# ('MarkupSafe', '1.0'), +#] + +sanity_check_paths = { + 'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'], + 'dirs': [], +} + +moduleclass = 'python' diff --git a/b/binutils/binutils-2.27.eb b/b/binutils/binutils-2.27.eb index fc981459..a4889dfb 100644 --- a/b/binutils/binutils-2.27.eb +++ b/b/binutils/binutils-2.27.eb @@ -10,7 +10,7 @@ sources = [SOURCE_TAR_GZ] source_urls = [GNU_SOURCE] builddependencies = [ - ('flex', '2.6.0'), + ('flex', '2.6.3'), ('Bison', '3.0.4'), # zlib required, but being linked in statically, so not a runtime dep ('zlib', '1.2.11'), diff --git a/g/greenlet/greenlet-0.4.15-Py-2.7.eb b/g/greenlet/greenlet-0.4.15-Py-2.7.eb new file mode 100644 index 00000000..3f4ae20d --- /dev/null +++ b/g/greenlet/greenlet-0.4.15-Py-2.7.eb @@ -0,0 +1,24 @@ +# IT4Innovations 2018 + +easyblock = "PythonPackage" +name = 'greenlet' +version = '0.4.15' + +homepage = 'https://pypi.python.org/pypi/greenlet' +description = 'Greenlets are lightweight coroutines for in-process concurrent programming.' + +toolchain = {'name': 'Py', 'version': '2.7'} + +source_urls = [PYPI_SOURCE] +sources = [SOURCE_TAR_GZ] + +#ependencies = [ +# ('MarkupSafe', '1.0'), +# + +sanity_check_paths = { + 'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg-info'], + 'dirs': [], +} + +moduleclass = 'python' diff --git a/l/libpng/libpng-1.6.34.eb b/l/libpng/libpng-1.6.34.eb index 91bc571b..1a9bb590 100644 --- a/l/libpng/libpng-1.6.34.eb +++ b/l/libpng/libpng-1.6.34.eb @@ -14,7 +14,7 @@ sources = [SOURCELOWER_TAR_GZ] dependencies = [('zlib', '1.2.11')] -preconfigopts = 'export LDFLAGS="-L/apps/all/zlib/1.2.8/lib" CPPFLAGS="-I/apps/all/zlib/1.2.8/include" &&' +preconfigopts = 'export LDFLAGS="-L/apps/all/zlib/1.2.11/lib" CPPFLAGS="-I/apps/all/zlib/1.2.11/include" &&' configopts = "--with-pic" diff --git a/p/pyzmq/pyzmq-17.1.2-Py-2.7.eb b/p/pyzmq/pyzmq-17.1.2-Py-2.7.eb new file mode 100644 index 00000000..fa553703 --- /dev/null +++ b/p/pyzmq/pyzmq-17.1.2-Py-2.7.eb @@ -0,0 +1,22 @@ +# IT4Innovations 2018 + +easyblock = "PythonPackage" +name = 'pyzmq' +version = '17.1.2' + +homepage = 'https://pypi.python.org/pypi/pyzmq' +description = 'Python bindings for 0MQ.' + +toolchain = {'name': 'Py', 'version': '2.7'} + +source_urls = [PYPI_SOURCE] +sources = [SOURCE_TAR_GZ] + +options = {'modulename': 'zmq'} + +sanity_check_paths = { + 'dirs': ['lib/python2.7/site-packages/zmq'], + 'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg-info'], +} + +moduleclass = 'python' diff --git a/r/Rucio/Rucio-1.18.5-Py-2.7.eb b/r/Rucio/Rucio-1.18.5-Py-2.7.eb new file mode 100644 index 00000000..c41d61ef --- /dev/null +++ b/r/Rucio/Rucio-1.18.5-Py-2.7.eb @@ -0,0 +1,20 @@ +# IT4Innovations 2018 + +easyblock = "PythonPackage" +name = 'Rucio' +version = '1.18.5' + +homepage = 'https://github.com/benjaminp/six' +description = 'Python 2 and 3 compatibility library.' + +toolchain = {'name': 'Py', 'version': '2.7'} + +source_urls = ['https://files.pythonhosted.org/packages/8d/a0/935ea1a62fc906990304c29996b43aca72c256cdcf2e7c1a550b6276976d/'] +sources = ['rucio-1.18.5.post1.tar.gz'] + +sanity_check_paths = { + 'files': [], + 'dirs': ['lib/python2.7/site-packages/', 'bin'], +} + +moduleclass = 'python' diff --git a/s/scoop/scoop-0.7.1.1-Py-2.7.eb b/s/scoop/scoop-0.7.1.1-Py-2.7.eb new file mode 100644 index 00000000..678a4f07 --- /dev/null +++ b/s/scoop/scoop-0.7.1.1-Py-2.7.eb @@ -0,0 +1,26 @@ +# IT4Innovations 2018 + +easyblock = "PythonPackage" +name = 'scoop' +version = '0.7.1.1' + +homepage = 'https://pypi.org/project/scoop' +description = 'SCOOP (Scalable COncurrent Operations in Python) is a distributed task module allowing concurrent parallel programming on various environments, from heterogeneous grids to supercomputers.' + +toolchain = {'name': 'Py', 'version': '2.7'} + +source_urls = [PYPI_SOURCE] +sources = [SOURCE_TAR_GZ] + +dependencies = [ + ('pyzmq', '17.1.2'), + ('greenlet', '0.4.15'), + ('argparse', '1.4.0'), +] + +sanity_check_paths = { + 'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'], + 'dirs': [], +} + +moduleclass = 'python'