From b8e31bc21e59cf9a3a9e2c753192f016da9b1fc5 Mon Sep 17 00:00:00 2001 From: easybuild <easybuild@cn202.barbora.it4i.cz> Date: Wed, 16 Jun 2021 08:40:02 +0200 Subject: [PATCH] Wed, 16 Jun 2021 08:40:02 +0200 --- dgx.csv | 13 +++++++++++++ dgx.md | 1 + 2 files changed, 14 insertions(+) diff --git a/dgx.csv b/dgx.csv index 20ab6ce0..782cbcea 100644 --- a/dgx.csv +++ b/dgx.csv @@ -8,11 +8,15 @@ binutils/2.27-GCCcore-6.3.0,16 binutils/2.32,16 binutils/2.32-GCCcore-8.3.0,16 binutils/2.34,16 +binutils/2.34-GCCcore-9.3.0,16 binutils/2.36.1,16 +binutils/2.36.1-GCCcore-10.3.0,16 Bison/3.0.4,16 Bison/3.3.2,16 Bison/3.5.3,16 +Bison/3.5.3-GCCcore-9.3.0,16 Bison/3.7.6,16 +Bison/3.7.6-GCCcore-10.3.0,16 CMake/3.14.1,16 CUDA/10.0.130,16 CUDA/10.1.105-GCC-6.3.0-2.27,16 @@ -39,19 +43,24 @@ EasyBuild/4.3.4,16 EasyBuild/4.4.0,16 flex/2.6.3,16 flex/2.6.4,16 +flex/2.6.4-GCCcore-10.3.0,16 +flex/2.6.4-GCCcore-9.3.0,16 Gaussian/16_rev_c0-binary,16 Gaussian/16_rev_c0-GPU,16 +GCC/10.3.0,16 GCC/6.3.0-2.27,16 GCC/8.3.0-2.32,16 GCCcore/10.3.0,16 GCCcore/6.3.0,16 GCCcore/8.3.0,16 +GCCcore/9.3.0,16 gettext/0.19.4,16 git/2.23.0,16 git/2.25.1,16 Go/1.12.7,16 Go/1.13.1,16 Go/1.13.5,16 +help2man/1.47.12-GCCcore-9.3.0,16 help2man/1.47.4,16 help2man/1.48.3-GCCcore-10.3.0,16 hwloc/1.11.7-GCC-6.3.0-2.27,16 @@ -70,10 +79,12 @@ intel/2017c,16 intel/2020a,16 Java/1.8.0_241,16 libtool/2.4.6,16 +libtool/2.4.6-GCCcore-9.3.0,16 libunwind/1.2,16 libxml2/2.9.4,16 M4/1.4.18,16 M4/1.4.18-GCCcore-10.3.0,16 +M4/1.4.18-GCCcore-9.3.0,16 ncurses/6.1,16 numactl/2.0.11-GCCcore-6.3.0,16 numactl/2.0.12-GCC-6.3.0-2.27,16 @@ -83,6 +94,7 @@ OpenMPI/3.1.4-GCC-6.3.0-2.27,16 OpenMPI/4.0.0-GCC-6.3.0-2.27,16 PGI/18.10-CUDA,16 PGI/19.10-GCC-6.3.0-2.27-CUDA,16 +pkg-config/0.29.2-GCCcore-9.3.0,16 Singularity/3.6.4,16 Singularity/3.7.0,16 squashfs-tools/4.3,16 @@ -93,3 +105,4 @@ XZ/5.2.3,16 zlib/1.2.11,16 zlib/1.2.11-GCCcore-10.3.0,16 zlib/1.2.11-GCCcore-8.3.0,16 +zlib/1.2.11-GCCcore-9.3.0,16 diff --git a/dgx.md b/dgx.md index 683eaa8f..fb59ceb7 100644 --- a/dgx.md +++ b/dgx.md @@ -27,6 +27,7 @@ | [CMake](http://www.cmake.org) | CMake, the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. | | [M4](http://www.gnu.org/software/m4/m4.html) | GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc. | | [ncurses](http://www.gnu.org/software/ncurses/) | The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses. | +| [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) | pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). | | [squashfs-tools](http://squashfs.sourceforge.net/) | Squashfs is a compressed read-only filesystem for Linux. | ## Lang -- GitLab