mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

new file: a/APR/APR-1.5.2.eb new file: a/attrs/attrs-14.4.0-Py-2.7.eb new file: c/cereal/cereal-1.2.1.eb modified: f/fontconfig/fontconfig-2.11.1.eb new file: h/HDF5/HDF5-1.10.1-serial.eb new file: h/h5py/h5py-2.7.1-Py-2.7.eb new file: i/icc/icc-2017.5.239-GCC-6.3.0-2.27.eb new file: i/icc/icc-2018.1.163-GCC-6.4.0-2.28.eb new file: i/iccifort/iccifort-2017.5.239-GCC-6.3.0-2.27.eb new file: i/iccifort/iccifort-2018.1.163-GCC-6.4.0-2.28.eb new file: i/ifort/ifort-2017.5.239-GCC-6.3.0-2.27.eb new file: i/ifort/ifort-2018.1.163-GCC-6.4.0-2.28.eb new file: i/ifort/ifort_2018.1.163_no_mpi_mic_dependency.patch modified: i/iimpi/iimpi-2017b.eb new file: i/iimpi/iimpi-2018a.eb new file: i/imkl/imkl-2017.4.239-iimpi-2017b.eb new file: i/imkl/imkl-2018.1.163-iimpi-2018a.eb new file: i/impi/impi-2017.4.239-iccifort-2017.5.239-GCC-6.3.0-2.27.eb new file: i/impi/impi-2018.1.163-iccifort-2018.1.163-GCC-6.4.0-2.28.eb modified: i/intel/intel-2017b.eb new file: i/intel/intel-2018a.eb new file: l/lxml/lxml-4.1.1-Py-2.7.eb new file: m/matplotlib/matplotlib-2.1.1-Py-2.7.eb new file: m/mpi4py/mpi4py-3.0.0-Py-2.7.eb modified: n/nettle/nettle-3.2-intel-2017a.eb new file: n/numpy/.cache/v/cache/lastfailed new file: n/numpy/numpy-1.13.3-Py-2.7.eb modified: n/numpy/numpy-1.13.3-Py-3.6.eb new file: o/OpenSSL/OpenSSL-1.0.2n-intel-2017b.eb new file: o/OpenSSL/OpenSSL-1.1.0e-intel-2017b.eb new file: p/PDT/PDT-3.18.1.eb modified: p/Py/Py-2.7.eb modified: p/Py/Py-3.6.eb new file: p/PyYAML/PyYAML-3.12-Py-2.7.eb new file: p/Python/.cache/v/cache/lastfailed new file: p/Python/Python-2.7.14-GCC-6.3.0-2.27-base.eb new file: p/Python/Python-3.6.4-GCC-6.3.0-2.27-base.eb new file: p/phonopy/phonopy-1.12.4.11-Py-2.7.eb new file: p/pluggy/pluggy-0.6.0-Py-2.7.eb new file: p/pyparsing/pyparsing-2.2.0-Py-2.7.eb new file: p/pytest/pytest-3.3.2-Py-2.7.eb new file: p/python-dateutil/python-dateutil-2.6.1-Py-2.7.eb new file: s/SCons/SCons-2.3.6-Py-2.7.eb new file: s/SCons/SCons-3.0.0.eb modified: s/SQLite/SQLite-3.17.0.eb new file: s/Serf/Serf-1.3.8.eb new file: s/Subversion/Subversion-1.9.3.eb new file: s/scipy/scipy-1.0.0-Py-2.7.eb new file: v/VTune/VTune-2018_update1.eb deleted: i/icc/icc-2018.0.128-GCC-6.4.0-2.28.eb deleted: i/iccifort/iccifort-2018.0.128-GCC-6.4.0-2.28.eb deleted: i/ifort/ifort-2018.0.128-GCC-6.4.0-2.28.eb deleted: i/iimpi/iimpi-2018.00.eb deleted: i/imkl/imkl-2018.0.128-iimpi-2018.00.eb deleted: i/impi/impi-2018.0.128-iccifort-2018.0.128-GCC-6.4.0-2.28.eb deleted: i/intel/intel-2018.00.eb deleted: s/scipy/scipy-1.0.0-Py-3.6-test.eb
54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'Python'
|
|
version = '3.6.4'
|
|
versionsuffix = '-base'
|
|
|
|
homepage = 'http://python.org/'
|
|
description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
|
|
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
|
|
|
|
source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
|
|
sources = [SOURCE_TGZ]
|
|
|
|
prebuildopts = 'export CFLAGS="-I${EBROOTXZ}/include" && '
|
|
prebuildopts += 'export LDFLAGS="-L${EBROOTXZ}/lib" && '
|
|
configopts = "--enable-optimizations"
|
|
|
|
# python needs bzip2 to build the bz2 package
|
|
dependencies = [
|
|
('bzip2', '1.0.6', '', True),
|
|
('libreadline', '7.0', '', True),
|
|
('SQLite', '3.17.0', '', True),
|
|
('Tk', '8.6.6', '', True),
|
|
('GMP', '6.1.2', '', True),
|
|
('XZ', '5.2.3', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
('ncurses', '6.0', '', True),
|
|
# ('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')]
|
|
|
|
# order is important!
|
|
# package versions updated Feb 25th 2016
|
|
exts_list = [
|
|
('setuptools', '38.4.0', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'],
|
|
'source_tmpl': '%(name)s-%(version)s.zip',
|
|
}),
|
|
('pip', '9.0.1', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/p/pip/'],
|
|
}),
|
|
('nose', '1.3.7', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/n/nose/'],
|
|
}),
|
|
]
|
|
|
|
#modluafooter = 'add_property("state","experimental")'
|
|
|
|
moduleclass = 'lang'
|