mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

modified: l/libxcb/libxcb-1.11.1.eb modified: o/OpenFOAM/OpenFOAM-7-foss-2020a.eb new file: p/ParaView/ParaView-5.6.2-foss-2020a-Python-3.7.4-mpi.eb new file: r/RELION/RELION-3.1.0-gompi-2019b.eb new file: r/RELION/RELION-3.1.0-intel-2020a.eb
33 lines
737 B
Plaintext
33 lines
737 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxcb'
|
|
version = '1.11.1'
|
|
|
|
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."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://xcb.freedesktop.org/dist/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
builddependencies = [
|
|
('xcb-proto', '1.11', '', True),
|
|
('xproto', '7.0.28'),
|
|
('libpthread-stubs', '0.3'),
|
|
]
|
|
dependencies = [
|
|
('libXau', '1.0.8'),
|
|
('libXdmcp', '1.1.2'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': [
|
|
'include/xcb',
|
|
'lib/pkgconfig'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|