easyconfigs-it4i/p/PGI/PGI-19.10-GCC-6.3.0-2.27.eb
Josef 77e0b4e331 new file: a/ANSYS/ANSYS-19.5-intel-2017c.eb
new file:   g/Ghostscript/Ghostscript-9.52-GCCcore-8.3.0.eb
	new file:   i/ImageMagick/ImageMagick-7.0.10-6-GCCcore-8.3.0.eb
	new file:   l/LittleCMS/LittleCMS-2.9-GCCcore-8.3.0.eb
	new file:   o/OpenBLAS/OpenBLAS-0.2.20-GCC-8.3.0-2.32.eb
	new file:   p/PGI/PGI-19.10-GCC-6.3.0-2.27-CUDA.eb
	new file:   p/PGI/PGI-19.10-GCC-6.3.0-2.27.eb
	modified:   v/VSCode/VSCode-1.38.0.eb
	modified:   x/X11/X11-20190717.eb
2020-04-21 11:17:50 +02:00

41 lines
1.4 KiB
Plaintext

# IT4Innovations 2020
name = 'PGI'
version = '19.10'
homepage = 'http://www.pgroup.com/'
description = "C, C++ and Fortran local_compilers from The Portland Group - PGI"
toolchain = SYSTEM
sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz']
local_local_gccver = '6.3.0'
local_local_local_binutilsver = '2.27'
versionsuffix = '-GCC-%s-%s' % (local_local_gccver, local_local_local_binutilsver)
dependencies = [
('GCCcore', local_local_gccver),
('binutils', local_local_local_binutilsver, '', ('GCCcore', local_local_gccver)),
('numactl', '2.0.12', '', ('GCCcore', local_local_gccver)),
]
configopts = 'export PGI_INSTALL_MPI=true &&'
# license file
license_file = '/apps/licenses/pgi/license.dat'
modextrapaths = {
'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin',
'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib',
'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib',
'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include',
'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man',
'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig',
'OMPI_MCA_btl_openib_if_include': 'mlx4_0', # BARBORA mlx5_0
# 'OMPI_MCA_btl_tcp_if_include': '10.33.4.0/24', # BARBORA
'OMPI_MCA_orte_base_help_aggregate': '0',
}
moduleclass = 'compiler'