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'