mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00
19 lines
337 B
Plaintext
19 lines
337 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'Py'
|
|
version = '2.7'
|
|
|
|
homepage = 'https://www.python.org'
|
|
description = """Python 2.7 toolchain"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
dependencies = [
|
|
('Python', '2.7.14', '-base', ('GCC', '6.3.0-2.27')),
|
|
('GCC', '6.3.0-2.27'),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|