From 4cfd9eae58a2d2fcb9a810b0ddedbf68ac4a84b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 1 Apr 2019 10:32:11 +0200 Subject: [PATCH] new file: m/mumax/mumax-3.9.3-CUDA-7.5.18.eb new file: p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb deleted: m/mumax/mumax.eb --- .../{mumax.eb => mumax-3.9.3-CUDA-7.5.18.eb} | 2 +- p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) rename m/mumax/{mumax.eb => mumax-3.9.3-CUDA-7.5.18.eb} (96%) create mode 100644 p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb diff --git a/m/mumax/mumax.eb b/m/mumax/mumax-3.9.3-CUDA-7.5.18.eb similarity index 96% rename from m/mumax/mumax.eb rename to m/mumax/mumax-3.9.3-CUDA-7.5.18.eb index 1c6a7e2e..33443dfb 100644 --- a/m/mumax/mumax.eb +++ b/m/mumax/mumax-3.9.3-CUDA-7.5.18.eb @@ -4,6 +4,7 @@ easyblock = 'CmdCp' name = 'mumax' version = '3.9.3' +versionsuffix = '-CUDA-7.5.18' homepage = 'https://github.com/mumax/3' description = "GPU accelerated micromagnetic simulator." @@ -13,7 +14,6 @@ toolchain = {'name': 'dummy', 'version': ''} source_urls = ['https://github.com/mumax/3/archive'] sources = ['v3.9.3.tar.gz'] - sources = [{ 'source_urls': ['https://github.com/mumax/3/archive'], 'filename': 'v3.9.3.tar.gz', diff --git a/p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb b/p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb new file mode 100644 index 00000000..aaa528cd --- /dev/null +++ b/p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb @@ -0,0 +1,26 @@ +# IT4Innovations 2019 + +name = 'PGI' +version = '19.1' + +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 = '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'