easyconfigs-it4i/l/libX11/libX11-1.6.5-intel-2017a.eb
Lukáš Krupčík 42fb368b85 modified: g/grace/grace-5.1.25-intel-2017a.eb
new file:   l/libX11/libX11-1.6.5-intel-2017a.eb
	new file:   l/libXt/libXt-1.1.5-intel-2017a-libX11-1.6.5.eb
	new file:   m/motif/motif-2.3.4-intel-2017a.eb
	new file:   p/protobuf-python/protobuf-python-3.2.0-GCC-7.1.0-2.28-Python-3.6.1.eb
	new file:   p/protobuf-python/protobuf-python-3.4.0-GCC-6.4.0-2.28-Python-3.6.1.eb
	new file:   p/protobuf/protobuf-3.4.0-GCC-7.1.0-2.28-Python-3.6.1.eb
	new file:   s/Singularity/Singularity-2.4.2.eb
	modified:   s/Singularity/Singularity-2.4.eb
	new file:   s/squashfs-tools/squashfs-tools-2.4.eb
2017-12-14 15:42:47 +01:00

38 lines
912 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libX11'
version = '1.6.5'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X11 client-side library"""
toolchain = {'name': 'intel', 'version': '2017a'}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]
builddependencies = [
('xextproto', '7.3.0', '', True),
('xcb-proto', '1.11', '', True),
('inputproto', '2.3', '', True),
('xproto', '7.0.28', '', True),
('libpthread-stubs', '0.4', '', True),
('kbproto', '1.0.7', '', True),
('xtrans', '1.3.5', '', True),
]
dependencies = [
('libxcb', '1.11.1', '', True),
]
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'