Skip to content
  • Andreas Dedner's avatar
    adapt to new cmake setup for python binding in dune-common · 7dc7c968
    Andreas Dedner authored
    pep 42: use implicit namespace packages which make it possible to combine subpackages using editable (source) and non editable (pypi)
    
    only use a cmake install a python module in the SKBUILD setting - for an install from build dir pip will take take of this since it is part of the setup.py file
    
    add a stopgap solution unti ci repo up and running again
    
    Update requirements.
    
    configure call for setup.py.in -> setup.py is done in cmake python install module
    
    [fix]
    
    removed setup.py.in since the default is provided in dune-common
    
    adapt ci yml file to python bindings on by default
    
    disable python bindings for clang 5 (ubuntu 18) since no numpy matching numpy version can be installed from the gitlab registry
    7dc7c968