mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: archive/p/Python/Python-2.7.10-foss-2015b.eb modified: archive/p/Python/Python-2.7.10-intel-2015a.eb modified: archive/p/Python/Python-2.7.10-intel-2015b.eb modified: archive/p/Python/Python-2.7.11-foss-2015a.eb modified: archive/p/Python/Python-2.7.11-foss-2016a.eb modified: archive/p/Python/Python-2.7.11-intel-2015b.eb modified: archive/p/Python/Python-2.7.11-intel-2016.02-GCC-4.9.eb modified: archive/p/Python/Python-2.7.11-intel-2016a-libX11-1.6.3.eb modified: archive/p/Python/Python-2.7.11-intel-2016a.eb modified: archive/p/Python/Python-2.7.9-foss-2015.05.eb modified: archive/p/Python/Python-2.7.9-foss-2015a.eb modified: archive/p/Python/Python-2.7.9-foss-2015b.eb modified: archive/p/Python/Python-2.7.9-foss-2015g.eb modified: archive/p/Python/Python-2.7.9-intel-2015a.eb modified: archive/p/Python/Python-2.7.9-intel-2015b.eb modified: archive/p/Python/Python-3.5.0-intel-2015b.eb modified: archive/p/Python/Python-3.5.1-foss-2015a.eb modified: archive/p/Python/Python-3.5.1-foss-2016a.eb modified: archive/p/Python/Python-3.5.1-intel-2016.01.eb modified: archive/p/Python/Python-3.5.1-intel-2016a.eb modified: p/Python/Python-2.7.10-gimkl-2.11.5.eb modified: p/Python/Python-2.7.10-goolf-1.4.10.eb modified: p/Python/Python-2.7.10-goolf-1.7.20.eb modified: p/Python/Python-2.7.11-CrayGNU-2015.11.eb modified: p/Python/Python-2.7.11-CrayGNU-2016.03.eb modified: p/Python/Python-2.7.11-gimkl-2.11.5.eb modified: p/Python/Python-2.7.11-goolf-1.7.20.eb modified: p/Python/Python-2.7.11-iomkl-2016.07.eb modified: p/Python/Python-2.7.11-iomkl-2016.09-GCC-4.9.3-2.25.eb modified: p/Python/Python-2.7.9-CrayGNU-2015.06.eb modified: p/Python/Python-2.7.9-CrayGNU-2015.11.eb modified: p/Python/Python-2.7.9-GNU-5.1.0-2.25.eb modified: p/Python/Python-2.7.9-gompi-2015e.eb modified: p/Python/Python-2.7.9-goolf-1.5.14.eb modified: p/Python/Python-2.7.9-goolf-1.5.16.eb modified: p/Python/Python-2.7.9-goolf-1.7.20.eb modified: p/Python/Python-2.7.9.eb modified: p/Python/Python-3.5.1-intel-2017.00.eb modified: p/Python/Python-3.5.1.eb modified: p/Python/Python-3.5.2-intel-2017.00.eb modified: p/Python/Python-3.5.2.eb
120 lines
4.7 KiB
Plaintext
120 lines
4.7 KiB
Plaintext
# Built with EasyBuild version 2.8.0 on 2016-07-13_09-40-51
|
|
easyblock = "EB_Python"
|
|
name = 'Python'
|
|
version = '2.7.9'
|
|
|
|
homepage = 'http://python.org/'
|
|
description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
|
|
|
|
toolchain = SYSTEM
|
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
|
|
|
|
local_numpyversion = '1.9.1'
|
|
local_scipyversion = '0.14.1'
|
|
|
|
source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
|
|
sources = [SOURCE_TGZ]
|
|
|
|
# python needs bzip2 to build the bz2 package
|
|
dependencies = [
|
|
('bzip2', '1.0.6'),
|
|
('zlib', '1.2.8'),
|
|
('libreadline', '6.3'),
|
|
('ncurses', '5.9'),
|
|
('SQLite', '3.8.8.1'),
|
|
# ('OpenSSL', '1.0.1k'), # OS dependency should be preferred if the os version is more recent then this version, it's
|
|
# nice to have an up to date openssl for security reasons
|
|
]
|
|
|
|
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
|
|
|
|
#buildopts = 'CPPFLAGS="-I/apps/all/bzip2/1.0.6/include -I/apps/all/zlib/1.2.8/include -I/apps/all/ncurses/5.9/include -I/apps/all/SQLite/3.8.8.1/include" LDFLAGS="-L/apps/all/bzip2/1.0.6/lib -L/apps/all/zlib/1.2.8/lib -L/apps/all/ncurses/5.9/lib -L/apps/all/SQLite/3.8.8.1/lib:$CPPFLAGS"'
|
|
|
|
# order is important!
|
|
# package versions updated Jan 19th 2015
|
|
exts_list = [
|
|
('setuptools', '11.3.1', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/s/setuptools/'],
|
|
}),
|
|
('pip', '6.0.6', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/p/pip/'],
|
|
}),
|
|
('nose', '1.3.4', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/n/nose/'],
|
|
}),
|
|
# ('numpy', local_numpyversion, {
|
|
# 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % local_numpyversion, 'download')],
|
|
# }),
|
|
# ('scipy', local_scipyversion, {
|
|
# 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % local_scipyversion, 'download')],
|
|
# }),
|
|
# ('blist', '1.3.6', {
|
|
# 'source_urls': ['http://pypi.python.org/packages/source/b/blist/'],
|
|
# }),
|
|
# ('mpi4py', '1.3.1', {
|
|
# 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'],
|
|
# }),
|
|
# ('paycheck', '1.0.2', {
|
|
# 'source_urls': ['http://pypi.python.org/packages/source/p/paycheck/'],
|
|
# }),
|
|
# ('argparse', '1.2.1', {
|
|
# 'source_urls': ['http://argparse.googlecode.com/files/'],
|
|
# }),
|
|
# ('pbr', '0.10.8', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/p/pbr/'],
|
|
# }),
|
|
# ('lockfile', '0.10.2', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'],
|
|
# }),
|
|
# ('Cython', '0.21.2', {
|
|
# 'source_urls': ['http://www.cython.org/release/'],
|
|
# }),
|
|
# ('six', '1.9.0', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/s/six/'],
|
|
# }),
|
|
# ('dateutil', '2.4.0', {
|
|
# 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz',
|
|
# 'source_urls': ['http://pypi.python.org/packages/source/p/python-dateutil/'],
|
|
# }),
|
|
# ('deap', '1.0.1', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'],
|
|
# }),
|
|
# ('decorator', '3.4.0', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'],
|
|
# }),
|
|
# ('arff', '2.0.1', {
|
|
# 'source_tmpl': 'liac-%(name)s-%(version)s.zip',
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'],
|
|
# }),
|
|
# ('pycrypto', '2.6.1', {
|
|
# 'modulename': 'Crypto',
|
|
# 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'],
|
|
# }),
|
|
# ('ecdsa', '0.11', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'],
|
|
# }),
|
|
# ('paramiko', '1.15.2', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'],
|
|
# }),
|
|
# ('pyparsing', '2.0.3', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'],
|
|
# }),
|
|
# ('netifaces', '0.10.4', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/n/netifaces'],
|
|
# }),
|
|
# ('netaddr', '0.7.13', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/n/netaddr'],
|
|
# }),
|
|
# ('mock', '1.0.1', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/m/mock'],
|
|
# }),
|
|
# ('pytz', '2014.10', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/p/pytz'],
|
|
# }),
|
|
# ('pandas', '0.16.0', {
|
|
# 'source_urls': ['https://pypi.python.org/packages/source/p/pandas'],
|
|
# }),
|
|
]
|
|
|
|
moduleclass = 'lang'
|