easyconfigs-it4i/p/PGI/PGI-19.4-GCC-8.3.0-2.32-CUDA.eb
Lukáš Krupčík 2273b17737 modified: p/PGI/PGI-19.4-GCC-8.3.0-2.32-CUDA.eb
new file:   p/phono3py/phono3py-1.19.1-conda.eb
	new file:   p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7
2020-06-09 09:23:04 +02:00

42 lines
1.2 KiB
Plaintext

# IT4Innovations 2020
# LK
name = 'PGI'
version = '19.4'
homepage = 'http://www.pgroup.com/'
description = "C, C++ and Fortran local_compilers from The Portland Group - PGI"
toolchain = SYSTEM
sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz']
local_local_gccver = '8.3.0'
local_local_local_binutilsver = '2.32'
versionsuffix = '-GCC-%s-%s-CUDA' % (local_local_gccver, local_local_local_binutilsver)
dependencies = [
('GCCcore', local_local_gccver),
('binutils', local_local_local_binutilsver, '', ('GCCcore', local_local_gccver)),
# ('numactl', '2.0.12', '', ('GCCcore', local_local_gccver)),
# ('CUDA', '10.0.130'),
]
install_nvidia = 'true'
install_mpi = 'true'
install_mpi_gpu = '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'