I'd like to see the Python binding enabled by default for Dune 2.8. Not sure how long we should wait to do this step.
@gruenich wrote some time ago:
I'd like to see the Python binding enabled by default for Dune 2.8. Not sure how long we should wait to do this step.
I would also like to do that - any objections? It shouldn't really change a lot except
- running the test will be slightly longer
-
make install
will by default also install the python bindings. There is an issue here that without a virtual env and withoutDUNE_PYTHON_INSTALL_LOCATION=user
root rights would be required to runmake install
after this change.