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

# modified: _not_installed/f/flex/flex-2.5.38-GCC-4.8.2.eb # modified: b/Bash/Bash-4.2-intel-2015b.eb # modified: b/Bison/Bison-2.5-intel-2015b.eb # modified: b/Bison/Bison-3.0.2-intel-2015b.eb # modified: b/Boost/Boost-1.58.0-intel-2015b-Python-2.7.9.eb # modified: b/byacc/byacc-20120526-intel-2015b.eb # modified: c/CMake/CMake-3.0.0-intel-2015b.eb # modified: c/cURL/cURL-7.37.1-intel-2015b.eb # modified: d/Doxygen/Doxygen-1.8.7-intel-2015b.eb # new file: f/fixesproto/fixesproto-5.0.eb # modified: f/flex/flex-2.5.35-intel-2015b.eb # new file: f/fontconfig/fontconfig-2.11.1.eb # modified: g/GMP/GMP-5.0.5-intel-2015b.eb # modified: i/inputproto/inputproto-2.3.eb # modified: k/kbproto/kbproto-1.0.6.eb # modified: l/libICE/libICE-1.0.9.eb # modified: l/libSM/libSM-1.2.2.eb # new file: l/libX11/libX11-1.6.2-Python-2.7.9.eb # new file: l/libX11/libX11-1.6.3.eb # new file: l/libXau/libXau-1.0.8.eb # new file: l/libXdmcp/libXdmcp-1.1.2.eb # modified: l/libXext/libXext-1.3.3.eb # modified: l/libmatheval/libmatheval-1.1.8-intel-2015b.eb # new file: l/libpthread-stubs/libpthread-stubs-0.3.eb # modified: l/libtool/libtool-2.4.2-foss-2015b.eb # new file: l/libxcb/libxcb-1.11-Python-2.7.9.eb # new file: l/libxcb/libxcb-1.11.1.eb # modified: l/libxml2/libxml2-2.9.2-ictce-7.3.5.eb # modified: m/M4/M4-1.4.16-intel-2015b.eb # modified: m/make/make-3.82-intel-2015b.eb # modified: n/NASM/NASM-2.11.05-intel-2015b.eb # modified: o/OpenBLAS/OpenBLAS-0.2.14-GNU-5.1.0-2.25-LAPACK-3.5.0.eb # modified: p/Perl/Perl-5.16.3-intel-2015b.eb # new file: p/Perl/Perl-5.24.0-GCC-4.9.3-2.25-bare.eb # modified: p/Python/Python-2.7.8-intel-2015b.eb # modified: p/Python/Python-2.7.9-intel-2015b.eb # new file: r/renderproto/renderproto-0.11.eb # modified: s/SQLite/SQLite-3.8.8.1-ictce-7.3.5.eb # modified: s/SQLite/SQLite-3.8.8.1-intel-2015b.eb # modified: t/Tcl/Tcl-8.6.3-intel-2015b.eb # modified: t/Tk/Tk-8.5.12-intel-2015b.eb # modified: t/tcsh/tcsh-6.18.01-intel-2015b.eb # modified: v/Valgrind/Valgrind-3.11.0-foss-2015b.eb # modified: v/Valgrind/Valgrind-3.11.0-intel-2015b.eb # new file: x/xcb-proto/xcb-proto-1.11-Python-2.7.9.eb # new file: x/xcb-proto/xcb-proto-1.11.eb # new file: x/xcb-util # new file: x/xcb-util-image/xcb-util-image-0.4.0.eb # new file: x/xcb-util-keysyms/xcb-util-keysyms-0.4.0.eb # new file: x/xcb-util-renderutil/xcb-util-renderutil-0.3.9.eb # new file: x/xcb-util-wm/xcb-util-wm-0.4.1.eb # modified: x/xextproto/xextproto-7.3.0.eb # new file: x/xineramaproto/xineramaproto-1.2.1.eb # modified: x/xorg-macros/xorg-macros-1.17.eb # modified: x/xproto/xproto-7.0.26.eb # new file: x/xproto/xproto-7.0.28.eb # modified: x/xtrans/xtrans-1.3.5.eb # modified: z/zlib/zlib-1.2.7-intel-2015b.eb # deleted: b/byacc/byacc-20120526-foss-2015b.eb # deleted: b/bzip2/bzip2-1.0.6-ictce-7.3.5.eb # deleted: c/CMake/CMake-3.0.0-ictce-7.3.5.eb # deleted: g/GMP/GMP-5.0.5-foss-2015b.eb # deleted: p/Python/Python-2.7.9-ictce-7.3.5.eb # deleted: t/Tcl/Tcl-8.6.3-ictce-7.3.5.eb
102 lines
3.4 KiB
Plaintext
102 lines
3.4 KiB
Plaintext
name = 'Python'
|
|
version = '2.7.8'
|
|
|
|
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': '2015b'}
|
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
|
|
|
|
numpyversion = '1.8.1'
|
|
scipyversion = '0.14.0'
|
|
|
|
source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
|
|
sources = [SOURCE_TGZ]
|
|
|
|
# libffi build in python is still broken, see http://bugs.python.org/issue4130
|
|
patches = ['python-2.7_libffi-include-xmmintrin.patch']
|
|
|
|
# python needs bzip2 to build the bz2 package
|
|
dependencies = [
|
|
('bzip2', '1.0.6'),
|
|
('zlib', '1.2.8'),
|
|
('libreadline', '6.3'),
|
|
('ncurses', '5.9'),
|
|
# ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons
|
|
]
|
|
|
|
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
|
|
|
|
# order is important!
|
|
# Version updated 08/JULY/2014
|
|
exts_list = [
|
|
('setuptools', '5.4.1', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/s/setuptools/'],
|
|
}),
|
|
('pip', '1.5.6', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/p/pip/'],
|
|
}),
|
|
('nose', '1.3.3', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/n/nose/'],
|
|
}),
|
|
('numpy', numpyversion, {
|
|
'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')],
|
|
'patches': [
|
|
'numpy-%s-mkl.patch' % numpyversion,
|
|
],
|
|
}),
|
|
('scipy', scipyversion, {
|
|
'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % 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/'],
|
|
}),
|
|
('lockfile', '0.9.1', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'],
|
|
}),
|
|
('Cython', '0.20.2', {
|
|
'source_urls': ['http://www.cython.org/release/'],
|
|
}),
|
|
('six', '1.7.3', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/s/six/'],
|
|
}),
|
|
('dateutil', '2.2', {
|
|
'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.14.0', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'],
|
|
}),
|
|
('pyparsing', '2.0.2', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'],
|
|
}),
|
|
]
|
|
|
|
moduleclass = 'lang'
|