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

new file: p/Python/Python-3.6.8-GCC-6.3.0-2.27-base.eb new file: s/SQLite/SQLite-3.27.1.eb new file: t/Tcl/Tcl-8.6.9.eb new file: t/Tk/Tk-8.6.9.eb
19 lines
336 B
Plaintext
19 lines
336 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'Py'
|
|
version = '3.6'
|
|
|
|
homepage = 'https://www.python.org'
|
|
description = """Python 3.6 toolchain"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
dependencies = [
|
|
('Python', '3.6.8', '-base', ('GCC', '6.3.0-2.27')),
|
|
('GCC', '6.3.0-2.27'),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|