Skip to content

Commit

Permalink
README whitespace cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed May 23, 2019
1 parent 4c89611 commit 3a40b21
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Slycot
Python wrapper for selected SLICOT routines, notably including solvers for
Riccati, Lyapunov, and Sylvester equations.


Dependencies
------------

Expand All @@ -36,20 +35,19 @@ On Debian derivatives you should be able to install OpenBLAS using::
sudo apt-get install libopenblas-dev

Additionally install cmake and install scikit-build with pip or conda.

On Mac, you will first need to install the `developer tools
<https://developer.apple.com/xcode/>`_. You can then install gfortran using
`homebrew <http://brew.sh>`_ with::

brew install gcc

On Windows, the BLAS and LAPACK libraries can be obtained from:
On Windows, the BLAS and LAPACK libraries can be obtained from:

http://icl.cs.utk.edu/lapack-for-windows/libraries/VisualStudio/3.4.1/Dynamic-MINGW/Win32/

Alternatively, use conda to install BLAS and LAPACK or OpenBLAS


Installing
-----------

Expand Down Expand Up @@ -88,7 +86,7 @@ e.g. ``/path/to/slycot_src/``, and execute::
cd /path/to/slycot_src/
python setup.py install

Where # is for commands that needs to be executed as root/administrator.
Where # is for commands that needs to be executed as root/administrator.

If you need to specify a specific compiler, set the environment
variable FC before running the install::
Expand Down Expand Up @@ -120,7 +118,7 @@ incompatible with Python 2.7.
If you are using conda, you can also get working
(binary) copies of LAPACK from conda-forge using the command::

conda install -c conda-forge lapack
conda install -c conda-forge lapack

Slycot will also work with the OpenBLAS libraries.

Expand Down

0 comments on commit 3a40b21

Please sign in to comment.