Skip to content
Snippets Groups Projects
  1. Jan 08, 2023
  2. Oct 04, 2022
  3. Sep 30, 2022
  4. Oct 22, 2021
    • Andreas Dedner's avatar
      use new approach in dune-common for handling python bindings · 825d5560
      Andreas Dedner authored
      fix ci
      
      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.
      
      add dune packages to requires in setup.py.in
      
      [testing]
      
      only add dune modules that have been found as requirements in setup.py.in
      
      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
      
      [bug fix python bindings]
      fix an issue with 'entry' being used in implicit build mode but ready==build
      825d5560
  5. Mar 23, 2021
  6. Oct 06, 2020
  7. Aug 11, 2020
  8. Apr 04, 2020
  9. Dec 06, 2018
  10. Jul 19, 2018
    • Dominic Kempf's avatar
      Do not allow OpenMP to get more than one core. · 9922ddaf
      Dominic Kempf authored
      Suitesparse, as installed with Debian, is thread-parallel using OpenMP.
      OpenMP silently assumes, it can spawn as many threads as there are cores.
      In a worst case scenario, this leads to a number of threads quadratic in
      the core count, if you also do parallel test execution with the maximum
      number of cores. We solve the issue by disallowing OpenMP to allocate more
      than one thread.
      9922ddaf
  11. Sep 19, 2017
  12. Aug 30, 2017
  13. Aug 02, 2017
  14. Oct 18, 2016
    • Ansgar Burchardt's avatar
      Update test environments · f9834aa2
      Ansgar Burchardt authored
      - No longer test with clang 3.5.
      - Add clang 3.8 from Debian 8 + backports
      - Add gcc 5.4 + clang 3.8 from Ubuntu 16.04 LTS.
      - Use `duneci-standard-test`
      f9834aa2
  15. Jul 07, 2016
Loading