mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
398efd09ae
28
p/PGI/PGI-18.10.eb
Normal file
28
p/PGI/PGI-18.10.eb
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# IT4Innovations 2020
|
||||||
|
# LK
|
||||||
|
|
||||||
|
name = 'PGI'
|
||||||
|
version = '18.10'
|
||||||
|
|
||||||
|
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']
|
||||||
|
|
||||||
|
install_mpi = 'true'
|
||||||
|
|
||||||
|
# license file
|
||||||
|
license_file = '/apps/licenses/pgi/license.dat'
|
||||||
|
|
||||||
|
modextrapaths = {
|
||||||
|
'PATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/bin',
|
||||||
|
'LD_LIBRARY_PATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/lib',
|
||||||
|
'LIBRARY_PATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/lib',
|
||||||
|
'CPATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/include',
|
||||||
|
'MANPATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/share/man',
|
||||||
|
'PKG_CONFIG_PATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/lib/pkgconfig',
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'compiler'
|
Loading…
x
Reference in New Issue
Block a user