libpthread-stubs-0.3-intel-2017.02.eb 570 B

1234567891011121314151617181920
  1. easyblock = 'ConfigureMake'
  2. name = 'libpthread-stubs'
  3. version = '0.3'
  4. homepage = 'http://xcb.freedesktop.org/'
  5. description = """The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint,
  6. latency hiding, direct access to the protocol, improved threading support, and extensibility."""
  7. source_urls = ['http://xcb.freedesktop.org/dist/']
  8. sources = [SOURCELOWER_TAR_GZ]
  9. toolchain = {'name': 'intel', 'version': '2017.02'}
  10. sanity_check_paths = {
  11. 'files': ['lib/pkgconfig/pthread-stubs.pc'],
  12. 'dirs': [],
  13. }
  14. moduleclass = 'lib'