easyconfigs-it4i/p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

27 lines
691 B
Plaintext

# IT4Innovations 2019
name = 'PGI'
version = '19.1'
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_gccver = '6.3.0'
local_local_binutilsver = '2.27'
versionsuffix = '-GCC-%s-%s' % (local_gccver, local_local_binutilsver)
dependencies = [
('GCCcore', local_gccver),
('binutils', local_local_binutilsver, '', ('GCCcore', local_gccver)),
('numactl', '2.0.11', '', ('GCCcore', local_gccver)),
]
# license file
license_file = '/apps/licenses/pgi/license.dat'
moduleclass = 'local_compiler'