easyconfigs-it4i/g/gompi/gompi-2017a.eb
Lukáš Krupčík f3e0d14963 modified: b/bzip2/bzip2-1.0.6.eb
modified:   d/Doxygen/Doxygen-1.8.11-intel-2017a.eb
	new file:   f/foss/foss-2017a.eb
	new file:   g/gompi/gompi-2017a.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-7.1.0-2.28.eb
	new file:   l/libtool/libtool-2.4.6-GCC-7.1.0-2.28.eb
	modified:   n/netCDF/netCDF-4.4.1-intel-2017a.eb
	new file:   n/numactl/numactl-2.0.11-GCC-7.1.0-2.28.eb
	new file:   o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb
	new file:   o/OpenMPI/OpenMPI-1.10.7-GCC-7.1.0-2.28.eb
	new file:   o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb
	modified:   x/X11/X11-20160819.eb
2017-05-30 07:29:45 +02:00

21 lines
460 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', '1.10.7', '', ('GCC', gccver)),
]
moduleclass = 'toolchain'