Maël

Results 7 comments of Maël

Those commits remove as well the hard-coded requirement of static builds in debug mode requested by @jmark. Building t8code as a shared library in debug mode can be achieved by...

This is a very peculiar behavior of CMake, in if statements, for normal variables, you can omit the `$` as variables are evaluated by default but this is not the...

My pleasure! I have not found anything similar in p4est.

@holke Thank you for setting up the context that I missed!

As it currently stands, the system SC and P4est libraries include path are already taken into consideration. As using find_package in config mode retrieves the `SC-config.cmake` files and doing `target_link_libraries(T8...

The combination OpenMPI together with libsc's CMake build system seems to be the culprit for the warnings. Libsc's CMake build system checks for the symbol `MPI_COMM_TYPE_SHARED` using the function `check_symbol_exists`...