easyconfigs-it4i/p/pscom/pscom-5.0.44-1-iccifort-2015.1.133.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

20 lines
632 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': 'iccifort', 'version': '2015.1.133'}
source_urls = ['https://github.com/ParaStation/%(name)s/archive/']
sources = ['%(version)s.zip']
dependencies = [('popt', '1.14')]
sanity_check_paths = {
'files': ['include/pscom.h', ('lib/libpscom.%s' % SHLIB_EXT, 'lib64/libpscom.%s' % SHLIB_EXT)],
'dirs': [],
}
moduleclass = 'tools'