Skip to content
Snippets Groups Projects
Commit 58ef159e authored by Christoph Groth's avatar Christoph Groth
Browse files

clarify dependencies on other packages

parent 8e7c0ae4
Branches lecture_13
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ Prerequisites ...@@ -166,7 +166,7 @@ Prerequisites
Building Kwant requires Building Kwant requires
* `Python <http://python.org>`_ 2.6 or 2.7 (Python 3 is not supported yet), * `Python <http://python.org>`_ 2.6 or 2.7 (Python 3 is not supported yet),
* `SciPy <http://scipy.org>`_ 0.7.2 or newer, * `SciPy <http://scipy.org>`_ 0.9 or newer,
* `LAPACK <http://netlib.org/lapack/>`_ and `BLAS <http://netlib.org/blas/>`_, * `LAPACK <http://netlib.org/lapack/>`_ and `BLAS <http://netlib.org/blas/>`_,
(For best performance we recommend the free `OpenBLAS (For best performance we recommend the free `OpenBLAS
<http://xianyi.github.com/OpenBLAS/>`_ or the unfree `MKL <http://xianyi.github.com/OpenBLAS/>`_ or the unfree `MKL
...@@ -176,8 +176,8 @@ Building Kwant requires ...@@ -176,8 +176,8 @@ Building Kwant requires
C++. C++.
The following software is highly recommended though not strictly required: The following software is highly recommended though not strictly required:
* `matplotlib <http://matplotlib.sourceforge.net/>`_, for Kwant's plotting * `matplotlib <http://matplotlib.sourceforge.net/>`_ 1.1 or newer, for Kwant's
module and the tutorial, plotting module and the tutorial,
* `MUMPS <http://graal.ens-lyon.fr/MUMPS/>`_, a sparse linear algebra library * `MUMPS <http://graal.ens-lyon.fr/MUMPS/>`_, a sparse linear algebra library
that will in many cases speed up Kwant several times and reduce the memory that will in many cases speed up Kwant several times and reduce the memory
footprint. (Kwant uses only the sequential, single core version footprint. (Kwant uses only the sequential, single core version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment