Would it make sense to add an option to install openPMD-api as a dynamic library? (instead of a static library)
The main use case would be using openPMD-api in a REPL setting, with cling.
My understanding is that cling can only load dynamic libraries.
Would it make sense to add an option to install openPMD-api as a dynamic library? (instead of a static library)
The main use case would be using openPMD-api in a REPL setting, with
cling.My understanding is that
clingcan only load dynamic libraries.