easyconfigs-it4i/p/Py/Py-3.6.eb

19 lines
332 B
Plaintext

# IT4Innovations 2018
easyblock = "Toolchain"
name = 'Py'
version = '3.6'
homepage = 'https://www.python.org'
description = """Python 3.6 toolchain"""
toolchain = {'name': 'system', 'version': ''}
dependencies = [
('Python', '3.6.8', '-base', ('GCC', '6.3.0-2.27')),
('GCC', '6.3.0-2.27'),
]
moduleclass = 'toolchain'