mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

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
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libXt'
|
|
version = '1.1.5'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are
|
|
based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation)."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'optarch': True}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
libx11ver = '1.6.5'
|
|
versionsuffix = '-libX11-%s' % libx11ver
|
|
dependencies = [
|
|
('libSM', '1.2.2', '', True),
|
|
('libICE', '1.0.9', '', True),
|
|
('libX11', libx11ver),
|
|
]
|
|
|
|
builddependencies = [
|
|
('xproto', '7.0.28', '', True),
|
|
('kbproto', '1.0.7', '', True),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files' : ['include/X11/%s' % x for x in [
|
|
'CallbackI.h', 'CompositeP.h', 'Constraint.h', 'Core.h', 'CreateI.h', 'HookObjI.h', 'Intrinsic.h',
|
|
'IntrinsicP.h', 'ObjectP.h', 'RectObj.h', 'ResConfigP.h', 'SelectionI.h', 'ShellI.h', 'StringDefs.h',
|
|
'TranslateI.h', 'Vendor.h', 'Xtos.h', 'Composite.h', 'ConstrainP.h', 'ConvertI.h', 'CoreP.h', 'EventI.h',
|
|
'InitialI.h', 'IntrinsicI.h', 'Object.h', 'PassivGraI.h', 'RectObjP.h', 'ResourceI.h', 'Shell.h', 'ShellP.h',
|
|
'ThreadsI.h', 'VarargsI.h', 'VendorP.h',
|
|
]
|
|
],
|
|
'dirs' : [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|