handling of python bindings by dune-project and dunecontrol
duneproject
- no support for adding python bindings to a new project.
- for the pip installation we have added some new (optional) fields to
dune.module
(see !900 (merged)) which would be nice to have in new modules as well. - In the list of found dune modules it would be good to disregard a possibly found
dune-py
since no module should depend on that. - A
README
file is generated but perhaps that should beREADME.md
?
dunecontrol
: fixed
- if
dune-py
is founddunecontrol
tries to build it but fails (it's in source build). This module should be ignored bydunecontrol
- possibly this needs to be done indunemodules.lib
Edited by Andreas Dedner