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

new file: e/expat/expat-2.2.6.eb new file: f/FFTW/FFTW-3.3.8-intel-2017c.eb new file: f/FFmpeg/FFmpeg-4.1.eb new file: f/FriBidi/FriBidi-1.0.5.eb new file: f/ffmpeg/ffmpeg-4.1.eb new file: f/fontconfig/fontconfig-2.13.0.eb new file: f/freetype/freetype-2.9.1.eb new file: h/HDF5/HDF5-1.10.1-foss-2017a-serial.eb new file: i/ISL/ISL-0.15.eb new file: i/ISL/ISL-0.20.eb new file: i/icc/icc-2019.1.144-GCC-6.3.0-2.27.eb new file: i/iccifort/iccifort-2019.1.144-GCC-6.3.0-2.27.eb new file: i/ifort/ifort-2019.1.144-GCC-6.3.0-2.27.eb new file: i/ifort/ifort-2019.1.144_no_mpi_mic_dependency.patch new file: i/iimpi/iimpi-2019a.eb new file: i/imkl/imkl-2019.1.144-iimpi-2019a.eb new file: i/impi/impi-2019.1.144-iccifort-2019.1.144-GCC-6.3.0-2.27.eb new file: i/intel/intel-2019a.eb modified: i/intltool/intltool-0.51.0.eb new file: l/LAME/LAME-3.100.eb modified: p/Python/Python-2.7.14-GCC-6.3.0-2.27-base.eb modified: t/TRIQS/TRIQS-1.4.1-foss-2017a.eb new file: t/TRIQS/TRIQS-2.0-foss-2017a.eb new file: x/X11/X11-20180604.eb new file: x/XML-Parser/XML-Parser-2.41.eb new file: x/XML-Parser/XML-Parser-2.44_01.eb new file: x/x264/x264-20181203.eb new file: x/x265/x265-2.9.eb deleted: f/fontconfig/fontconfig-2.12.1-libpng-1.6.29.eb deleted: f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb
44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "EB_Python"
|
|
name = 'Python'
|
|
version = '2.7.14'
|
|
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]
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.6', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
('libreadline', '7.0', '', True),
|
|
('ncurses', '6.1', '', True),
|
|
('SQLite', '3.17.0', '', True),
|
|
('Tk', '8.6.6', '', True),
|
|
]
|
|
|
|
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"'
|
|
|
|
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': ['http://pypi.python.org/packages/source/p/pip/'],
|
|
}),
|
|
('nose', '1.3.7', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/n/nose/'],
|
|
}),
|
|
]
|
|
|
|
moduleclass = 'lang'
|