easyconfigs-it4i/p/PGI/PGI-16.10-GNU-4.9.3-2.25.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

24 lines
578 B
Plaintext

name = 'PGI'
version = '16.10'
homepage = 'http://www.pgroup.com/'
description = "C, C++ and Fortran compilers from The Portland Group - PGI"
toolchain = {'name': 'dummy', 'version': ''}
sources = [
'pgicdk-Release20%(version_major)s-%(version_major)s%(version_minor)s.tar.gz']
gnu = 'GNU'
gnuver = '4.9.3-2.25'
versionsuffix = '-%s-%s' % (gnu, gnuver)
dependencies = [(gnu, gnuver)]
# license file
#import os
#license_file = os.path.join(os.getenv('HOME'), "licenses", "pgi", "license.dat")
license_file = HOME + '/licenses/pgi/license.dat'
moduleclass = 'compiler'