mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
19 lines
294 B
Plaintext
19 lines
294 B
Plaintext
# IT4Innovations 2021
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'Py'
|
|
version = '3.8'
|
|
|
|
homepage = 'https://www.python.org'
|
|
description = """Python 3.8 toolchain"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('Python', '3.8.2', '', ('GCCcore', '9.3.0')),
|
|
('GCC', '9.3.0'),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|