Skip to content
Snippets Groups Projects
Commit 4c7aa058 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

updated the changelog

parent 8ca73952
No related branches found
No related tags found
1 merge request!790Feature/add python bindings
Pipeline #25969 passed
......@@ -7,6 +7,12 @@
`Function` and `VirtualFunction`. In downstream codes, these should be
replaced by C++ function objects, `std::function` etc.
- Python bindings have been moved from the `dune-python` module which is now
obsolete. To activate Python bindings the CMake flag
`DUNE_ENABLE_PYTHONBINDINGS` needs to be turned on (default is off).
Furthermore, flags for either shared library or position independent code
needs to be used.
## build-system
- The name mangling for Fortran libraries like BLAS and LAPACK is now done
......
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