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

Wed, 10 Jul 2019 11:30:04 +0200

parent a25a327f
No related branches found
No related tags found
No related merge requests found
Pipeline #8200 passed
......@@ -195,6 +195,7 @@ Clang/7.0.1-gompi-2019.02,2
click/6.7-Py-3.6,2
Clp/1.16.10-intel-2017a,2
CMake/2.8.12,2
CMake/3.11.4-GCC-6.3.0-2.27,2
CMake/3.13.1,2
CMake/3.14.1,2
CMake/3.3.1-intel-2016.01,2
......@@ -292,6 +293,7 @@ Elk/4.3.6-intel-2017a-openmp,2
ELPA/2016.11.001.pre-intel-2017a,2
Embree/2.16.2-intel-2017a,2
Embree/3.2.0-intel-2017a,2
enum/0.4.7-Py-2.7,2
enum34/1.1.6-Py-2.7,2
ETSF_IO/1.0.4-intel-2017a,2
eudev/3.1.5-foss-2016a,2
......@@ -1065,6 +1067,7 @@ libxsmm/1.7.1-GCC-6.3.0-2.27,2
libXt/1.1.4-foss-2015g-libX11-1.6.2,2
libXt/1.1.4-intel-2015b-libX11-1.6.2,2
libXt/1.1.4-libX11-1.6.2,2
libXt/1.1.5,2
libXt/1.1.5-foss-2015g,2
libXt/1.1.5-intel-2017a-libX11-1.6.5,2
libyaml/0.1.6-intel-2015b,2
......
......@@ -429,6 +429,7 @@
| [dill](https://github.com/uqfoundation/dill) | dill extends python's pickle module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to on python object hierarchy. |
| [dist-keras](https://pypi.python.org/pypi/dist-keras) | Distributed Deep learning with Apache Spark with Keras. |
| [DynaPhoPy](https://github.com/abelcarreras/DynaPhoPy) | Software to calculate crystal microscopic anharmonic properties from molecular dynamics (MD) using the normal-mode-decomposition technique. These properties include the phonon frequency shifts and linewidths, as well as the renormalized force constanst and thermal properties by using quasiparticle theory. This code includes interfaces for MD outputs from VASP and LAMMPS .PHONOPY code is used to obtain harmonic phonon modes. |
| [enum](https://pypi.python.org/pypi/enum34) | An enumeration is a set of symbolic names (members) bound to unique, constant values. |
| [enum34](https://pypi.python.org/pypi/enum34) | An enumeration is a set of symbolic names (members) bound to unique, constant values. |
| [fasteners](https://pypi.python.org/pypi/fasteners) | A python package that provides useful locks. |
| [Flask](https://pypi.python.org/pypi/flask) | A microframework based on Werkzeug, Jinja2 and good intentions. |
......
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