easyblock = 'Toolchain' name = 'libc' version = '2.14-6.3.0' homepage = 'https://www.gnu.org/software/libc/' description = """The Glibc package contains the main C library. This library provides the basic routines for allocating memory, searching directories, opening and closing files, reading and writing files, string handling, pattern matching, arithmetic, and so on.""" toolchain = {'name': 'dummy', 'version': ''} dependencies = [ ('GCCcore', '6.3.0'), ('glibc', '2.14') ] moduleclass = 'toolchain'