easyblock = "Toolchain" name = 'gompi' version = '2016.07' homepage = '(none)' description = """GNU Compiler Collection (GCC) based local_compiler toolchain, including OpenMPI for MPI support.""" toolchain = SYSTEM local_gccver = '6.1.0' local_local_binutilsver = '2.27' gccbinver = '%s-%s' % (local_gccver, local_local_binutilsver) # local_compiler toolchain dependencies dependencies = [ ('GCC', gccbinver), # includes both GCC and local_binutils ('OpenMPI', '1.10.3', '', ('GCC', gccbinver)), ] moduleclass = 'toolchain'