From 2dbc8ecb91aa1b4e79655e203c21d22c0cda6dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 10 Sep 2019 08:33:39 +0200 Subject: [PATCH] new file: p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb new file: v/VSCode/VSCode-1.38.0.eb --- p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb | 27 +++++++++++++++++++++++++++ v/VSCode/VSCode-1.38.0.eb | 29 +++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb create mode 100644 v/VSCode/VSCode-1.38.0.eb diff --git a/p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb b/p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb new file mode 100644 index 00000000..343ebd54 --- /dev/null +++ b/p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb @@ -0,0 +1,27 @@ +# IT4Innovations 2019 + +name = 'PGI' +version = '19.4' + +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' diff --git a/v/VSCode/VSCode-1.38.0.eb b/v/VSCode/VSCode-1.38.0.eb new file mode 100644 index 00000000..81177c1b --- /dev/null +++ b/v/VSCode/VSCode-1.38.0.eb @@ -0,0 +1,29 @@ +# IT4Innovations 2019 + +easyblock = 'PackedBinary' + +name = 'VSCode' +version = '1.38.0' + +homepage = 'https://github.com/microsoft/vscode' +description = """Visual Studio Code is a distribution of the Code - OSS repository with Microsoft specific customizations released under a traditional Microsoft product license. +Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools. +""" + +toolchain = {'name': 'dummy', 'version': ''} + +source_urls = ['https://az764295.vo.msecnd.net/stable/3db7e09f3b61f915d03bbfa58e258d6eee843f35/'] +sources = ['code-stable-1567547931.tar.gz'] + +dependencies = [ + ('git', '2.21.0'), + ('Java', '1.8.0_202'), + ('X11', '20180604'), +] + +sanity_check_paths = { + 'files': ['bin/code'], + 'dirs': [], +} + +moduleclass = 'tools'