Skip to content
Snippets Groups Projects
  1. Jun 01, 2021
  2. Apr 08, 2021
  3. Mar 04, 2021
  4. Mar 02, 2021
  5. Jan 26, 2021
  6. 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
  7. Jan 24, 2021
  8. Jan 23, 2021
  9. Dec 18, 2020
  10. 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
  11. May 24, 2020
  12. Apr 02, 2020
  13. Feb 26, 2020
  14. Dec 17, 2019
  15. Nov 19, 2019
Loading