easyconfigs-it4i/f/Forge/Forge-21.1.3.eb
easybuild 9e65728e88 new file: a/Automake/Automake-1.16.4.eb
new file:   b/BEEF/BEEF-0.1.1-intel-2020b.eb
	deleted:    b/Bison/Bison-3.0.4.eb
	new file:   b/BoltzTraP2/BoltzTraP2-20.7.1-intel-2020b-Python-3.8.6.eb
	new file:   c/CUDAcore/CUDAcore-11.6.0.eb
	new file:   f/Forge/Forge-21.1.3.eb
	deleted:    f/flex/flex-2.6.4.eb
	modified:   g/GROMACS/GROMACS-2020.4-fosscuda-2020b-PLUMED-2.7.0-patch.eb
	deleted:    m/M4/M4-1.4.17.eb
	deleted:    m/M4/M4-1.4.18.eb
	new file:   n/NVHPC/NVHPC-22.2.eb
	new file:   o/Octave/Octave-6.4.0-intel-2020b-without-X11.eb
	new file:   o/OpenMPI/OpenMPI-4.0.6-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0-v2.eb
	new file:   o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   o/OpenSSL/OpenSSL-1.1.eb
	new file:   p/Python/Python-3.9.6-GCCcore-11.2.0-NetKet.eb
	modified:   p/protobuf/protobuf-2.5.0.eb
	new file:   s/Singularity/Singularity-3.8.6.eb
	new file:   u/UCX/UCX-1.11.2-GCC-10.2.0-CUDA-11.6.0.eb
	new file:   u/UCX/UCX-1.11.2-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   v/VTK/VTK-9.1.0-intel-2020b-Python-3.8.6.eb
	deleted:    z/zlib/zlib-1.2.11.eb
2022-03-04 13:15:08 +01:00

49 lines
1.4 KiB
Plaintext

# IT4Innovations 2020
# !!! --include-easyblocks /apps/easybuild/it4i-easyblocks/easyblocks/a/allineabase.py !!!
# LK
easyblock = 'AllineaBase'
name = 'Forge'
version = "21.1.3"
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 = ['arm-forge-21.1.3-linux-x86_64.tar']
skipsteps = ['configure', 'build']
postinstallcmds = [
'ln -s /apps/licenses/Arm/Licence %(installdir)s/licences/Licence.16312',
'ln -s /apps/licenses/PerformanceReports/Licence %(installdir)s/licences/Licence.16313',
]
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'