diff --git a/salomon.csv b/salomon.csv index f1c615eb0ff22d4d180029cd3117cda3703d0bae..3eccec4795d007f86d7959a21d7f34ac0c21be53 100644 --- a/salomon.csv +++ b/salomon.csv @@ -714,6 +714,8 @@ PROJ/4.8.0-foss-2015b,2 PROJ/4.9.2-intel-2017.00,2 PROJ/4.9.3-foss-2017a,2 PROJ/4.9.3-intel-2017a,2 +PyYAML/3.11-intel-2015b-Python-2.7.9,2 +PyYAML/3.12-Python-2.7.13-base,2 QCA/2.1.0-foss-2015g,2 QGIS/2.12.3-foss-2015g,2 Qwt/6.1.2-foss-2015g,2 @@ -872,6 +874,10 @@ libxslt/1.1.29,2 libyaml/0.1.6-intel-2015b,2 libyaml/0.1.7,2 libzip/1.2.0,2 +lxml/3.4.4-intel-2015b-Python-2.7.9,2 +lxml/3.8.0-Python-2.7.13-base,2 +mpi4py/2.0.0-intel-2017a-Python-2.7.13-base,2 +mpi4py/3.0.0-foss-2017a-Python-2.7.13,2 nettle/3.2-intel-2017a,2 nettle/3.3-foss-2017a,2 nettle/3.3-intel-2017a,2 diff --git a/salomon.md b/salomon.md index f799de55e06d3a6eb6d326d12fc59b85d594c9f4..6afe9f605d32719795f95f4a327666035b3fc1b7 100644 --- a/salomon.md +++ b/salomon.md @@ -226,11 +226,14 @@ | [libxslt](http://xmlsoft.org/) | Libxslt is the XSLT C library developed for the GNOME project (but usable outside of the Gnome platform). | | [libyaml](http://pyyaml.org/wiki/LibYAML) | LibYAML is a YAML 1.1 parser and emitter written in C. | | [libzip](https://nih.at/libzip/) | libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages. | +| [lxml](http://lxml.de/) | The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. | | [MATIO](http://sourceforge.net/projects/matio/) | matio is an C library for reading and writing Matlab MAT files. | +| [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. | | [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. | | [OpenCoarrays](http://www.opencoarrays.org) | OpenCoarrays is an open-source software project for developing, porting and tuning transport layers that support coarray Fortran compilers. | | [PROJ](http://trac.osgeo.org/proj/) | Program proj is a standard Unix filter function which converts geographic longitude and latitude coordinates into cartesian coordinates | | [pylint](https://github.com/PyCQA/pylint) | Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). | +| [PyYAML](https://pypi.python.org/pypi/PyYAML/) | PyYAML is a YAML parser and emitter for the Python programming language. | | [QCA](http://delta.affinix.com/qca/) | QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers | | [QGIS](http://www.qgis.org) | A Free and Open Source Geographic Information System | | [Qwt](http://qwt.sourceforge.net/index.html) | The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a framework for 2D plots it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. | @@ -364,7 +367,7 @@ | [lxml](http://lxml.de/) | The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. | | [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. | -| [mpi4py](https://bitbucket.org/mpi4py/mpi4py) | 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. | +| [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. | | [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. |