12345678910111213141516171819 |
- easyblock = 'ConfigureMake'
- name = 'LibUUID'
- version = '1.0.3'
- homepage = 'http://sourceforge.net/projects/libuuid/'
- description = """Portable uuid C library"""
- toolchain = {'name': 'intel', 'version': '2018'}
- source_urls = [SOURCEFORGE_SOURCE]
- sources = [SOURCELOWER_TAR_GZ]
- sanity_check_paths = {
- 'files': ['include/uuid/uuid.h', 'lib/libuuid.a', 'lib/libuuid.%s' % SHLIB_EXT],
- 'dirs': [],
- }
- moduleclass = 'lib'
|