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

Fri, 15 Feb 2019 13:30:04 +0100

parent 0bcc7bca
No related branches found
No related tags found
No related merge requests found
Pipeline #5960 passed with warnings
......@@ -44,6 +44,7 @@ M4/1.4.18-GCCcore-6.3.0,4
METIS/5.1.0-intel-2017a,4
ncurses/6.0,4
ncurses/6.0-GCCcore-6.3.0,4
nettle/3.3-intel-2017a,4
numactl/2.0.11-GCCcore-6.3.0,4
OpenBLAS/0.2.19-GCC-6.3.0-2.27-LAPACK-3.7.0,4
OpenMPI/2.0.2-GCC-6.3.0-2.27,4
......
......@@ -17,6 +17,7 @@
| Module | Description |
| ------ | ----------- |
| [HDF5](https://portal.hdfgroup.org/display/support) | HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. |
## Devel
......@@ -49,6 +50,7 @@
| [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. |
| [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. |
## Math
......@@ -56,6 +58,7 @@
| Module | Description |
| ------ | ----------- |
| [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) | Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. |
| [GMP](http://gmplib.org/) | GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. |
| [METIS](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) | METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes. |
| [SCOTCH](http://gforge.inria.fr/projects/scotch/) | Software package and libraries for sequential and parallel graph partitioning, static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning. |
......
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