From 23e3e034f175ea69fa34979bd26dad87f4ab6235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 27 Jun 2017 09:15:09 +0200 Subject: [PATCH] new file: f/Forge/Forge-7.0.5.eb new file: x/X11/.X11-20170314-test.eb.swp modified: x/X11/X11-20170314-test.eb --- f/Forge/Forge-7.0.5.eb | 33 ++++++++++++++++++++++++++++++++ x/X11/.X11-20170314-test.eb.swp | Bin 0 -> 4096 bytes x/X11/X11-20170314-test.eb | 1 + 3 files changed, 34 insertions(+) create mode 100644 f/Forge/Forge-7.0.5.eb create mode 100644 x/X11/.X11-20170314-test.eb.swp diff --git a/f/Forge/Forge-7.0.5.eb b/f/Forge/Forge-7.0.5.eb new file mode 100644 index 00000000..c437ec32 --- /dev/null +++ b/f/Forge/Forge-7.0.5.eb @@ -0,0 +1,33 @@ +easyblock = 'AllineaBase' +# !!! --include-easyblocks /apps/easybuild/it4i-easyblocks/a/allineabase.py !!! +name = 'Forge' +version = "7.0.5" + +homepage = 'http://www.allinea.com/products/develop-allinea-forge' +description = """Allinea Forge is the complete toolsuite for software development +- with everything needed to debug, profile, optimize, edit and build C, C++ +and FORTRAN applications on Linux for high performance - from single threads through +to complex parallel HPC codes with MPI, OpenMP, threads or CUDA. +""" + +toolchain = {'name': 'dummy', 'version': ''} + +source_urls = [ + # Use manually downloaded sources + # http://content.allinea.com/downloads/allinea-reports-latest-Redhat-6.0-x86_64.tar + # and rename it to format %(namelower)s-%(version)s.tar, so forge-7.0.4.tar. +] +sources = [SOURCELOWER_TAR] + +skipsteps = ['configure', 'build'] + +postinstallcmds = [ + 'ln -s /apps/licenses/Allinea/Licence %(installdir)s/licences/Licence', +] + +sanity_check_paths = { + 'files': ['bin/ddt-client', 'bin/map', 'bin/ddt', 'bin/ddt-debugger', 'bin/ddt-debugger-ll', 'bin/ddt-debugger-mps', 'bin/ddt-mpirun', 'bin/forge', 'bin/make-profiler-libraries'], + 'dirs': ['lib'], +} + +moduleclass = 'debugger' diff --git a/x/X11/.X11-20170314-test.eb.swp b/x/X11/.X11-20170314-test.eb.swp new file mode 100644 index 0000000000000000000000000000000000000000..6e0e4e95755afe456124f53dbcdc753f17a943f0 GIT binary patch literal 4096 zcmYc?2=nw+FxN9-00IF9hH}=R$mJW;u8INKsfopvNu`-NDIhsKptz{a5RWumNfzc2c4S~@R7!85Z5Eu=C(GVC7fzc2cf*}9^ D^#vfP literal 0 HcmV?d00001 diff --git a/x/X11/X11-20170314-test.eb b/x/X11/X11-20170314-test.eb index e86b3af4..bf564078 100644 --- a/x/X11/X11-20170314-test.eb +++ b/x/X11/X11-20170314-test.eb @@ -145,6 +145,7 @@ components = [ ('font-ibm-type1', '1.0.3', common_specs), ('font-misc-ethiopic', '1.0.3', common_specs), ('font-xfree86-type1', '1.0.4', common_specs), + ('pixman', '0.34.0', common_specs), ('xorg-server', '1.19.3', server_specs), ]