mirror of
https://github.com/triqs/dft_tools
synced 2025-01-12 05:58:18 +01:00
doc : update installation requirements
This commit is contained in:
parent
ce221dfc1c
commit
cce99383ee
@ -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 |
|
||||||
+------------------------+----------+------------------------------------------------------------------------+
|
+------------------------+----------+------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user