- Nov 24, 2023
-
-
Santiago Ospina De Los Ríos authored
Split config file into public and private config files Closes #234 See merge request !1262
-
Santiago Ospina De Los Ríos authored
-
- Nov 23, 2023
-
-
Simon Praetorius authored
Handle optional dependency MPI by directly passing HAVE_MPI flag See merge request !1310
-
Simon Praetorius authored
-
- Nov 22, 2023
-
-
Simon Praetorius authored
Handle optional dependencies GMP, QuadMath, and Vc by directly passing HAVE_xxx flags See merge request !1309
-
Simon Praetorius authored
Handle optional dependencies (Par)METIS and (PT)Scotch by directly passing HAVE_xxx flags See merge request !1308
-
Simon Praetorius authored
-
- Nov 20, 2023
-
-
Christoph Grüninger authored
[cmake] Backport Python 3.13 detection for older CMake versions See merge request !1307
-
Christoph Grüninger authored
-
- Nov 11, 2023
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Handle optional dependency SuiteSparse by directly passing HAVE_xxx flags Closes #252 See merge request !1294
-
Simon Praetorius authored
-
Simon Praetorius authored
Set the DUNE_PYTHON_WHEELHOUSE pyth even if CMAKE_INSTALL_PREFIX is set after the first run Closes #339 See merge request !1299
-
- Nov 06, 2023
-
-
Christoph Grüninger authored
Deprecate class SizeOf See merge request !1306
-
Santiago Ospina De Los Ríos authored
[cleanup] Guard use of concept in concepts/*.hh headers See merge request !1305
-
Carsten Gräser authored
This was once added as a replacement for `sizeof...(T)` for a variadic pack `T`, because the clang implementation of the latter was buggy before clang 3.8. Now we require a much newer clang version that has this but fixed for years.
-
- Nov 05, 2023
-
-
Christoph Grüninger authored
[cleanup] Remove header power.hh See merge request !1304
-
Carsten Gräser authored
While these headers are already conditionally included by `dune/common/concepts.hh` one can still include them separately. This patch also guards these header files against individual inclusion without available concepts support such that `headercheck` does no longer stumble upon this.
-
Carsten Gräser authored
This was deprecated in 2.9 and can be removed. Use `Dune::power` from `dune/common/math.hh` instead.
-
- Nov 04, 2023
-
-
Simon Praetorius authored
Export the PYTHON_WHEELHOUS into the config file and cleanup MODULE_DEP_PYTHON_PATH See merge request !1298
-
Christoph Grüninger authored
Increase required CMake version to 3.16 See merge request !1302
-
- Nov 01, 2023
-
-
Timo Koch authored
-
- Oct 27, 2023
-
-
Christoph Grüninger authored
They are always set to NEW by version 3.16
-
- Oct 26, 2023
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Oct 25, 2023
-
-
Simon Praetorius authored
Do not configure non-template rst files See merge request !1300
-
Simon Praetorius authored
Use the CMAKE_CXX_STANDARD in feature tests See merge request !1301
-
- Oct 23, 2023
-
-
Simon Praetorius authored
-
Santiago Ospina De Los Ríos authored
-
Simon Praetorius authored
-
- Oct 22, 2023
-
-
Simon Praetorius authored
-
- Oct 20, 2023
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Oct 17, 2023
-
-
Robert K authored
limits are computed.
- Oct 08, 2023
-
-
Andreas Dedner authored
[Python] use a raw string inside 're' function See merge request !1293
-