mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00
28 lines
667 B
Plaintext
28 lines
667 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'PGI'
|
|
version = '19.4'
|
|
|
|
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)),
|
|
('gcccuda', '2019a'),
|
|
]
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/pgi/license.dat'
|
|
|
|
moduleclass = 'compiler'
|