- Jul 12, 2023
-
-
Christoph Grüninger authored
-
- Jun 30, 2023
-
-
- Sep 30, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Oct 22, 2021
-
-
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
-
- Nov 18, 2020
-
-
Nils-Arne Dreier authored
-
- Nov 17, 2020
-
-
Nils-Arne Dreier authored
-
- May 25, 2020
-
-
Ansgar Burchardt authored
The last bits in dune-common were removed in dune-common!719.
-
- May 24, 2020
-
-
Christoph Grüninger authored
-
- Mar 30, 2020
-
-
Robert K authored
Python bindings, default is OFF.
-
- Mar 27, 2020
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
- Apr 25, 2018
-
-
Matthew Collins authored
-
- Jan 29, 2018
-
-
Martin Nolte authored
This allows them to be loaded without loading the corresponding Python mdoule, avoiding circular dependencies.
-
- Jan 09, 2018
-
-
Christoph Grüninger authored
-
- Jan 02, 2018
-
-
Christoph Grüninger authored
-
- Oct 20, 2017
-
-
Martin Nolte authored
-
- Jun 28, 2017
-
-
Martin Nolte authored
Building Python modules through Pybind11 is a recurring task in our Python bindings. To reduce maintainance in the build system, we introduce a CMake function "dune_add_pybind11_module", which is semantically inspired by the "dune_add_test" function.
-
- Apr 28, 2017
-
-
Martin Nolte authored
-
- Aug 05, 2016
-
-
- May 28, 2016
-
-
Christoph Grüninger authored
-
- Jan 22, 2016
-
-
Christoph Grüninger authored
-
- Jan 02, 2014
-
-
Markus Blatt authored
Previously, dependencies were not correctly searched for as required packages. This patch fixes this.
-
- Jun 05, 2013
-
-
Markus Blatt authored
Previously we relied on CMake's export(PACKAGE ...) function when finding dune packages without dune-control. This is error prone when using several instances of a dune-module (either with differing versions or built using different options). In this case there is no control which of the instances is used. Now we try to guess the correct build directory, if it was not provided with ${module}_DIR, ${module}_Root or in the CMAKE_PREFIX_PATH. Note that when using dunecontrol ${module}_DIR will always be set. We take the path of the current toplevel build directory and simply substitute any occurence of the name of current module with name of the module that we try to find. This works for both building in a subdirectory of the source tree (e.g. ${module-source}/build-cmake) or in a sibling directory
-
- Feb 20, 2013
-
-
Markus Blatt authored
Renamed CMAKE_(SOURCE|BINARY)_DIR to PROJECT_(SOURCE|BINARY)_DIR to let people build dune modules as subproject of another project. [[Imported from SVN: r1791]]
-
- Oct 19, 2012
-
-
Markus Blatt authored
Some of the macros used are only available for CMake 2.8.6 and higher. Bumped required CMake version [[Imported from SVN: r1727]]
-
- Sep 27, 2012
-
-
Markus Blatt authored
after configure) - Make CMake module installation path configurable - Detect CMAKE_MODULE_PATH automatically + First call find_package(dune-common) to query its CMAKE_MODULE_PATH + Then setup the module path + After each find_package of dune module update the CMAK_MODULE_PATH + each module exports ist own <package-name>_MODULE_PATH in the + package configuration files [[Imported from SVN: r1714]]
-
- Sep 20, 2012
-
-
Markus Blatt authored
- Removed dependency on cmake version 2.8.9 [[Imported from SVN: r1707]]
-
- Aug 28, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r1676]]
-
- May 22, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r1596]]
-
- Apr 30, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r1556]]
-