GeodynamicWorldBuilder / WorldBuilder

World Builder: An initial conditions generator for geodynamic modeling
GNU Lesser General Public License v2.1
20 stars 28 forks source link

Dynamic vs Shared library #737

Open MFraters opened 2 months ago

MFraters commented 2 months ago

@bangerth suggested in #736 that compiling the world builder as a shared library might have some advantages, such as shorter linking times. The disadvantage I can see is that the executables are less self-contained. We could also provide both through a cmake variable.

tjhei commented 2 months ago

I don't feel strongly either way. Some libraries offer both options (but that makes things more complex).