SebWouters / CheMPS2

CheMPS2: a spin-adapted implementation of DMRG for ab initio quantum chemistry
GNU General Public License v2.0
68 stars 34 forks source link

Add shared-lib-only building #39

Closed matt-chan closed 8 years ago

matt-chan commented 8 years ago

It would be nice to be able to build only the shared libraries.

Fedora disallows static libraries in the package, so right now we just build it and delete them. It takes some extra time to compile on the fedora build infrastructure (especially ARM) and that's a somewhat precious commodity. If we could modify CheMPS2/CMakeLists.txt to allow that, it would probably make them happier.