16
16
Python wrapper for selected SLICOT routines, notably including solvers for
17
17
Riccati, Lyapunov, and Sylvester equations.
18
18
19
-
20
19
Dependencies
21
20
------------
22
21
@@ -36,20 +35,19 @@ On Debian derivatives you should be able to install OpenBLAS using::
36
35
sudo apt-get install libopenblas-dev
37
36
38
37
Additionally install cmake and install scikit-build with pip or conda.
39
-
38
+
40
39
On Mac, you will first need to install the `developer tools
41
40
<https://developer.apple.com/xcode/> `_. You can then install gfortran using
42
41
`homebrew <http://brew.sh >`_ with::
43
42
44
43
brew install gcc
45
44
46
- On Windows, the BLAS and LAPACK libraries can be obtained from:
45
+ On Windows, the BLAS and LAPACK libraries can be obtained from:
47
46
48
47
http://icl.cs.utk.edu/lapack-for-windows/libraries/VisualStudio/3.4.1/Dynamic-MINGW/Win32/
49
48
50
49
Alternatively, use conda to install BLAS and LAPACK or OpenBLAS
51
50
52
-
53
51
Installing
54
52
-----------
55
53
@@ -88,7 +86,7 @@ e.g. ``/path/to/slycot_src/``, and execute::
88
86
cd /path/to/slycot_src/
89
87
python setup.py install
90
88
91
- Where # is for commands that needs to be executed as root/administrator.
89
+ Where # is for commands that needs to be executed as root/administrator.
92
90
93
91
If you need to specify a specific compiler, set the environment
94
92
variable FC before running the install::
@@ -120,7 +118,7 @@ incompatible with Python 2.7.
120
118
If you are using conda, you can also get working
121
119
(binary) copies of LAPACK from conda-forge using the command::
122
120
123
- conda install -c conda-forge lapack
121
+ conda install -c conda-forge lapack
124
122
125
123
Slycot will also work with the OpenBLAS libraries.
126
124
0 commit comments