1234567891011121314151617181920212223242526 |
- easyblock = 'ConfigureMake'
- name = 'libtirpc'
- version = '1.1.4'
- homepage = 'https://sourceforge.net/projects/libtirpc/'
- description = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux."
- toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
- source_urls = [SOURCEFORGE_SOURCE]
- sources = [SOURCE_TAR_BZ2]
- checksums = ['2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d']
- configopts = '--enable-static --enable-shared --disable-gssapi'
- builddependencies = [
- ('binutils', '2.32')
- ]
- sanity_check_paths = {
- 'files': ['lib/libtirpc.%s' % (x,) for x in ['a', SHLIB_EXT]],
- 'dirs': ['include/tirpc', 'lib'],
- }
- moduleclass = 'lib'
|