Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

44 lines
1.2 KiB
Plaintext

easyblock = 'AllineaBase'
name = 'Forge'
version = "7.0.6"
homepage = 'http://www.allinea.com/products/develop-allinea-forge'
description = """Allinea Forge is the local_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 local_complex parallel HPC codes with MPI, OpenMP, threads or CUDA.
"""
toolchain = SYSTEM
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'