3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-12 14:08:24 +01:00

doc : update installation requirements

This commit is contained in:
Olivier Parcollet 2013-12-17 08:54:03 +01:00
parent ce221dfc1c
commit cce99383ee

View File

@ -46,19 +46,33 @@ Libraries
| Library/tool | Version | Comment | | Library/tool | Version | Comment |
+========================+==========+========================================================================+ +========================+==========+========================================================================+
| mpi | openmpi | Parallelism (1). | | mpi | openmpi | Parallelism (1). |
+------------------------+----------+------------------------------------------------------------------------+
| fftw | >= 3.2 | Fourier transforms | | fftw | >= 3.2 | Fourier transforms |
+------------------------+----------+------------------------------------------------------------------------+
| boost | >= 1.49 | C++ librairies | | boost | >= 1.49 | C++ librairies |
+------------------------+----------+------------------------------------------------------------------------+
| hdf5 | >= 1.8.0 | File storage system. Important: the *serial* version must be installed | | hdf5 | >= 1.8.0 | File storage system. Important: the *serial* version must be installed |
+------------------------+----------+------------------------------------------------------------------------+
| python | >= 2.6.5 | The Python interpreter | | python | >= 2.6.5 | The Python interpreter |
+------------------------+----------+------------------------------------------------------------------------+
| scipy | >= ? | Python mathematical library | | scipy | >= ? | Python mathematical library |
+------------------------+----------+------------------------------------------------------------------------+
| numpy | >= ? | Python scientific library | | numpy | >= ? | Python scientific library |
+------------------------+----------+------------------------------------------------------------------------+
| h5py | >= ? | Python interface to hdf5 library | | h5py | >= ? | Python interface to hdf5 library |
+------------------------+----------+------------------------------------------------------------------------+
| mpi4py | >= ? | Python MPI | | mpi4py | >= ? | Python MPI |
+------------------------+----------+------------------------------------------------------------------------+
| sphinx | >= 1.0.1 | Python documentation tools (to compile documentation) | | sphinx | >= 1.0.1 | Python documentation tools (to compile documentation) |
+------------------------+----------+------------------------------------------------------------------------+
| cmake | >= 2.8.7 | CMake is used to control the software compilation process | | cmake | >= 2.8.7 | CMake is used to control the software compilation process |
+------------------------+----------+------------------------------------------------------------------------+
| pyparsing | >= ? | Tool for sphinx (to compile documentation) | | pyparsing | >= ? | Tool for sphinx (to compile documentation) |
+------------------------+----------+------------------------------------------------------------------------+
| sphinxcontrib-doxylink | >= ? | Tool for sphinx (to compile documentation) | | sphinxcontrib-doxylink | >= ? | Tool for sphinx (to compile documentation) |
+------------------------+----------+------------------------------------------------------------------------+
| matplotlib | >= 0.99 | Python 2D plotting library | | matplotlib | >= 0.99 | Python 2D plotting library |
+------------------------+----------+------------------------------------------------------------------------+
| cython | >=0.17 | A language that allows to write C extensions for the Python language | | cython | >=0.17 | A language that allows to write C extensions for the Python language |
+------------------------+----------+------------------------------------------------------------------------+ +------------------------+----------+------------------------------------------------------------------------+