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.
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.