Hi Georg, there is no Dune magic involved preventing you from using precomiled headers. But CMake does not offer a built-in way to use them, see for example [1] for ways to achieve what you want.
[1] https://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake Beside using PCH, you can also adjust some switches for exprt.hpp to reduce the compilation time and pay with a slower runtime. I assume you already have an SSD and you are using the latest Clang. Bye Christoph -- Nous vivons une époque où les pizzas arrivent plus vite que la police. [Claude Chabrol] Am 03.04.19 um 09:38 schrieb georg.fut...@dlr.de: > Hello Dumux, > > > > Is there a way to include precompiled headers into Dumux? I would like > to include the exprtk parser into my code which allows to use fancy > mathematical expressions at runtime. However, if I do so, the > compilation will take forever since exprtk.hpp is huge (1.4 MB). > Therefore, the best would be to include it precompiled. I am not sure > how to do this with Dumux/CMake/GCC. Has anyone done this before? Any > ideas or tips would be highly appreciated. > > Best regards > Georg Futter _______________________________________________ Dumux mailing list Dumux@listserv.uni-stuttgart.de https://listserv.uni-stuttgart.de/mailman/listinfo/dumux