From 9f985b09b033329a77f0263a3ba39ff99db33929 Mon Sep 17 00:00:00 2001 From: Easy Build Date: Tue, 16 May 2017 09:40:42 +0200 Subject: [PATCH] new file: f/Forge/Forge-7.0.3.eb --- f/Forge/Forge-7.0.3.eb | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 f/Forge/Forge-7.0.3.eb diff --git a/f/Forge/Forge-7.0.3.eb b/f/Forge/Forge-7.0.3.eb new file mode 100644 index 00000000..9c9f5aad --- /dev/null +++ b/f/Forge/Forge-7.0.3.eb @@ -0,0 +1,39 @@ +easyblock = 'AllineaBase' +# !!! --include-easyblocks /apps/easybuild/python/easybuild/easyblocks/a/allineabase.py !!! + +name = 'Forge' +version = "7.0.3" + +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.1.tar. +] + +#### IMPORTANT NOTE! #### +# Right now, we do not have support for +# copying Allinea licence file to the +# installation directory +# You have to copy file manually +# to the %(installdir)s/licences/ directory! +########################### + +sources = [SOURCELOWER_TAR] + +skipsteps = ['configure', 'build'] + +#sanity_check_paths = { +# 'files': ['bin/ddt-client', 'bin/ddt-debugger', 'bin/ddt-debugger-ll', 'bin/ddt-debugger-mps', 'bin/ddt-mpirun', 'bin/forge', 'bin/make-profiler-libraries', 'bin/perf-report'], +# 'dirs': ['lib'], +#} + +moduleclass = 'debugger'