mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
37 lines
793 B
Plaintext
37 lines
793 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libXi'
|
|
version = '1.7.6'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """LibXi provides an X Window System client interface to the XINPUT extension to the X protocol."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2016a'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
builddependencies = [
|
|
('xproto', '7.0.28'),
|
|
('xextproto', '7.3.0'),
|
|
('inputproto', '2.3.1'),
|
|
('xorg-macros', '1.19.0'),
|
|
]
|
|
|
|
dependencies = [
|
|
('libXext', '1.3.3'),
|
|
('libXfixes', '5.0.1'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/X11/extensions/XInput.h',
|
|
'include/X11/extensions/XInput2.h',
|
|
'lib/libXi.%s' %
|
|
SHLIB_EXT,
|
|
'lib/libXi.a'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|