Skip to content

Commit

Permalink
Merge pull request #10294 from ULHPC/20200331180505_new_pr_PGI1910
Browse files Browse the repository at this point in the history
{compiler}[system/system] PGI v19.10
  • Loading branch information
lexming committed Apr 6, 2020
2 parents aabea6d + 82c3645 commit e62c231
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/p/PGI/PGI-19.10-GCC-8.3.0-2.32.eb
@@ -0,0 +1,28 @@
# Contribution from the Crick HPC team
# uploaded by J. Sassmannshausen

name = 'PGI'
version = '19.10'

homepage = 'https://www.pgroup.com/'
description = "C, C++ and Fortran compilers from The Portland Group - PGI"

toolchain = SYSTEM

sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz']
checksums = ['ac9db73ba80a66fe3bc875f63aaa9e16f54674a4e88b25416432430ba8cf203d']

local_gccver = '8.3.0'
local_binutilsver = '2.32'
versionsuffix = '-GCC-%s-%s' % (local_gccver, local_binutilsver)

dependencies = [
('GCCcore', local_gccver),
('binutils', local_binutilsver, '', ('GCCcore', local_gccver)),
('numactl', '2.0.12', '', ('GCCcore', local_gccver)),
]

# license file
license_file = HOME + '/licenses/pgi/license.dat'

moduleclass = 'compiler'

0 comments on commit e62c231

Please sign in to comment.