From 196b63523efe2193004cac89ae4aead6e805da8b Mon Sep 17 00:00:00 2001 From: sassy Date: Mon, 5 Sep 2022 21:29:21 +0100 Subject: [PATCH 1/3] adding easyconfigs: xtrans-1.3.5-GCCcore-11.3.0.eb --- .../x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb diff --git a/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb b/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb new file mode 100644 index 00000000000..ebc6c85e148 --- /dev/null +++ b/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb @@ -0,0 +1,30 @@ +easyblock = 'ConfigureMake' + +name = 'xtrans' +version = '1.3.5' + +homepage = "http://www.freedesktop.org/wiki/Software/xlibs" +description = """xtrans includes a number of routines to make X implementations transport-independent; + at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet. +""" + +# toolchain = {'name': 'intel', 'version': '2016a'} +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} + +sources = [SOURCE_TAR_GZ] +source_urls = [XORG_LIB_SOURCE] + +checksums = ['b7a577c1b6c75030145e53b4793db9c88f9359ac49e7d771d4385d21b3e5945d'] + +builddependencies = [ + ('xorg-macros', '1.19.3'), + ('libxslt', '1.1.34'), +] + +sanity_check_paths = { + 'files': ['include/X11/Xtrans/%s' % x for x in ['transport.c', 'Xtrans.c', 'Xtrans.h', 'Xtransint.h', + 'Xtranslcl.c', 'Xtranssock.c', 'Xtransutil.c']], + 'dirs': [], +} + +moduleclass = 'devel' From 794fe30a1bc68952529660a79031d2fe0e9be141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sa=C3=9Fmannshausen?= <43338785+sassy-crick@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:18:23 +0100 Subject: [PATCH 2/3] Update easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb Erm, yes. Sorry, I did not spot that. :-( Co-authored-by: Jasper <65227842+jfgrimm@users.noreply.github.com> --- easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb | 1 - 1 file changed, 1 deletion(-) diff --git a/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb b/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb index ebc6c85e148..1c2cd18d426 100644 --- a/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb @@ -8,7 +8,6 @@ description = """xtrans includes a number of routines to make X implementations at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet. """ -# toolchain = {'name': 'intel', 'version': '2016a'} toolchain = {'name': 'GCCcore', 'version': '11.3.0'} sources = [SOURCE_TAR_GZ] From e7e270b0af18e857cd29c3bf1f8e6df29945633f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sa=C3=9Fmannshausen?= <43338785+sassy-crick@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:19:07 +0100 Subject: [PATCH 3/3] Update easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb I am sure one day I remember that! Thanks for spotting it. Co-authored-by: Jasper <65227842+jfgrimm@users.noreply.github.com> --- easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb | 1 + 1 file changed, 1 insertion(+) diff --git a/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb b/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb index 1c2cd18d426..88d3be5c7ec 100644 --- a/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb @@ -16,6 +16,7 @@ source_urls = [XORG_LIB_SOURCE] checksums = ['b7a577c1b6c75030145e53b4793db9c88f9359ac49e7d771d4385d21b3e5945d'] builddependencies = [ + ('binutils', '2.38'), ('xorg-macros', '1.19.3'), ('libxslt', '1.1.34'), ]