easyconfigs-it4i/o/OpenPGM/OpenPGM-5.2.122-intel-2017c.eb
Josef 0a85f33110 modified: l/LAMMPS/LAMMPS-20181212-intel-2017c.eb
new file:   l/libsodium/libsodium-1.0.17.eb
	new file:   o/OpenPGM/OpenPGM-5.2.122-intel-2017c.eb
	modified:   s/Score-P/Score-P-3.1-intel-2017a.eb
	new file:   u/util-linux/util-linux-2.33.1.eb
	new file:   z/ZeroMQ/ZeroMQ-4.3.1-intel-2017c.eb
	deleted:    z/ZeroMQ/ZeroMQ-4.2.0-foss-2016b.eb
	deleted:    z/ZeroMQ/ZeroMQ-4.2.0-intel-2016b.eb
2019-01-28 08:16:24 +01:00

31 lines
1.0 KiB
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'OpenPGM'
version = '5.2.122'
homepage = 'http://code.google.com/p/openpgm/'
description = """OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM)
specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol
that enables receivers to detect loss, request retransmission of lost data, or notify an application
of unrecoverable loss. PGM is a receiver-reliable protocol, which means the receiver is responsible
for ensuring all data is received, absolving the sender of reception responsibility."""
toolchain = {'name': 'intel', 'version': '2017c'}
toolchainopts = {'pic': True}
source_urls = ['https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/']
sources = ['libpgm-%(version)s.tar.gz']
configopts = '--with-pic'
start_dir = 'pgm'
sanity_check_paths = {
'files': ['lib/libpgm.%s' % SHLIB_EXT, 'lib/libpgm.a'],
'dirs': ['include'],
}
moduleclass = 'system'