mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
new file: p/PGI/PGI-18.5-GCC-6.3.0-2.27.eb
Former-commit-id: 92ea7f7c65d3a2d1d9f777b98c2dc6fb3b996330
This commit is contained in:
parent
a6a1b80c31
commit
1a014779d1
27
p/PGI/PGI-18.5-GCC-6.3.0-2.27.eb
Normal file
27
p/PGI/PGI-18.5-GCC-6.3.0-2.27.eb
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user