Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{lang}[intel-2016a] Python 2.7.11 with libX11 1.6.3 (REVIEW) #2621

Merged
merged 2 commits into from
Mar 3, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
name = 'Python'
version = '2.7.11'

libx11 = 'libX11'
libxver = '1.6.3'
versionsuffix = '-%s-%s' % (libx11, libxver)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just make this

versionsuffix = '-libX11-1.6.3`


homepage = 'http://python.org/'
description = """Python is a programming language that lets you work more quickly and integrate your systems
more effectively."""

toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}

numpyversion = '1.10.1'
scipyversion = '0.16.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', '6.0'),
('SQLite', '3.9.2'),
(libx11, libxver),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to include libX11 separately?

('Tk', '8.6.4', versionsuffix),
('GMP', '6.1.0'),
# ('OpenSSL', '1.0.1q'), # 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')]

# order is important!
# package versions updated May 28th 2015
exts_list = [
('setuptools', '18.7.1', {
'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'],
}),
('pip', '7.1.2', {
'source_urls': ['https://pypi.python.org/packages/source/p/pip/'],
}),
('nose', '1.3.7', {
'source_urls': ['https://pypi.python.org/packages/source/n/nose/'],
}),
('numpy', numpyversion, {
'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')],
'patches': [
'numpy-1.8.0-mkl.patch',
'numpy-%s-sse42.patch' % numpyversion,
],
}),
('scipy', scipyversion, {
'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')],
}),
('blist', '1.3.6', {
'source_urls': ['https://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': ['https://pypi.python.org/packages/source/p/paycheck/'],
}),
('argparse', '1.4.0', {
'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'],
}),
('pbr', '1.8.1', {
'source_urls': ['https://pypi.python.org/packages/source/p/pbr/'],
}),
('lockfile', '0.12.2', {
'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'],
}),
('Cython', '0.23.4', {
'source_urls': ['http://www.cython.org/release/'],
}),
('six', '1.10.0', {
'source_urls': ['https://pypi.python.org/packages/source/s/six/'],
}),
('dateutil', '2.4.2', {
'source_tmpl': 'python-%(name)s-%(version)s.tar.gz',
'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'],
}),
('deap', '1.0.2', {
'source_tmpl': '%(name)s-%(version)s.post2.tar.gz',
'source_urls': ['https://pypi.python.org/packages/source/d/deap/'],
}),
('decorator', '4.0.4', {
'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'],
}),
('arff', '2.1.0', {
'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.13', {
'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'],
}),
('paramiko', '1.16.0', {
'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'],
}),
('pyparsing', '2.0.6', {
'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.18', {
'source_urls': ['https://pypi.python.org/packages/source/n/netaddr'],
}),
('funcsigs', '0.4', {
'source_urls': ['https://pypi.python.org/packages/source/f/funcsigs'],
}),
('mock', '1.3.0', {
'source_urls': ['https://pypi.python.org/packages/source/m/mock'],
}),
('pytz', '2015.7', {
'source_urls': ['https://pypi.python.org/packages/source/p/pytz'],
}),
('pandas', '0.17.1', {
'source_urls': ['https://pypi.python.org/packages/source/p/pandas'],
}),
('enum34', '1.1.2', {
'modulename': 'enum',
'source_urls': ['https://pypi.python.org/packages/source/e/enum34'],
}),
('bitstring', '3.1.3', {
'source_tmpl': '%(name)s-%(version)s.zip',
'source_urls': ['https://pypi.python.org/packages/source/b/bitstring'],
}),
]

moduleclass = 'lang'