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

Tue, 19 Feb 2019 13:30:05 +0100

parent c28bdffd
No related branches found
No related tags found
No related merge requests found
Pipeline #5995 passed with warnings
......@@ -75,6 +75,7 @@ pkg-config/0.29.2,4
pkg-config/0.29.2-GCCcore-6.3.0,4
Python/2.7.13,4
QEMU/3.1.0-VDE2,4
Qt5/5.11.1-GCC-6.3.0-2.27,4
ScaLAPACK/2.0.2-gompi-2017a-OpenBLAS-0.2.19-LAPACK-3.7.0,4
SCOTCH/6.0.4-intel-2017a,4
SCOTCH/6.0.5a-intel-2017a,4
......
......@@ -34,6 +34,7 @@
| [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. |
| [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). |
| [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 |
## Lang
......
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