mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: "a/ANSYS/\\" new file: e/Extrae/Extrae-3.8.3-gompi-2021a.eb new file: l/libnsl/libnsl-1.3.0-GCCcore-10.2.0.eb new file: l/libtirpc/libtirpc-1.3.2-GCCcore-10.2.0.eb modified: p/Paraver/Paraver-4.10.0-foss-2021a.eb new file: s/SDE/SDE-9.0.0.eb new file: v/Vampir/Vampir-10.0.2.eb
32 lines
714 B
Plaintext
32 lines
714 B
Plaintext
# IT4Innovations
|
|
# LK 2022
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libtirpc'
|
|
version = '1.3.2'
|
|
|
|
homepage = 'https://sourceforge.net/projects/libtirpc/'
|
|
description = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux."
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCE_TAR_BZ2]
|
|
checksums = ['cf4ca51f3fc401bea61c702c69171ab0']
|
|
|
|
configopts = '--enable-static --enable-shared --disable-gssapi'
|
|
|
|
builddependencies = [
|
|
('binutils', '2.35')
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libtirpc.%s' % (x,) for x in ['a', SHLIB_EXT]],
|
|
'dirs': ['include/tirpc', 'lib'],
|
|
}
|
|
|
|
modextrapaths = {'CPATH': 'include/tirpc'}
|
|
|
|
moduleclass = 'lib'
|