mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +01:00
doc : update installation requirements
This commit is contained in:
parent
ce221dfc1c
commit
cce99383ee
@ -46,19 +46,33 @@ Libraries
|
||||
| Library/tool | Version | Comment |
|
||||
+========================+==========+========================================================================+
|
||||
| mpi | openmpi | Parallelism (1). |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| fftw | >= 3.2 | Fourier transforms |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| boost | >= 1.49 | C++ librairies |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| hdf5 | >= 1.8.0 | File storage system. Important: the *serial* version must be installed |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| python | >= 2.6.5 | The Python interpreter |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| scipy | >= ? | Python mathematical library |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| numpy | >= ? | Python scientific library |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| h5py | >= ? | Python interface to hdf5 library |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| mpi4py | >= ? | Python MPI |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| sphinx | >= 1.0.1 | Python documentation tools (to compile documentation) |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| cmake | >= 2.8.7 | CMake is used to control the software compilation process |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| pyparsing | >= ? | Tool for sphinx (to compile documentation) |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| sphinxcontrib-doxylink | >= ? | Tool for sphinx (to compile documentation) |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| matplotlib | >= 0.99 | Python 2D plotting library |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
| cython | >=0.17 | A language that allows to write C extensions for the Python language |
|
||||
+------------------------+----------+------------------------------------------------------------------------+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user