mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

modified: g/gompi/gompi-2017a.eb new file: g/grace/grace-5.1.25-intel-2015b-test.eb modified: g/grace/grace-5.1.25-intel-2017a.eb new file: h/HDF5/HDF5-1.10.1-foss-2017a.eb new file: h/HDF5/HDF5-1.8.18-foss-2017a-serial.eb modified: m/motif/motif-2.3.4-intel-2017a.eb modified: m/motif/motif-2.3.7.eb new file: m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb modified: s/Singularity/Singularity-2.4.2.eb modified: s/Singularity/Singularity-2.4.eb new file: t/TRIQS/TRIQS-1.4.1-foss-2017a.eb modified: x/xorg-fonts/xorg-fonts-20170314.eb
21 lines
459 B
Plaintext
21 lines
459 B
Plaintext
easyblock = "Toolchain"
|
|
|
|
name = 'gompi'
|
|
version = '2017a'
|
|
|
|
homepage = '(none)'
|
|
description = """GNU Compiler Collection (GCC) based compiler toolchain,
|
|
including OpenMPI for MPI support."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
gccver = '6.3.0-2.27'
|
|
|
|
# compiler toolchain dependencies
|
|
dependencies = [
|
|
('GCC', gccver), # includes both GCC 6.3.0 and binutils 2.27
|
|
('OpenMPI', '2.0.2', '', ('GCC', gccver)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|