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

29 lines
745 B
Plaintext

# IT4Innovations 2018
name = 'PGI'
version = '18.5'
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 = ['e0bf3a73c633280a414d2eab8e0399be']
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'