Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
25c6231f
Commit
25c6231f
authored
2 years ago
by
Mathis Kelm
Browse files
Options
Downloads
Patches
Plain Diff
[python] Add cmake.opts instructions to 2.9 guide
parent
8e8aa4f4
No related branches found
No related tags found
1 merge request
!3366
Fix python binding docs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/README.md
+6
-0
6 additions, 0 deletions
python/README.md
with
6 additions
and
0 deletions
python/README.md
+
6
−
0
View file @
25c6231f
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment