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
41 lines
783 B
Plaintext
41 lines
783 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libX11'
|
|
version = '1.6.3'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X11 client-side library"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
dependencies = [
|
|
('libxcb', '1.11.1'),
|
|
('xtrans', '1.3.5'),
|
|
('fontconfig', '2.11.1'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/X11/%s' %
|
|
x for x in [
|
|
'cursorfont.h',
|
|
'ImUtil.h',
|
|
'Xcms.h',
|
|
'XKBlib.h',
|
|
'XlibConf.h',
|
|
'Xlib.h',
|
|
'Xlibint.h',
|
|
'Xlib-xcb.h',
|
|
'Xlocale.h',
|
|
'Xregion.h',
|
|
'Xresource.h',
|
|
'Xutil.h',
|
|
]],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|