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

Mon, 18 Feb 2019 15:15:03 +0100

parent c4eb188b
No related branches found
No related tags found
No related merge requests found
Pipeline #5976 passed with warnings
......@@ -5,6 +5,7 @@ Autotools/20150215,4
Autotools/20180311,4
binutils/2.27,4
binutils/2.27-GCCcore-6.3.0,4
binutils/2.30,4
Bison/3.0.4,4
Bison/3.0.4-GCCcore-6.3.0,4
Boost/1.63.0-intel-2017a,4
......@@ -15,10 +16,14 @@ FFTW/3.3.6-gompi-2017a,4
flex/2.6.0,4
flex/2.6.3,4
flex/2.6.3-GCCcore-6.3.0,4
flex/2.6.4,4
fontconfig/2.12.1-GCCcore-6.3.0-libpng-1.6.29,4
foss/2017a,4
freetype/2.9.1,4
freetype/2.9.1-libpng-1.6.34,4
GCC/6.3.0-2.27,4
GCCcore/6.3.0,4
gettext/0.19.8.1,4
GLib/2.57.1,4
GMP/6.1.2,4
gompi/2017a,4
......@@ -41,12 +46,17 @@ intel/2017a,4
intel/2017c,4
libffi/3.2.1,4
libpng/1.6.29-GCCcore-6.3.0,4
libpng/1.6.34,4
libreadline/7.0,4
libreadline/7.0-GCCcore-6.3.0,4
libtool/2.4.6,4
LibUUID/1.0.3,4
libxml2/2.9.4,4
libxml2/2.9.4-Python-2.7.13,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
Mako/1.0.6-Python-2.7.13,4
METIS/5.1.0-intel-2017a,4
ncurses/6.0,4
ncurses/6.0-GCCcore-6.3.0,4
......
......@@ -12,6 +12,7 @@
| [GCCcore](http://gcc.gnu.org/) | The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). |
| [icc](http://software.intel.com/en-us/intel-compilers/) | Intel C and C++ compilers |
| [ifort](http://software.intel.com/en-us/intel-compilers/) | Intel Fortran compiler |
| [LLVM](http://llvm.org/) | The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation ("LLVM IR"). The LLVM Core libraries are well documented, and it is particularly easy to invent your own language (or port an existing compiler) to use LLVM as an optimizer and code generator. |
## Data
......@@ -29,6 +30,7 @@
| [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. |
| [Mako](http://www.makotemplates.org) | A super-fast templating language that borrows the best ideas from the existing templating languages |
| [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). |
......@@ -51,6 +53,7 @@
| [libpng](http://www.libpng.org/pub/png/libpng.html) | libpng is the official PNG reference library |
| [libreadline](http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html) | The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. |
| [libtool](http://www.gnu.org/software/libtool) | GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. |
| [LibUUID](http://sourceforge.net/projects/libuuid/) | Portable uuid C library |
| [libxml2](http://xmlsoft.org/) | Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable outside of the Gnome platform). |
| [nettle](http://www.lysator.liu.se/~nisse/nettle/) | Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. |
| [zlib](http://www.zlib.net/) | zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. |
......@@ -110,6 +113,7 @@
| [bzip2](http://departments.icmab.es/leem/siesta) | bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression. |
| [EasyBuild](https://easybuilders.github.io/easybuild) | EasyBuild is a software build and installation framework written in Python that allows you to install software in a structured, repeatable and robust way. |
| [expat](http://expat.sourceforge.net/) | Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags) |
| [gettext](http://www.gnu.org/software/gettext/) | GNU 'gettext' is an important step for the GNU Translation Project, as it is an asset on which we may build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools and documentation |
| [help2man](https://www.gnu.org/software/help2man/) | help2man produces simple manual pages from the '--help' and '--version' output of other commands. |
| [numactl](http://oss.sgi.com/projects/libnuma/) | The numactl program allows you to run your application program on specific cpu's and memory nodes. It does this by supplying a NUMA memory policy to the operating system before running your program. The libnuma library provides convenient ways for you to add NUMA memory policies into your own program. |
| [QEMU](http://wiki.qemu.org/Main_Page) | QEMU is a generic and open source machine emulator and virtualizer. |
......
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