Skip to content
Snippets Groups Projects
  • Andreas Dedner's avatar
    25f0d448
    Add a 'flag' argument to the 'dune_python_install_package' command which... · 25f0d448
    Andreas Dedner authored
    Add a 'flag' argument to the 'dune_python_install_package' command which contains cmake variables to store in metadata file.
    This is to be used to fix for example the compiler to use for dune-py but that hasn't been added to the builder yet.
    Also changed builddirs output to contain ';' separator (using a cmake string instead of a list).
    
    added 'cmake flags' from metadata file to CMakeLists.txt.template
    
    correctly throw exception if dune-py not available in assertHave
    25f0d448
    History
    Add a 'flag' argument to the 'dune_python_install_package' command which...
    Andreas Dedner authored
    Add a 'flag' argument to the 'dune_python_install_package' command which contains cmake variables to store in metadata file.
    This is to be used to fix for example the compiler to use for dune-py but that hasn't been added to the builder yet.
    Also changed builddirs output to contain ';' separator (using a cmake string instead of a list).
    
    added 'cmake flags' from metadata file to CMakeLists.txt.template
    
    correctly throw exception if dune-py not available in assertHave