geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

Sort more parts of CMakeLists.txt into a rational order. #5951

Open bangerth opened 5 days ago

bangerth commented 5 days ago

There is still a lot to do, but this keeps moving things around in such a way that it creates some kind of logic order.

tjhei commented 5 days ago
You can not load plugins through additional shared libraries 
on systems where you link ASPECT as a static executable.
bangerth commented 1 day ago

Fixed now. I had moved the creation of config.h above the place where we set ASPECT_USE_SHARED_LIBS. That can't work.