easyconfigs-it4i/p/pscom/pscom-5.0.43-GCC-4.8.2.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

28 lines
666 B
Plaintext

easyblock = 'ConfigureMake'
name = 'pscom'
version = '5.0.43'
homepage = 'http://www.par-tec.com'
description = """ParaStation is a robust and efficient cluster middleware, consisting
of a high-performance communication layer (MPI) and a sophisticated management layer."""
toolchain = {'name': 'GCC', 'version': '4.8.2'}
source_urls = ['https://github.com/ParaStation/%(name)s/archive/']
sources = ['%(version)s-1.zip']
dependencies = [('popt', '1.14')]
sanity_check_paths = {
'files': [
'include/pscom.h',
('lib/libpscom.%s' %
SHLIB_EXT,
'lib64/libpscom.%s' %
SHLIB_EXT)],
'dirs': [],
}
moduleclass = 'mpi'