easyconfigs-it4i/p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb
Lukáš Krupčík 4cfd9eae58 new file: m/mumax/mumax-3.9.3-CUDA-7.5.18.eb
new file:   p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb
	deleted:    m/mumax/mumax.eb
2019-04-01 10:32:11 +02:00

27 lines
639 B
Plaintext

# IT4Innovations 2019
name = 'PGI'
version = '19.1'
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 = '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'