modified: p/Py/Py-3.6.eb

This commit is contained in:
Lukáš Krupčík 2019-11-05 18:23:40 +01:00
parent 2a00564db9
commit 1f124f261e

View File

@ -1,4 +1,4 @@
# IT4Innovations 2018
# IT4Innovations 2019
easyblock = "Toolchain"
@ -8,11 +8,10 @@ version = '3.6'
homepage = 'https://www.python.org'
description = """Python 3.6 toolchain"""
toolchain = {'name': 'system', 'version': ''}
toolchain = SYSTEM
dependencies = [
('Python', '3.6.8', '-base', ('GCC', '6.3.0-2.27')),
('GCC', '6.3.0-2.27'),
('Python', '3.6.9', '-base'),
]
moduleclass = 'toolchain'