mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 12:40:58 +01:00
31 lines
679 B
Plaintext
31 lines
679 B
Plaintext
name = 'PGI'
|
|
version = '15.10'
|
|
|
|
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 = ['cae307f7ad467a1811a5d5da758048ab']
|
|
|
|
gccver = '4.9.3'
|
|
binutilsver = '2.25'
|
|
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
|
|
dependencies = [
|
|
('GCCcore', gccver),
|
|
('binutils', binutilsver, '', ('GCCcore', gccver)),
|
|
]
|
|
|
|
# license file
|
|
import os
|
|
license_file = os.path.join(
|
|
os.getenv('HOME'),
|
|
"licenses",
|
|
"pgi",
|
|
"license.dat")
|
|
|
|
moduleclass = 'compiler'
|