easyconfigs-it4i/p/Py/Py-2.7-system.eb
Lukáš Krupčík b239f99e43 new file: p/Py/Py-2.7-system.eb
deleted:    p/Py/Py-system.eb
2020-03-23 08:14:28 +01:00

18 lines
248 B
Plaintext

# IT4Innovations 2020
easyblock = "Toolchain"
name = 'Py'
version = '2.7'
homepage = 'https://www.python.org'
description = """Python 2.7 toolchain"""
toolchain = SYSTEM
dependencies = [
('GCC', '8.3.0-2.32'),
]
moduleclass = 'toolchain'