mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: b/Boost/Boost-1.70.0-GCCcore-8.3.0-Py-3.7.eb new file: g/gompi/gompi-2019b.eb modified: l/Libmsr/Libsmr-master-20191216.eb new file: m/Mesa/Mesa-19.0.1-gompi-2019b.eb
23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'gompi'
|
|
version = '2019b'
|
|
|
|
homepage = '(none)'
|
|
description = """GNU Compiler Collection (GCC) based local_compiler toolchain,
|
|
including OpenMPI for MPI support."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_gccver = '8.3.0-2.32'
|
|
|
|
# local_compiler toolchain dependencies
|
|
dependencies = [
|
|
('GCC', local_gccver), # includes both GCC and local_binutils
|
|
('OpenMPI', '3.1.5', '', ('GCCcore', '8.3.0')),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|