easyconfigs-it4i/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb
Lukáš Krupčík abcabb1595 new file: o/OpenFOAM/OpenFOAM-v1812-foss-2018a.eb
modified:   o/OpenFOAM/OpenFOAM-v1906-foss-2018a.eb
	new file:   p/PGI/PGI-19.7-GCC-8.2.0-2.31.1-CUDA.eb
	modified:   p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb
2019-09-10 08:33:19 +02:00

27 lines
641 B
Plaintext

# IT4Innovations 2019
name = 'PGI'
version = '19.7'
homepage = 'http://www.pgroup.com/'
description = "C, C++ and Fortran compilers from The Portland Group - PGI"
toolchain = {'name': 'dummy', 'version': ''}
sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz']
gccver = '8.2.0'
binutilsver = '2.31.1'
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
dependencies = [
('GCCcore', gccver),
('binutils', binutilsver, '', ('GCCcore', gccver)),
('numactl', '2.0.12', '', ('GCCcore', gccver)),
]
# license file
license_file = '/apps/licenses/pgi/license.dat'
moduleclass = 'compiler'