From 0a53ea16d19e9d31efddf655ef0a0362eda2ac53 Mon Sep 17 00:00:00 2001 From: Easy Build <easybuild@login4.smc.salomon.it4i.cz> Date: Thu, 8 Feb 2018 14:45:07 +0100 Subject: [PATCH] Thu, 08 Feb 2018 14:45:07 +0100 --- salomon.csv | 3 +++ salomon.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/salomon.csv b/salomon.csv index 05c9238d..387ef326 100644 --- a/salomon.csv +++ b/salomon.csv @@ -1088,6 +1088,7 @@ Mono/4.2.2.10-intel-2016.01,2 Mono/4.6.2.16,2 Mono/4.8.1.0,2 Mono/5.0.0.100,2 +monty/1.0.2-Py-3.6,2 motif/2.3.4-foss-2015g-libX11-1.6.2,2 motif/2.3.4-intel-2015b-libX11-1.6.2,2 MPC/1.0.2,2 @@ -1102,6 +1103,7 @@ MPICH/3.2-GCC-5.3.1-snapshot-20160419-2.25,2 MPI-LIBLINEAR/2.1-1-intel-2017a,2 MPI_NET/1.2.0-gompi-2015e,2 MPI_NET/1.2.0-intel-2016.01,2 +mpmath/1.0.0-Py-3.6,2 MPT/2.12,2 MUMPS/5.0.2-intel-2017a-parmetis,2 MVAPICH2/2.1-GCC-4.4.7-system,2 @@ -1561,6 +1563,7 @@ SWIG/3.0.7-Python-2.7.9,2 sympy/0.7.6.1-intel-2015b-Python-2.7.11,2 sympy/0.7.6-intel-2015b-Python-2.7.9,2 sympy/0.7.6-intel-2016.01-Python-2.7.9,2 +sympy/1.1.1-Py-3.6,2 Szip/2.1,2 Szip/2.1-foss-2015b,2 Szip/2.1-foss-2015g,2 diff --git a/salomon.md b/salomon.md index 1b4dd4ed..880c1104 100644 --- a/salomon.md +++ b/salomon.md @@ -378,7 +378,9 @@ | [MarkupSafe](https://pypi.python.org/pypi/markupsafe) | Implements a XML/HTML/XHTML Markup safe string for Python. | | [matplotlib](http://matplotlib.org) | matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits. | | [Mercurial](http://mercurial.selenic.com/) | Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. | +| [monty](https://pypi.python.org/pypi/monty) | Monty is the missing complement to Python. | | [mpi4py](http://mpi4py.scipy.org/docs) | MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors. | +| [mpmath](https://pypi.python.org/pypi/mpmath) | Python library for arbitrary-precision floating-point arithmetic. | | [numpy](http://www.numpy.org) | NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear algebra, Fourier transform, and random number capabilities. Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases. | | [phonopy](http://python.org/) | Python is a programming language that lets you work more quickly and integrate your systems more effectively. | | [pluggy](https://github.com/pytest-dev/pluggy) | Plugin and hook calling mechanisms for python. | @@ -396,6 +398,7 @@ | [singledispatch](https://pypi.python.org/pypi/singledispatch) | A small but fast and easy to use stand-alone template engine written in pure python. | | [six](https://github.com/benjaminp/six) | Python 2 and 3 compatibility library. | | [spglib-python](https://pypi.python.org/pypi/spglib) | Spglib for Python. Spglib is a library for finding and handling crystal symmetries written in C. | +| [sympy](http://sympy.org/) | SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries. | | [tornado](https://pypi.python.org/pypi/tornado) | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. | | [urllib3](https://pypi.python.org/pypi/urllib3) | HTTP library with thread-safe connection pooling, file post, and more. | | [virtualenv](https://pypi.python.org/pypi/virtualenv) | Virtual Python Environment builder. | -- GitLab