mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
24 lines
477 B
Plaintext
24 lines
477 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'gompi'
|
|
version = '2020c'
|
|
|
|
homepage = '(none)'
|
|
description = """GNU Compiler Collection (GCC) based local_compiler toolchain,
|
|
including OpenMPI for MPI support."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_gccver = '10.2.0'
|
|
|
|
# local_compiler toolchain dependencies
|
|
dependencies = [
|
|
('GCC', local_gccver), # includes both GCC and local_binutils
|
|
('OpenMPI', '4.1.1', '', ('GCC', local_gccver)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|