- Mar 30, 2021
-
-
Simon Praetorius authored
Move definition of LAPACK_MANGLE and FC_FUNC to fmatrixev.cc See merge request !951
-
Simon Praetorius authored
Add missing config.h include in communicationtest.cc See merge request !954
-
- Mar 23, 2021
-
-
Andreas Dedner authored
replace debian-11 image of the python tests by ubuntu:20.04 image See merge request !868
-
switch to docker registry in dune-project.org use debian11 from dune gitlab registry
-
- Mar 22, 2021
-
-
Simon Praetorius authored
fix an issue when a subdir is not added in a CMakeLists.txt but headers are included in the check See merge request !955
-
- Mar 21, 2021
-
-
Andreas Dedner authored
improve cmake macro
-
Christian Engwer authored
[Doxygen] Generate Doxygen tag files See merge request !956
-
Dominic Kempf authored
Doxygen tag files are a metadata format that can be used to export data about contained documentation snippets to link to them from the outside. Enabling this only adds the creation of an additional file, the rest of the Doxygen procedure should be unaffected. More info can be found here: https://www.doxygen.nl/manual/external.html
-
Simon Praetorius authored
-
Simon Praetorius authored
Deprecated Dune::void_t in favor of std::void_t See merge request !936
-
- Mar 20, 2021
-
-
-
Christoph Grüninger authored
Remove HAVE_MPROTECT cmake check See merge request !949
-
-
Simon Praetorius authored
-
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]
-