- Dec 06, 2023
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Add config file to the checker See merge request !1322
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Dec 05, 2023
-
-
Christoph Grüninger authored
[cmake] Update UseLatexMk.cmake from upstream See merge request !1319
-
- Dec 04, 2023
-
-
Christoph Grüninger authored
-
Santiago Ospina De Los Ríos authored
Fix warnings in documentation See merge request !1320
-
-
- Nov 30, 2023
-
- Nov 29, 2023
-
-
Santiago Ospina De Los Ríos authored
[bugfix] Include config.h in lrutest.cc See merge request !1317
-
Carsten Gräser authored
This fixes a linker error for me. Without this patch I get: > rutest.cc:(.text._ZN3MPI9IntracommC2Ev[_ZN3MPI9IntracommC5Ev]+0x18): undefined reference to `MPI::Comm::Comm()' > /usr/bin/ld: CMakeFiles/lrutest.dir/lrutest.cc.o: in function `MPI::Intracomm::Intracomm(ompi_communicator_t*)': > lrutest.cc:(.text._ZN3MPI9IntracommC2EP19ompi_communicator_t[_ZN3MPI9IntracommC5EP19ompi_communicator_t]+0x2c): undefined reference to `MPI::Comm::Comm()' > /usr/bin/ld: CMakeFiles/lrutest.dir/lrutest.cc.o: in function `MPI::Op::Init(void (*)(void const*, void*, int, MPI::Datatype const&), bool)': > lrutest.cc:(.text._ZN3MPI2Op4InitEPFvPKvPviRKNS_8DatatypeEEb[_ZN3MPI2Op4InitEPFvPKvPviRKNS_8DatatypeEEb]+0x2a): undefined reference to `ompi_mpi_cxx_op_intercept' > /usr/bin/ld: CMakeFiles/lrutest.dir/lrutest.cc.o:(.data.rel.ro._ZTVN3MPI3WinE[_ZTVN3MPI3WinE]+0x48): undefined reference to `MPI::Win::Free()' > /usr/bin/ld: CMakeFiles/lrutest.dir/lrutest.cc.o:(.data.rel.ro._ZTVN3MPI8DatatypeE[_ZTVN3MPI8DatatypeE]+0x78): undefined reference to `MPI::Datatype::Free()'
-
- Nov 26, 2023
-
-
Simon Praetorius authored
Introduce a cmake policy system for the dune build system See merge request !1269
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- 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 core/dune-common!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 core/dune-common!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
-