- Mar 20, 2021
-
-
Christoph Grüninger authored
Remove HAVE_MPROTECT cmake check See merge request !949
-
-
Christoph Grüninger authored
Remove cxa demangle cmake check See merge request !934
-
- Mar 18, 2021
-
-
-
Simon Praetorius authored
Add include_guard to all cmake files See merge request !940
-
Simon Praetorius authored
-
Simon Praetorius authored
Move cmake package description into AddPackageFlags.cmake files See merge request !947
-
Simon Praetorius authored
Remove unused and undefined cmakedefines from config.h See merge request !950
-
- Mar 09, 2021
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Mar 08, 2021
-
-
Simon Praetorius authored
Change check whether TBB was found by cmake-config file See merge request !937
-
Simon Praetorius authored
Add PUBLIC keyword to target_link_libraries inside dune_target_link_libraries See merge request !945
-
Simon Praetorius authored
Remove cxx feature checks that are already in c++17 standard library See merge request !933
-
- Mar 07, 2021
-
-
Simon Praetorius authored
Add Changelog entry
-
Simon Praetorius authored
-
- Mar 06, 2021
-
-
Andreas Dedner authored
Merge of small MRs that make changes to the Python bindings See merge request !932
-
Simon Praetorius authored
-
- Mar 04, 2021
-
-
Samuel Burbulla authored
-
- Mar 02, 2021
-
-
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
-
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.
-
-
Rename 'Loading' to 'Compiling' in builder.
-
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.
-
-
-
-