Skip to content
Snippets Groups Projects
  1. Mar 02, 2021
  2. Jan 26, 2021
  3. Jan 25, 2021
    • Andreas Dedner's avatar
      fix the order in which dune modules are processed when calling `make... · 85801614
      Andreas Dedner authored
      fix the order in which dune modules are processed when calling `make install_python` with `setup-dunepy`.
      Also add a `pyproject.toml` to make sure `wheel` is available when installing dune-common. Also added `wheel`
      to python dependencies in dune.module so that downstream modules can rely on `wheel` being available.
      85801614
  4. Jan 24, 2021
  5. Jan 23, 2021
  6. Dec 18, 2020
  7. Dec 09, 2020
    • Carsten Gräser's avatar
      [python] Add support for --module=mod to bin/setup-dunepy.py · 4a3ea628
      Carsten Gräser authored and Andreas Dedner's avatar Andreas Dedner committed
      This adds an optional parameter `--module=mod` to `setup-dunepy.py`.
      If this parameter is passed, only `mod` and its dependencies are
      used as dependencies of the newly created dune-py module. This allows
      to do
      ```
      dunecontrol --opts=my.opts --module=foo all
      setup-dunepy.py --opts=my.opts --module=foo install
      ```
      which would otherwise fail if `setup-dunepy.py` tries to process
      found modules that have not been build by `dunecontrol`. If the
      option is not passed all found modules are used as dependencies
      as before.
      4a3ea628
  8. May 24, 2020
  9. Apr 02, 2020
  10. Feb 26, 2020
  11. Dec 17, 2019
  12. Nov 19, 2019
  13. Nov 15, 2019
  14. Sep 13, 2019
  15. Sep 10, 2019
  16. Aug 30, 2019
  17. Feb 11, 2019
  18. Feb 07, 2019
    • Steffen Müthing's avatar
      [tools] Make dune-ctest more robust when parsing CTest output · 39ea6cc5
      Steffen Müthing authored
      As it turns out, older versions of CTest do not output a "Completion Status" for
      tests that were not run, so we need a fallback. The only place for information
      is the test output, which we parse for certain key phrases to detect tests that
      were skipped or had missing requirements (typically due to compilation
      failures).
      39ea6cc5
    • Steffen Müthing's avatar
      Fix extraction of project name in CI context · 2576cffe
      Steffen Müthing authored
      The build directory does not really work here, because it will just be called
      build-cmake. So extract it from the CI_PROJECT_NAME variable and normalize that.
      2576cffe
Loading