From 963a7227d28ed12d8ccbc50237e5820d2051295c Mon Sep 17 00:00:00 2001 From: easybuild Date: Mon, 11 Nov 2019 14:39:24 +0100 Subject: [PATCH] modified: a/Advisor/Advisor-2019_update4.eb modified: i/Inspector/Inspector-2019_update4.eb modified: x/X11/X11-20180604-foss-2017b.eb modified: x/X11/X11-20180604.eb modified: x/X11/X11-20190311.eb new file: x/X11/X11-20190717-GCCcore-8.3.0.eb --- a/Advisor/Advisor-2019_update4.eb | 4 - i/Inspector/Inspector-2019_update4.eb | 4 - x/X11/X11-20180604-foss-2017b.eb | 2 +- x/X11/X11-20180604.eb | 2 +- x/X11/X11-20190311.eb | 2 +- x/X11/X11-20190717-GCCcore-8.3.0.eb | 214 ++++++++++++++++++++++++++ 6 files changed, 217 insertions(+), 11 deletions(-) create mode 100644 x/X11/X11-20190717-GCCcore-8.3.0.eb diff --git a/a/Advisor/Advisor-2019_update4.eb b/a/Advisor/Advisor-2019_update4.eb index 1bb77a41..1ef75483 100644 --- a/a/Advisor/Advisor-2019_update4.eb +++ b/a/Advisor/Advisor-2019_update4.eb @@ -16,10 +16,6 @@ sources = ['advisor_%(version)s.tar.gz'] dontcreateinstalldir = 'True' -dependencies = [ - ('X11', '20190311'), -] - # license file license_file = '/apps/licenses/intel/license.lic' diff --git a/i/Inspector/Inspector-2019_update4.eb b/i/Inspector/Inspector-2019_update4.eb index 1c2a8fdf..dc1e3e04 100644 --- a/i/Inspector/Inspector-2019_update4.eb +++ b/i/Inspector/Inspector-2019_update4.eb @@ -13,10 +13,6 @@ sources = ['inspector_%(version)s.tar.gz'] dontcreateinstalldir = 'True' -dependencies = [ - ('X11', '20190311'), -] - license_file = '/apps/licenses/intel/license.lic' moduleclass = 'tools' diff --git a/x/X11/X11-20180604-foss-2017b.eb b/x/X11/X11-20180604-foss-2017b.eb index 0db74e02..0a48acca 100644 --- a/x/X11/X11-20180604-foss-2017b.eb +++ b/x/X11/X11-20180604-foss-2017b.eb @@ -35,7 +35,7 @@ builddependencies = [ default_easyblock = 'ConfigureMake' -default_local_component_specs = { +default_component_specs = { 'sources': [SOURCE_TAR_GZ], 'start_dir': '%(name)s-%(version)s', } diff --git a/x/X11/X11-20180604.eb b/x/X11/X11-20180604.eb index 966275f5..61f10d80 100644 --- a/x/X11/X11-20180604.eb +++ b/x/X11/X11-20180604.eb @@ -38,7 +38,7 @@ builddependencies = [ default_easyblock = 'ConfigureMake' -default_local_component_specs = { +default_component_specs = { 'sources': [SOURCE_TAR_GZ], 'start_dir': '%(name)s-%(version)s', } diff --git a/x/X11/X11-20190311.eb b/x/X11/X11-20190311.eb index db33dfde..5708455f 100644 --- a/x/X11/X11-20190311.eb +++ b/x/X11/X11-20190311.eb @@ -39,7 +39,7 @@ builddependencies = [ default_easyblock = 'ConfigureMake' -default_local_component_specs = { +default_component_specs = { 'sources': [SOURCE_TAR_GZ], 'start_dir': '%(name)s-%(version)s', } diff --git a/x/X11/X11-20190717-GCCcore-8.3.0.eb b/x/X11/X11-20190717-GCCcore-8.3.0.eb new file mode 100644 index 00000000..7b28958c --- /dev/null +++ b/x/X11/X11-20190717-GCCcore-8.3.0.eb @@ -0,0 +1,214 @@ +# IT4Innovations 2019 + +easyblock = 'Bundle' + +name = 'X11' +version = '20190717' + +homepage = 'https://www.x.org' +description = "The X Window System (X11) is a windowing system for bitmap displays" + +toolchain = {'name': 'GCCcore', 'version': '8.3.0'} + +source_urls = [ + XORG_LIB_SOURCE, + XORG_PROTO_SOURCE, + 'http://xcb.freedesktop.org/dist/', + 'http://xkbcommon.org/download/', + 'http://cgit.freedesktop.org/xorg/util/macros/snapshot', + XORG_DATA_SOURCE + '/xkeyboard-config', + XORG_DATA_SOURCE, +] + +dependencies = [ + ('bzip2', '1.0.6', '', True), + ('fontconfig', '2.13.1'), + ('freetype', '2.10.1'), + ('zlib', '1.2.11', '', True), +] +builddependencies = [ + ('binutils', '2.32'), + ('Autotools', '20180311', '', True), + ('Bison', '3.3.2', '', True), + ('gettext', '0.19.4', '', True), + ('pkg-config', '0.29.2', '', True), + ('intltool', '0.51.0'), +] + +default_easyblock = 'ConfigureMake' + +default_component_specs = { + 'sources': [SOURCE_TAR_GZ], + 'start_dir': '%(name)s-%(version)s', +} +components = [ + ('xorg-macros', '1.19.2', { # 2018-03-04 + 'sources': ['util-macros-%(version)s.tar.gz'], + 'checksums': ['5d6e62803c9f20830b28ad8a9800c97a9987635089229e3e380ef3848c84d2a6'], + 'start_dir': 'util-macros-%(version)s', + }), + ('libpthread-stubs', '0.4', { # 2017-03-14 + 'checksums': ['50d5686b79019ccea08bcbd7b02fe5a40634abcfd4146b6e75c6420cc170e9d9'], + }), + ('xorgproto', '2019.1', { # 2019-06-20 + 'checksums': ['38ad1d8316515785d53c5162b4b7022918e03c11d72a5bd9df0a176607f42bca'], + }), + ('libXau', '1.0.9', { # 2019-02-10 + 'checksums': ['1f123d8304b082ad63a9e89376400a3b1d4c29e67e3ea07b3f659cccca690eea'], + }), + ('libXdmcp', '1.1.3', { # 2019-03-16 + 'checksums': ['2ef9653d32e09d1bf1b837d0e0311024979653fe755ad3aaada8db1aa6ea180c'], + }), + ('xcb-proto', '1.13', { # 2018-03-05 + 'checksums': ['0698e8f596e4c0dbad71d3dc754d95eb0edbb42df5464e0f782621216fa33ba7'], + }), + ('libxcb', '1.13.1', { # 2018-09-27 + 'sources': [SOURCE_TAR_GZ], + 'checksums': ['f09a76971437780a602303170fd51b5f7474051722bc39d566a272d2c4bde1b5'], + 'start_dir': '%(name)s-%(version)s', + }), + ('xtrans', '1.4.0', { # 2019-03-16 + 'checksums': ['48ed850ce772fef1b44ca23639b0a57e38884045ed2cbb18ab137ef33ec713f9'], + }), + ('libxkbcommon', '0.8.4', { # 2019-02-22 + 'sources': ['libxkbcommon-%(version)s.tar.xz'], + 'checksums': ['60ddcff932b7fd352752d51a5c4f04f3d0403230a584df9a2e0d5ed87c486c8b'], + 'start_dir': 'libxkbcommon-%(version)s', + }), + ('libX11', '1.6.8', { # 2019-06-17 + 'checksums': ['69d1a27cba722dca897198a23fa8d3cad3ec0c715e00205ea4398ec68a4258a5'], + }), + ('libXext', '1.3.4', { # 2019-03-16 + 'checksums': ['8ef0789f282826661ff40a8eef22430378516ac580167da35cc948be9041aac1'], + }), + ('libFS', '1.0.8', { # 2019-03-10 + 'checksums': ['e3da723257f4f4c0c629aec402e0a36fbec66a9418f70d24a159cb0470ec83d2'], + }), + ('libICE', '1.0.10', { # 2019-07-14 + 'checksums': ['1116bc64c772fd127a0d0c0ffa2833479905e3d3d8197740b3abd5f292f22d2d'], + }), + ('libSM', '1.2.3', { # 2018-10-10 + 'checksums': ['1e92408417cb6c6c477a8a6104291001a40b3bb56a4a60608fdd9cd2c5a0f320'], + }), + ('libXScrnSaver', '1.2.3', { # 2018-07-05 + 'checksums': ['4f74e7e412144591d8e0616db27f433cfc9f45aae6669c6c4bb03e6bf9be809a'], + }), + ('libXt', '1.2.0', { # 2019-06-21 + 'checksums': ['d4bee88898fc5e1dc470e361430c72fbc529b9cdbbb6c0ed3affea3a39f97d8d'], + }), + ('libXmu', '1.1.3', { # 2019-03-16 + 'checksums': ['5bd9d4ed1ceaac9ea023d86bf1c1632cd3b172dce4a193a72a94e1d9df87a62e'], + }), + ('libXpm', '3.5.12', { # 2016-12-15 + 'checksums': ['2523acc780eac01db5163267b36f5b94374bfb0de26fc0b5a7bee76649fd8501'], + }), + ('libXaw', '1.0.13', { # 2015-05-01 + 'checksums': ['7e74ac3e5f67def549722ff0333d6e6276b8becd9d89615cda011e71238ab694'], + }), + ('libXfixes', '5.0.3', { # 2016-10-04 + 'checksums': ['9ab6c13590658501ce4bd965a8a5d32ba4d8b3bb39a5a5bc9901edffc5666570'], + }), + ('libXcomposite', '0.4.5', { # 2019-03-11 + 'checksums': ['581c7fc0f41a99af38b1c36b9be64bc13ef3f60091cd3f01105bbc7c01617d6c'], + }), + ('libXrender', '0.9.10', { # 2016-10-04 + 'checksums': ['770527cce42500790433df84ec3521e8bf095dfe5079454a92236494ab296adf'], + }), + ('libXcursor', '1.2.0', { # 2019-03-11 + 'checksums': ['ad5b2574fccaa4c3fa67b9874fbed863d29ad230c784e9a08b20692418f6a1f8'], + }), + ('libXdamage', '1.1.5', { # 2019-03-11 + 'checksums': ['630ec53abb8c2d6dac5cd9f06c1f73ffb4a3167f8118fdebd77afd639dbc2019'], + }), + ('libfontenc', '1.1.4', { # 2019-02-20 + 'checksums': ['895ee0986b32fbfcda7f4f25ef6cbacfa760e1690bf59f02085ce0e7d1eebb41'], + }), + ('libXfont', '1.5.4', { # 2017-11-28 + 'checksums': ['59be6eab53f7b0feb6b7933c11d67d076ae2c0fd8921229c703fc7a4e9a80d6e'], + }), + ('libXfont2', '2.0.3', { # 2017-11-28 + 'checksums': ['a4b761a37528353a2b83dba364d7c1fd6aef2d554a1a019815f24f7f8866890e'], + }), + ('libXft', '2.3.3', { # 2019-03-16 + 'checksums': ['3c3cf88b1a96e49a3d87d67d9452d34b6e25e96ae83959b8d0a980935014d701'], + }), + ('libXi', '1.7.10', { # 2019-06-19 + 'checksums': ['b51e106c445a49409f3da877aa2f9129839001b24697d75a54e5c60507e9a5e3'], + }), + ('libXinerama', '1.1.4', { # 2018-07-05 + 'checksums': ['64de45e18cc76b8e703cb09b3c9d28bd16e3d05d5cd99f2d630de2d62c3acc18'], + }), + ('libXrandr', '1.5.2', { # 2019-03-16 + 'checksums': ['3f10813ab355e7a09f17e147d61b0ce090d898a5ea5b5519acd0ef68675dcf8e'], + }), + ('libXres', '1.2.0', { # 2017-10-11 + 'checksums': ['5b62feee09f276d74054787df030fceb41034de84174abec6d81c591145e043a'], + }), + ('libXtst', '1.2.3', { # 2016-10-04 + 'checksums': ['a0c83acce02d4923018c744662cb28eb0dbbc33b4adc027726879ccf68fbc2c2'], + }), + ('libXv', '1.0.11', { # 2016-10-04 + 'checksums': ['c4112532889b210e21cf05f46f0f2f8354ff7e1b58061e12d7a76c95c0d47bb1'], + }), + ('libXvMC', '1.0.11', { # 2019-03-16 + 'checksums': ['0b931d216b23b95df87cc65f7bb7acef4120d9263adb0a4d90856ba1f7a390da'], + }), + ('libXxf86dga', '1.1.5', { # 2019-03-16 + 'checksums': ['715e2bf5caf6276f0858eb4b11a1aef1a26beeb40dce2942387339da395bef69'], + }), + ('libXxf86vm', '1.1.4', { # 2015-02-24 + 'checksums': ['5108553c378a25688dcb57dca383664c36e293d60b1505815f67980ba9318a99'], + }), + ('libdmx', '1.1.4', { # 2018-05-14 + 'checksums': ['4d05bd5b248c1f46729fa1536b7a5e4d692567327ad41564c36742fb327af925'], + }), + ('libpciaccess', '0.16', { # 2019-07-17 + 'checksums': ['84413553994aef0070cf420050aa5c0a51b1956b404920e21b81e96db6a61a27'], + }), + ('libxkbfile', '1.1.0', { # 2019-03-16 + 'checksums': ['2a92adda3992aa7cbad758ef0b8dfeaedebb49338b772c64ddf369d78c1c51d3'], + }), + ('libxshmfence', '1.3', { # 2018-02-26 + 'checksums': ['7eb3d46ad91bab444f121d475b11b39273142d090f7e9ac43e6a87f4ff5f902c'], + }), + ('xcb-util', '0.4.0', { # 2014-10-15 + 'checksums': ['0ed0934e2ef4ddff53fcc70fc64fb16fe766cd41ee00330312e20a985fd927a7'], + }), + ('xcb-util-image', '0.4.0', { # 2014-10-15 + 'checksums': ['cb2c86190cf6216260b7357a57d9100811bb6f78c24576a3a5bfef6ad3740a42'], + }), + ('xcb-util-keysyms', '0.4.0', { # 2014-10-01 + 'checksums': ['0807cf078fbe38489a41d755095c58239e1b67299f14460dec2ec811e96caa96'], + }), + ('xcb-util-renderutil', '0.3.9', { # 2014-06-13 + 'checksums': ['55eee797e3214fe39d0f3f4d9448cc53cffe06706d108824ea37bb79fcedcad5'], + }), + ('xcb-util-wm', '0.4.1', { # 2014-02-19 + 'checksums': ['038b39c4bdc04a792d62d163ba7908f4bb3373057208c07110be73c1b04b8334'], + }), + ('xcb-util-cursor', '0.1.3', { # 2016-05-12 + 'checksums': ['a322332716a384c94d3cbf98f2d8fe2ce63c2fe7e2b26664b6cea1d411723df8'], + }), + ('xkeyboard-config', '2.27', { # 2019-05-30 + 'checksums': ['eaaa4eef74ca033dacebb1a2fc06a31d7aef3296c236c8ffc55a2f954d7ad448'], + }), + ('printproto', '1.0.5', { # 2011-01-06 + 'checksums': ['e8b6f405fd865f0ea7a3a2908dfbf06622f57f2f91359ec65d13b955e49843fc'], + }), + ('libXp', '1.0.3', { # 2015-02-21 + 'checksums': ['f6b8cc4ef05d3eafc9ef5fc72819dd412024b4ed60197c0d5914758125817e9c'], + }), + ('xbitmaps', '1.1.2', { # 2018-03-10 + 'checksums': ['27e700e8ee02c43f7206f4eca8f1953ad15236cac95d7a0f08505c3f7d99c265'], + }), +] + +preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " + +sanity_check_paths = { + 'files': ['include/X11/Xlib.h', 'include/X11/Xutil.h'], + 'dirs': ['include/GL', 'include/X11', 'include/X11/extensions', 'lib/pkgconfig', + 'share/pkgconfig', 'share/X11/xkb'], +} + +moduleclass = 'vis'