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

26 lines
665 B
Plaintext

easyblock = 'ConfigureMake'
name = 'pscom'
version = '5.0.44-1'
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.9.2'}
source_urls = ['https://github.com/ParaStation/%(name)s/archive/']
sources = ['%(version)s.zip']
dependencies = [('popt', '1.16')]
sanity_check_paths = {
'files': [
'include/pscom.h',
('lib/libpscom.%s' %
SHLIB_EXT,
'lib64/libpscom.%s' %
SHLIB_EXT)],
'dirs': [],
}
moduleclass = 'lib'