MRChemSoft/mrchem

Add shared library and soversion

Closed this issue · 2 comments

mrchem appears to produce only a static library at the moment, even when compiled with -DBUILD_SHARED_LIBS:BOOL=ON.

Please make mrchem behave like mrcpp by building a shared library with a soname.

The library is built as an intermediate step to mrchem.x and unit_tests.x It's not meant to be packaged and distributed. I'll change how we do things so that there's only executables produced.

The library is built as an intermediate step to mrchem.x and unit_tests.x It's not meant to be packaged and distributed. I'll change how we do things so that there's only executables produced.

OK, fine.