- Jan 24, 2021
-
-
Christian Engwer authored
-
- Jan 23, 2021
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
The `dune.module` file containes meta-data and optionally bash function definitions to hook into dunecontrol. We now use regular expression to properly parse the meta-data.
-
- Jan 20, 2021
-
-
Christian Engwer authored
[test][python] allow to overwrite the interpreter for python test command See merge request core/dune-common!915
-
Dominic Kempf authored
-
Dominic Kempf authored
No support for passing multiple interpreters intended.
-
Christian Engwer authored
When using dune_python_add_test the SCRIPT is executed by default with the detected python interpreter. The optional INTERPRETER parameter allows to overwrite this setting, e.g. to pass additional command line arguments or to execute the tests using pytest.
-
- Jan 19, 2021
-
-
Christian Engwer authored
add Python3_EXECUTABLE to `dune_python_add_test` See merge request core/dune-common!914
-
Andreas Dedner authored
-
- Jan 18, 2021
-
-
Andreas Dedner authored
a python script to 'dune_python_add_test'
-
Andreas Dedner authored
-
Andreas Dedner authored
downstream modules: change `COMMAND ${PYTHON_EXECUTABLE} test.py` by `COMMAND test.py`
-
- Jan 17, 2021
-
-
Christoph Grüninger authored
Deprecate DUNE_DEPRECATE and _MSG Closes #91 See merge request core/dune-common!777
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Use on C++14's [[deprecated]] instead.
-
- Jan 16, 2021
-
-
Christoph Grüninger authored
Feature/find python3 See merge request core/dune-common!806
-
- Jan 11, 2021
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
The feature will be part of CMake 3.20 and the relevant part is forward compatible included.
-
Christoph Grüninger authored
Look for "python3" first
-
Christoph Grüninger authored
It was deprecated in Dune 2.7.
-
Christoph Grüninger authored
Change required to have the same find routines across dune-common. The duplicate code should be merged and put at a single place that is uncondtionally always called.
-
Christoph Grüninger authored
Since CMake 3.12 they are deprecated.
-
Christoph Grüninger authored
-
- Dec 27, 2020
-
-
Andreas Dedner authored
ignore dune-py in dune module search so dunecontrol and duneproject See merge request core/dune-common!903
-
- Dec 18, 2020
-
-
Andreas Dedner authored
Feature/scikit build See merge request core/dune-common!900
-
-
Andreas Dedner authored
-
don't need shared libs to install dune modules so adapted packagedata accordingly - this solves the issue of having to prescibe some relative rpath
-
Andreas Dedner authored
Also do not require setup.py/pyproject.toml to be added to git
-
Add relative CMAKE_INSTALL_RPATH. added CMAKE_BUILD_PATH to the rpath of python modules as well added missing package include add CMAKE_INSTALL_RPATH_USE_LINK_PATH to setup.py cmake flags to avoid issue with missing rpath entries for CMAKE_PREFIX_PATH Do not add suggestions any more.
-
Reset LD_LIBARY_PATH when call deactivate. Fix dynamic_lookup.
-
Andreas Dedner authored
-
Andreas Dedner authored
add option to `dunepackaging` script to only build sdist but not upload exti with code 0 in dunepackaging.py -c so it can be used with dunecontrol
-
-
Andreas Dedner authored
also set the `LD_LIBRARY_PATH` [bugfix] used the wrong way to access the path to a sourced script - was working by chance
-
make setup-dunepy.py work again without an installed dune-common remove unused default cmake options for building dune-py Add git checkout setup.py pyproject.toml to dunepackaging -c.
-
Remove dynamic lookup stuff for macos. Replace ProjectAuthorEmail by ProjectMaintainerEmail.
-
-