kronbichler / adaflo

adaflo, an adaptive finite element solver for incompressible fluid flow and two-phase flow
Other
24 stars 14 forks source link

Build shared library #19

Closed peterrum closed 3 years ago

peterrum commented 3 years ago

@mschreter This is what you were thinking about?

mschreter commented 3 years ago

Thank you for completing my todos :). I owe you a coffee :).

kronbichler commented 3 years ago

I think this makes sense given the setup of tests. For completeness and to share what I'm doing here and in other projects where the shared libs are not forced by the configuration, you can also enable shared libs by passing -D BUILD_SHARED_LIBS=ON to the cmake configure line.

peterrum commented 3 years ago

you can also enable shared libs by passing -D BUILD_SHARED_LIBS=ON to the cmake configure line.

Let me close this PR and we update the readme in adaflo/MeltPoolDG.