new file: p/PGI/PGI-18.5-GCC-6.3.0-2.27.eb

Former-commit-id: 92ea7f7c65d3a2d1d9f777b98c2dc6fb3b996330
This commit is contained in:
Lukáš Krupčík 2018-07-27 09:52:23 +02:00
parent a6a1b80c31
commit 1a014779d1

View File

@ -0,0 +1,27 @@
# IT4Innovations 2018
name = 'PGI'
version = '18.5'
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 = ['e0bf3a73c633280a414d2eab8e0399be']
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 = '/apps/licenses/pgi/license.dat'
moduleclass = 'compiler'