diff --git a/uv2000.csv b/uv2000.csv index f60e131433f385aa669fd1b19b6d65bcbd24efb6..ede3fc24e058361fb8b3df20aa3fe536c519b9e5 100644 --- a/uv2000.csv +++ b/uv2000.csv @@ -1,19 +1,25 @@ Autoconf/2.69,4 +Autoconf/2.69-GCCcore-8.2.0,4 Automake/1.15,4 Automake/1.16.1,4 +Automake/1.16.1-GCCcore-8.2.0,4 Autotools/20150215,4 Autotools/20180311,4 +Autotools/20180311-GCCcore-8.2.0,4 +Bazel/0.20.0-GCCcore-8.2.0,4 binutils/2.27,4 binutils/2.27-GCCcore-6.3.0,4 binutils/2.30,4 binutils/2.30-GCCcore-7.3.0,4 binutils/2.31.1,4 +binutils/2.31.1-GCCcore-8.2.0,4 Bison/3.0.4,4 Bison/3.0.4-GCCcore-6.3.0,4 Bison/3.0.5,4 Boost/1.63.0-intel-2017a,4 Boost/1.68.0-foss-2018a-Py-2.7,4 bzip2/1.0.6,4 +bzip2/1.0.6-GCCcore-8.2.0,4 CGAL/4.11.1-foss-2018a,4 CGAL/4.12-intel-2017a,4 CMake/3.13.1,4 @@ -35,8 +41,10 @@ freetype/2.9.1,4 freetype/2.9.1-libpng-1.6.34,4 GCC/6.3.0-2.27,4 GCC/7.3.0-2.30,4 +GCC/8.2.0-2.31.1,4 GCCcore/6.3.0,4 GCCcore/7.3.0,4 +GCCcore/8.2.0,4 gettext/0.19.4,4 gettext/0.19.8.1,4 GLib/2.40.0,4 @@ -92,6 +100,8 @@ intel/2019.03,4 iomkl/2018.04,4 iompi/2018.04,4 Java/1.8.0_121,4 +Java/1.8.0_202,4 +Java/1.8(@Java/1.8.0_202),4 libdrm/2.4.76,4 libffi/3.0.13,4 libffi/3.2.1,4 @@ -101,6 +111,7 @@ libpng/1.6.34,4 libreadline/7.0,4 LibTIFF/4.0.7,4 libtool/2.4.6,4 +libtool/2.4.6-GCCcore-8.2.0,4 LibUUID/1.0.3,4 libxml2/2.9.4,4 libxml2/2.9.4-Python-2.7.13,4 @@ -109,6 +120,7 @@ LLVM/6.0.1,4 LLVM/6.0.1-GCC-6.3.0-2.27,4 M4/1.4.18,4 M4/1.4.18-GCCcore-6.3.0,4 +M4/1.4.18-GCCcore-8.2.0,4 Mako/1.0.6-Python-2.7.13,4 Mako/1.0.6-Python-2.7.14-base,4 MATLAB/2015b-COM,4 @@ -168,3 +180,4 @@ VASP/5.4.4-intel-2017c-mkl=sequential,4 VDE2/2.3.2,4 X11/20170314,4 zlib/1.2.11,4 +zlib/1.2.11-GCCcore-8.2.0,4 diff --git a/uv2000.md b/uv2000.md index 41a90aab6675dcd5dcaf388968c9686c555fd2db..71c6b5ec795f9f2d1e4da26b66d265d683601580 100644 --- a/uv2000.md +++ b/uv2000.md @@ -29,6 +29,7 @@ | [Autoconf](http://www.gnu.org/software/autoconf/) | Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of M4 macro calls. | | [Automake](http://www.gnu.org/software/automake/automake.html) | Automake: GNU Standards-compliant Makefile generator | | [Autotools](http://autotools.io) | This bundle collect the standard GNU build tools: Autoconf, Automake and libtool | +| [Bazel](http://bazel.io/) | Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software. | | [Boost](http://www.boost.org/) | Boost provides free peer-reviewed portable C++ source libraries. | | [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. |