Skip to content
Snippets Groups Projects
Commit 25c6231f authored by Mathis Kelm's avatar Mathis Kelm
Browse files

[python] Add cmake.opts instructions to 2.9 guide

parent 8e8aa4f4
No related branches found
No related tags found
1 merge request!3366Fix python binding docs
......@@ -29,8 +29,14 @@ git clone https://gitlab.dune-project.org/core/dune-grid.git
git clone https://gitlab.dune-project.org/core/dune-localfunctions.git
git clone https://gitlab.dune-project.org/core/dune-istl.git
git clone https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
cp dumux/cmake.opts .
```
Enable shared libraries as required for the Python bindings by adding the flag in `cmake.opts` (see
comments inside the `.opts` file). Not setting this option is often responsible for error messages
related to parameters not being found.
Create and activate a new virtual environment in which the
Python modules will be installed in editable mode (symlinked)
......
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