LibUUID-1.0.3-intel-2017.02.eb 431 B

12345678910111213141516171819
  1. easyblock = 'ConfigureMake'
  2. name = 'LibUUID'
  3. version = '1.0.3'
  4. homepage = 'http://sourceforge.net/projects/libuuid/'
  5. description = """Portable uuid C library"""
  6. toolchain = {'name': 'intel', 'version': '2017.02'}
  7. source_urls = [SOURCEFORGE_SOURCE]
  8. sources = [SOURCELOWER_TAR_GZ]
  9. sanity_check_paths = {
  10. 'files': ['include/uuid/uuid.h', 'lib/libuuid.a', 'lib/libuuid.%s' % SHLIB_EXT],
  11. 'dirs': [],
  12. }
  13. moduleclass = 'lib'