easyconfigs-it4i/p/Python/Python-2.7.9-gompi-1.5.16-bare.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

28 lines
885 B
Plaintext

name = 'Python'
version = '2.7.9'
versionsuffix = '-bare'
homepage = 'http://python.org/'
description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
toolchain = {'name': 'gompi', 'version': '1.5.16'}
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
sources = [SOURCE_TGZ]
dependencies = [
('bzip2', '1.0.6'),
('zlib', '1.2.8'),
('libreadline', '6.3'),
('ncurses', '5.9'),
('SQLite', '3.8.8.1'),
('Tk', '8.6.3', '-no-X11'),
# ('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')]
moduleclass = 'lang'