mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-24 15:31:29 +01:00
23 lines
464 B
Plaintext
23 lines
464 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'gompi'
|
|
version = '2017c'
|
|
|
|
homepage = '(none)'
|
|
description = """GNU Compiler Collection (GCC) based compiler toolchain,
|
|
including OpenMPI for MPI support."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_gccver = '6.3.0-2.27'
|
|
|
|
# compiler toolchain dependencies
|
|
dependencies = [
|
|
('GCC', local_gccver), # includes both GCC and local_binutils
|
|
('OpenMPI', '2.1.1', '', ('GCC', local_gccver)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|