mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
26 lines
665 B
Plaintext
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'
|