mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
27 lines
544 B
Plaintext
27 lines
544 B
Plaintext
name = 'PGI'
|
|
version = '15.7'
|
|
|
|
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']
|
|
|
|
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")
|
|
|
|
moduleclass = 'compiler'
|