mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
26 lines
667 B
Plaintext
26 lines
667 B
Plaintext
name = 'PGI'
|
|
version = '17.3'
|
|
|
|
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']
|
|
checksums = ['6eefc42f85e756cbaba76467ed640902']
|
|
|
|
gccver = '6.3.0'
|
|
binutilsver = '2.27'
|
|
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
|
|
dependencies = [
|
|
('GCCcore', gccver),
|
|
('binutils', binutilsver, '', ('GCCcore', gccver)),
|
|
('numactl', '2.0.11', '', ('GCCcore', gccver)),
|
|
]
|
|
|
|
# license file
|
|
license_file = HOME + '/licenses/pgi/license.dat'
|
|
|
|
moduleclass = 'compiler'
|