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