Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 66f5b012 authored by GD's avatar GD
Browse files

minor

parent f1a4728a
Branches master
No related tags found
No related merge requests found
......@@ -77,6 +77,6 @@ python tests/test_spams.py # will run all the tests
Carefully install **libblas & liblapack**. For example, on Ubuntu, it is necessary to do `sudo apt-get -y install libblas-dev liblapack-dev gfortran`. For MacOS, you most likely need to do `brew install gcc openblas lapack`.
For better performance, we recommend to use the **MKL Intel library** that is available for instance in the Anaconda Python distribution.
For better performance, we recommend to install the **MKL Intel library** (available for instance in the Anaconda Python distribution) before installing SPAMS.
SPAMS for Python was tested on **Linux** and **MacOS**. It is **not available for Windows** at the moment. **For MacOS users**, the install setup detects if OpenMP is available on your system and enable/disable OpenMP support accordingly. For better performance, we recommend to install an **OpenMP-compatible compiler** on your system (e.g. gcc or llvm).
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