OpenChemistry / openchemistry

Supermodule containing submodules and external project to build all components
http://openchemistry.org/
BSD 3-Clause "New" or "Revised" License
80 stars 59 forks source link

Add an option to build yaehmop #52

Closed psavery closed 4 years ago

psavery commented 5 years ago

If the cmake option USE_YAEHMOP is on (off by default), yaehmop will be built and installed for use in avogadrolibs (and potentially other submodules).

This has been tested with avogadrolibs: I am able to include a yaehmop header file and link to yaehmop.

@ghutchis @cryos Greg Landrum recently made yaehmop simpler to compile, and he added the ability to use yaehmop as a library. This PR adds yaehmop as a submodule and builds it (without blas and lapack currently) so that we can run it in avogadrolibs.