mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: h/hwloc/hwloc-1.11.12-PGI-19.7-GCC-8.2.0-2.31.1.eb new file: n/numactl/numactl-2.0.12-GCCcore-8.2.0.eb new file: o/OpenMPI/OpenMPI-3.1.4-PGI-19.7-GCC-8.2.0-2.31.1.eb modified: p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'PGI'
|
|
version = '19.7'
|
|
|
|
homepage = 'http://www.pgroup.com/'
|
|
description = "C, C++ and Fortran compilers from The Portland Group - PGI"
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz']
|
|
|
|
gccver = '8.2.0'
|
|
binutilsver = '2.31.1'
|
|
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
|
|
dependencies = [
|
|
('GCCcore', gccver),
|
|
('binutils', binutilsver, '', ('GCCcore', gccver)),
|
|
('numactl', '2.0.12', '', ('GCCcore', gccver)),
|
|
]
|
|
|
|
configopts = 'export PGI_INSTALL_MPI=true &&'
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/pgi/license.dat'
|
|
|
|
modextrapaths = {
|
|
'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin',
|
|
'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib',
|
|
'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib',
|
|
'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include',
|
|
'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man',
|
|
'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig',
|
|
}
|
|
|
|
moduleclass = 'compiler'
|