easyconfigs-it4i/p/Py/Py-3.6.eb
Lukáš Krupčík 012b80dfbe modified: p/Py/Py-3.6.eb
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
2019-02-21 12:41:38 +01:00

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'