Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{vis}[intel-2016a] Tk 8.6.4 with libX11 1.6.3 (REVIEW) #2614

Merged
merged 3 commits into from
Mar 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/l/libICE/libICE-1.0.9-intel-2016a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'ConfigureMake'

name = 'libICE'
version = '1.0.9'

homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X Inter-Client Exchange library for freedesktop.org"""

toolchain = {'name': 'intel', 'version': '2016a'}

sources = [SOURCE_TAR_GZ]
source_urls = ['http://xorg.freedesktop.org/archive/individual/lib/']

dependencies = [
('xtrans', '1.3.5'),
]

builddependencies = [
('xproto', '7.0.28'),
]

sanity_check_paths = {
'files': ['include/X11/ICE/ICE%s.h' % x for x in ['', 'conn', 'lib', 'msg', 'proto', 'util']],
'dirs': [],
}

moduleclass = 'vis'
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/l/libSM/libSM-1.2.2-intel-2016a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'ConfigureMake'

name = 'libSM'
version = '1.2.2'

homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X11 Session Management library, which allows for applications to both manage sessions,
and make use of session managers to save and restore their state for later use."""

toolchain = {'name': 'intel', 'version': '2016a'}

sources = [SOURCE_TAR_GZ]
source_urls = ['http://xorg.freedesktop.org/archive/individual/lib/']

dependencies = [
('libICE', '1.0.9'),
]
builddependencies = [
('xproto', '7.0.28'),
('xtrans', '1.3.5'),
]

sanity_check_paths = {
'files': ['include/X11/SM/%s' % x for x in ['SM.h', 'SMlib.h', 'SMproto.h']],
'dirs': [],
}

moduleclass = 'devel'
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/l/libXft/libXft-2.3.2-intel-2016a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
easyblock = 'ConfigureMake'

name = 'libXft'
version = '2.3.2'

homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X11 client-side library"""

toolchain = {'name': 'intel', 'version': '2016a'}

sources = [SOURCE_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]

builddependencies = [
('kbproto', '1.0.7'),
('renderproto', '0.11'),
]

dependencies = [
('libX11', '1.6.3'),
('libXrender', '0.9.9'),
('freetype', '2.6.2'),
('fontconfig', '2.11.94'),
]

sanity_check_paths = {
'files': ['lib/libXft.a'],
'dirs': [],
}

moduleclass = 'vis'
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/l/libXrender/libXrender-0.9.9-intel-2016a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'ConfigureMake'

name = 'libXrender'
version = '0.9.9'

homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X11 client-side library"""

toolchain = {'name': 'intel', 'version': '2016a'}

sources = [SOURCE_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]

builddependencies = [
('kbproto', '1.0.7'),
('renderproto', '0.11'),
]

dependencies = [
('libX11', '1.6.3'),
]

sanity_check_paths = {
'files': ['lib/libXrender.a'],
'dirs': [],
}

moduleclass = 'vis'
39 changes: 39 additions & 0 deletions easybuild/easyconfigs/l/libXt/libXt-1.1.5-intel-2016a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
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': '2016a'}
toolchainopts = {'optarch': True}

sources = [SOURCE_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]

builddependencies = [
('xproto', '7.0.28'),
('kbproto', '1.0.7'),
]

dependencies = [
('libSM', '1.2.2'),
('libICE', '1.0.9'),
('libX11', '1.6.3'),
]

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'
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
easyblock = 'ConfigureMake'

name = 'renderproto'
version = '0.11'

homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = "Xrender protocol and ancillary headers"

toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'optarch': True}

sources = [SOURCE_TAR_GZ]
source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/']

sanity_check_paths = {
'files': ['include/X11/extensions/%s' % x for x in ['render.h', 'renderproto.h']],
'dirs': [],
}

moduleclass = 'devel'
37 changes: 37 additions & 0 deletions easybuild/easyconfigs/t/Tk/Tk-8.6.4-intel-2016a-libX11-1.6.3.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
easyblock = 'ConfigureMake'

name = 'Tk'
version = '8.6.4'
libx11 = 'libX11'
libxver = '1.6.3'
versionsuffix = '-%s-%s' % (libx11, libxver)

homepage = 'http://www.tcl.tk/'
description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building
a graphical user interface (GUI) in many different programming languages."""

toolchain = {'name': 'intel', 'version': '2016a'}

source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']

patches = ['Tk-%(version)s_different-prefix-with-tcl.patch']

builddependencies = [
('xextproto', '7.3.0'),
('xproto', '7.0.28'),
]

dependencies = [
('Tcl', version),
(libx11, libxver),
('libXt', '1.1.5'),
('libXext', '1.3.3'),
('libXft', '2.3.2'),
]

configopts = '--disable-xss --enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"'

start_dir = 'unix'

moduleclass = 'vis'