MRChemSoft / mrchem

MultiResolution Chemistry
GNU Lesser General Public License v3.0
27 stars 21 forks source link

Add shared library and soversion #390

Closed susilehtola closed 2 years ago

susilehtola commented 2 years ago

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.

robertodr commented 2 years ago

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.

susilehtola commented 2 years ago

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.