mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
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
This commit is contained in:
parent
3d2aed78dc
commit
f1ae831b96
24
a/argparse/argparse-1.4.0-Py-2.7.eb
Normal file
24
a/argparse/argparse-1.4.0-Py-2.7.eb
Normal file
@ -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'
|
@ -10,7 +10,7 @@ sources = [SOURCE_TAR_GZ]
|
|||||||
source_urls = [GNU_SOURCE]
|
source_urls = [GNU_SOURCE]
|
||||||
|
|
||||||
builddependencies = [
|
builddependencies = [
|
||||||
('flex', '2.6.0'),
|
('flex', '2.6.3'),
|
||||||
('Bison', '3.0.4'),
|
('Bison', '3.0.4'),
|
||||||
# zlib required, but being linked in statically, so not a runtime dep
|
# zlib required, but being linked in statically, so not a runtime dep
|
||||||
('zlib', '1.2.11'),
|
('zlib', '1.2.11'),
|
||||||
|
24
g/greenlet/greenlet-0.4.15-Py-2.7.eb
Normal file
24
g/greenlet/greenlet-0.4.15-Py-2.7.eb
Normal file
@ -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'
|
@ -14,7 +14,7 @@ sources = [SOURCELOWER_TAR_GZ]
|
|||||||
|
|
||||||
dependencies = [('zlib', '1.2.11')]
|
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"
|
configopts = "--with-pic"
|
||||||
|
|
||||||
|
22
p/pyzmq/pyzmq-17.1.2-Py-2.7.eb
Normal file
22
p/pyzmq/pyzmq-17.1.2-Py-2.7.eb
Normal file
@ -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'
|
20
r/Rucio/Rucio-1.18.5-Py-2.7.eb
Normal file
20
r/Rucio/Rucio-1.18.5-Py-2.7.eb
Normal file
@ -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'
|
26
s/scoop/scoop-0.7.1.1-Py-2.7.eb
Normal file
26
s/scoop/scoop-0.7.1.1-Py-2.7.eb
Normal file
@ -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'
|
Loading…
x
Reference in New Issue
Block a user