Adriano Amaricci
Adriano Amaricci
This is an error coming from the string manipulation part of a Cmake macro in the cmake directory, i.e. BuildPkgConfigFile.cmake, which expects a string list. The list is probably empty...
As for DMFT_Tools. Dump it and possibly keep it commented in the macro. Great work. A
Perhaps the DEBUG directives are too aggressive on some platform. Let's do this: for GNU compilers we can use two debug degree: SET(CMAKE_Fortran_FLAGS_DEBUG "-O0 -p -g -Wsurprising -Waliasing -fwhole-file -fcheck=all...
That's a good question. I introduced such an aggressive profile to debug some memory leak in any ED code coming from a wrong use of pointers (my bad interpretation of...
Yep. We checked the aggressive option require all the libraries and code to be compiled with the same options not to cause compilation breakdown. That is why we reserved a...
Nice! Thanks @beddalumia that sounds interesting... maybe we can have a short brief and see what could be changed to enable FPM support. Compilation flags can be adjusted and legacy...