- Mar 02, 2021
-
-
Andreas Dedner authored
[bugfix] remove some debug output
-
build. remove debug output typo force use of portalocker remove upgrade again from pip command but --upgrade back in remove wheel generation from make install - seems to fail with missing access to numpy wheel use both DUNE_CMAKE_FLAGS and CMAKE_FLAGS in this order [testing] [testing]
-
annother attempt to get pkg-config working Set the environment variable using os.environ [testing]
-
modules. Also, move writing of noconfigure file into build function. bug fix
-
Andreas Dedner authored
works at the moment only for variables with bool values
-
Andreas Dedner authored
bug fix
-
Andreas Dedner authored
add --upgrade back into pip install command
-
-
remove --upgrade for now to test if CI work better. Could be added only if additional pip params are not provided
-
Andreas Dedner authored
to get uggid to work we need to find a way of getting shared libs to work. For nightly build testing turn off the error for now add an assert that the cmakelists.txt file in dune-py is not corrupted
-
Use logger and revise logger levels. Change format and set more to debug.
-
Remove CONFIGURE_DUNEPY variable.
-
-
-
-
-
-
-
Update dependencies.
-
Use camel case. [bugfix][packagemetadata] Fix missing Python-Requires entry.
-
- Feb 04, 2021
-
-
Simon Praetorius authored
Update the FindTBB cmake module Closes #231, #205, #243, and #204 See merge request core/dune-common!927
-
Simon Praetorius authored
Add Changelog entry reporting about the backported FindPkgConfig
-
- Feb 02, 2021
-
-
Christoph Grüninger authored
Feature/include findpython3 from cmake 3.19.3 Closes #233 See merge request core/dune-common!916
-
Christoph Grüninger authored
Enables searching first for "unversioned" Python symlinks like python3 or python 3.9
-
Christoph Grüninger authored
* All known code constructs not supported by CMake 3.13 are worked around * Adjusted paths to match location in Dune
-
Christoph Grüninger authored
-
Simon Praetorius authored
Update the FindTBB cmake module to search for the TBBConfig.cmake or the tbb.pc file containing the configuration
-
- Feb 01, 2021
-
-
Christian Engwer authored
[dunecontrol] Error message for invalid path in DUNE_CONTROL_PATH Closes #242 See merge request core/dune-common!926
-
Christoph Grüninger authored
-
- Jan 27, 2021
-
-
Christian Engwer authored
Fix #236 Closes #238 and #236 See merge request core/dune-common!918
-
- Jan 26, 2021
-
-
Andreas Dedner authored
-
Dominic Kempf authored
[cmake] Add a user-facing interface to add additional pip params See merge request core/dune-common!919
-
- Jan 25, 2021
-
-
Andreas Dedner authored
-
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.
-
Dominic Kempf authored
-
Andreas Dedner authored
-
- Jan 24, 2021
-
-
Christian Engwer authored
cmake arguments were stored as a dict, having mainly definitions in mind. This lead to several issues, as cmake has many different kinds of commmand line arguments. Instead of storing these arguments as a dict, we now only store them as a list, which can directly be passed to Popen, when spawning the cmake process. Fixes #238.
-
Christian Engwer authored
-
- Jan 23, 2021
-
-
Christian Engwer authored
-
Christian Engwer authored
-