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