From 42852e15328121b4b73f1c33a7c7a723361c96e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Thu, 5 Sep 2019 09:42:12 +0200 Subject: [PATCH] new file: p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb --- p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb diff --git a/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb b/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb new file mode 100644 index 00000000..0f01381f --- /dev/null +++ b/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb @@ -0,0 +1,27 @@ +# 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': 'dummy', '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)), + ('gcccuda', '2019a'), +] + +# license file +license_file = '/apps/licenses/pgi/license.dat' + +moduleclass = 'compiler'