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

new file: b/Boost/Boost-1.68.0-gompi-2019.01-Python-2.7.15.eb new file: b/Boost/Boost-1.68.0-gompi-2019.01-serial.eb new file: b/Boost/Boost-1.68.0-gompi-2019.01.eb new file: b/Boost/Boost-1.68.0-gompi-2019.02-Python-2.7.15.eb new file: c/Clang/Clang-7.0.1-gompi-2019.02.eb new file: f/FFTW/FFTW-3.3.8-GCC-8.1.0-2.30.eb new file: f/FFTW/FFTW-3.3.8-gompi-2019.02.eb new file: g/GMP/GMP-6.1.2-gompi-2019.01.eb new file: g/gompi/gompi-2019.01.eb new file: g/gompi/gompi-2019.02.eb new file: h/HDF5/HDF5-1.10.4-GCC-8.1.0-2.30-serial.eb new file: h/HDF5/HDF5-1.10.4-gompi-2019.02-serial.eb new file: h/h5py/h5py-2.7.1-gompi-2019.01-Py-2.7.eb new file: h/hwloc/hwloc-1.11.7-GCC-7.3.0-2.30.eb new file: h/hwloc/hwloc-1.11.7-GCC-8.1.0-2.30.eb modified: m/mpi4py/mpi4py-3.0.0-Py-2.7.eb new file: m/mpi4py/mpi4py-3.0.0-gompi-2019.01-Py-2.7.eb new file: n/numactl/numactl-2.0.11-GCC-7.3.0-2.30.eb new file: n/numactl/numactl-2.0.11-GCC-8.1.0-2.30.eb new file: o/OpenBLAS/OpenBLAS-0.2.20-GCC-8.1.0-2.30.eb new file: o/OpenBLAS/OpenBLAS-0.2.20-gompi-2019.02.eb new file: o/OpenMPI/OpenMPI-2.1.1-GCC-7.3.0-2.30.eb new file: o/OpenMPI/OpenMPI-2.1.1-GCC-8.1.0-2.30.eb new file: p/Python/Python-2.7.15-gompi-2019.01.eb new file: p/Python/Python-2.7.15-gompi-2019.02.eb modified: t/TRIQS/TRIQS-1.4.1-foss-2017a.eb deleted: s/sqsgenerator/sqsgenerator-20180226-Py-3.6.eb deleted: s/sqsgenerator/sqsgenerator-20180823-Py-3.6-v2.eb deleted: s/sqsgenerator/sqsgenerator-20180823-Py-3.6.eb deleted: t/TRIQS/TRIQS-2.0-foss-2017a.eb
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "EB_Python"
|
|
name = 'Python'
|
|
version = '2.7.15'
|
|
|
|
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': '2019.01'}
|
|
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'
|