Skip to content
Snippets Groups Projects
Commit 458fbf09 authored by Easy Build's avatar Easy Build
Browse files

Fri, 31 May 2019 10:00:04 +0200

parent a274bc0e
No related branches found
No related tags found
No related merge requests found
Pipeline #7932 passed
...@@ -108,6 +108,7 @@ libffi/3.0.13,4 ...@@ -108,6 +108,7 @@ libffi/3.0.13,4
libffi/3.2.1,4 libffi/3.2.1,4
libffi/3.2.1-GCCcore-8.2.0,4 libffi/3.2.1-GCCcore-8.2.0,4
libGLU/9.0.0,4 libGLU/9.0.0,4
libpciaccess/0.14-GCCcore-8.2.0,4
libpng/1.6.29,4 libpng/1.6.29,4
libpng/1.6.34,4 libpng/1.6.34,4
libreadline/7.0,4 libreadline/7.0,4
...@@ -162,11 +163,14 @@ PCRE/8.42,4 ...@@ -162,11 +163,14 @@ PCRE/8.42,4
pixman/0.34.0,4 pixman/0.34.0,4
pkg-config/0.29.2,4 pkg-config/0.29.2,4
pkg-config/0.29.2-GCCcore-8.2.0,4 pkg-config/0.29.2-GCCcore-8.2.0,4
pkgconfig/1.5.1-GCCcore-8.2.0-python,4
protobuf/3.6.1.2-GCCcore-8.2.0,4 protobuf/3.6.1.2-GCCcore-8.2.0,4
Py/2.7,4 Py/2.7,4
Python/2.7.13,4 Python/2.7.13,4
Python/2.7.14-base,4 Python/2.7.14-base,4
Python/2.7.14-GCC-6.3.0-2.27-base,4 Python/2.7.14-GCC-6.3.0-2.27-base,4
Python/2.7.15-GCCcore-8.2.0,4
Python/3.7.2-GCCcore-8.2.0,4
QEMU/3.1.0-VDE2,4 QEMU/3.1.0-VDE2,4
Qt5/5.11.1-GCC-6.3.0-2.27,4 Qt5/5.11.1-GCC-6.3.0-2.27,4
Qt5/5.8.0,4 Qt5/5.8.0,4
...@@ -191,6 +195,7 @@ VASP/5.4.4-intel-2017c-mkl=paralel,4 ...@@ -191,6 +195,7 @@ VASP/5.4.4-intel-2017c-mkl=paralel,4
VASP/5.4.4-intel-2017c-mkl=sequential,4 VASP/5.4.4-intel-2017c-mkl=sequential,4
VDE2/2.3.2,4 VDE2/2.3.2,4
X11/20170314,4 X11/20170314,4
xorg-macros/1.19.2-GCCcore-8.2.0,4
XZ/5.2.4-GCCcore-8.2.0,4 XZ/5.2.4-GCCcore-8.2.0,4
zlib/1.2.11,4 zlib/1.2.11,4
zlib/1.2.11-GCCcore-8.2.0,4 zlib/1.2.11-GCCcore-8.2.0,4
...@@ -37,10 +37,12 @@ ...@@ -37,10 +37,12 @@
| [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. | | [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. |
| [PCRE](http://www.pcre.org/) | The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. | | [PCRE](http://www.pcre.org/) | The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. |
| [pkg-config](http://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). | | [pkg-config](http://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). |
| [pkgconfig](http://github.com/matze/pkgconfig) | pkgconfig is a Python module to interface with the pkg-config command line tool |
| [protobuf](https://github.com/google/protobuf/) | Google Protocol Buffers | | [protobuf](https://github.com/google/protobuf/) | Google Protocol Buffers |
| [Qt5](http://qt.io/) | Qt is a comprehensive cross-platform C++ application framework. | | [Qt5](http://qt.io/) | Qt is a comprehensive cross-platform C++ application framework. |
| [SQLite](http://www.sqlite.org/) | SQLite: SQL Database Engine in a C Library | | [SQLite](http://www.sqlite.org/) | SQLite: SQL Database Engine in a C Library |
| [squashfs-tools](http://squashfs.sourceforge.net/) | Squashfs is a compressed read-only filesystem for Linux. | | [squashfs-tools](http://squashfs.sourceforge.net/) | Squashfs is a compressed read-only filesystem for Linux. |
| [xorg-macros](http://cgit.freedesktop.org/xorg/util/macros) | X.org macros utilities. |
## Lang ## Lang
...@@ -108,6 +110,7 @@ ...@@ -108,6 +110,7 @@
| Module | Description | | Module | Description |
| ------ | ----------- | | ------ | ----------- |
| [hwloc](http://www.open-mpi.org/projects/hwloc/) | The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently. | | [hwloc](http://www.open-mpi.org/projects/hwloc/) | The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently. |
| [libpciaccess](http://cgit.freedesktop.org/xorg/lib/libpciaccess/) | Generic PCI access library. |
## Toolchain ## Toolchain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment