- 06 Mar, 2021 1 commit
-
-
Andreas Dedner authored
Merge of small MRs that make changes to the Python bindings See merge request !932
-
- 04 Mar, 2021 1 commit
-
-
Samuel Burbulla authored
-
- 02 Mar, 2021 26 commits
-
-
Andreas Dedner authored
catch KeyboardInterrupt while the module is being rebuild after a new module was added to CMakeLists.txt which caused an issue when restarting the script Also import LOCK_EX in except block It is used later on. Needed to work outside of virtual envs. Match argument name against 1-tuple The implemented behaviour was substring matching, which may work when the correct flag is given but also returns true for any substring. Move adding of git commit hash to dunepackaging.py Some formatting. Do not print compile error twice. reduce amount of times cmake is called to rebuild dune-py fix rebase issue
-
Andreas Dedner authored
Now first install then generate dune-py so that .nocinfigure tag file is not removed due to call to install_python
-
Samuel Burbulla authored
try changing order of parameters in wheel command [testing] removed error from wheel generation to check that nightly build passes
-
Andreas Dedner authored
fix an issue with missing import of 'os' Remove duplicates of numpy and portalocker. Remove duplicate wheel. revert removal of generation of wheel - this will probably cause the nightly build CI to fail Remove duplicate wheel.
-
Samuel Burbulla authored
-
Samuel Burbulla authored
Rename 'Loading' to 'Compiling' in builder.
-
Andreas Dedner authored
[bugfix] remove some debug output
-
Robert K authored
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]
-
Samuel Burbulla authored
annother attempt to get pkg-config working Set the environment variable using os.environ [testing]
-
Robert K authored
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
-
Robert K authored
-
Dominic Kempf authored
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
-
Samuel Burbulla authored
Use logger and revise logger levels. Change format and set more to debug.
-
Samuel Burbulla authored
Remove CONFIGURE_DUNEPY variable.
-
Samuel Burbulla authored
-
Samuel Burbulla authored
-
Samuel Burbulla authored
-
Samuel Burbulla authored
-
Samuel Burbulla authored
-
Simon Praetorius authored
-
Samuel Burbulla authored
Update dependencies.
-
Samuel Burbulla authored
Use camel case. [bugfix][packagemetadata] Fix missing Python-Requires entry.
-
- 04 Feb, 2021 2 commits
-
-
Simon Praetorius authored
Add Changelog entry reporting about the backported FindPkgConfig
- 02 Feb, 2021 5 commits
-
-
Christoph Grüninger authored
Feature/include findpython3 from cmake 3.19.3 Closes #233 See merge request !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
-
- 01 Feb, 2021 2 commits
-
-
Christian Engwer authored
[dunecontrol] Error message for invalid path in DUNE_CONTROL_PATH Closes #242 See merge request !926
-
Christoph Grüninger authored
-
- 27 Jan, 2021 1 commit
-
-
Christian Engwer authored
Fix #236 Closes #238 and #236 See merge request !918
-
- 26 Jan, 2021 2 commits
-
-
Andreas Dedner authored
-
Dominic Kempf authored
[cmake] Add a user-facing interface to add additional pip params See merge request !919
-