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

27 lines
691 B
Plaintext

name = 'PGI'
version = '17.9'
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']
#checksums = ['']
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'