jturney / ambit

C++ library for the implementation of tensor product calculations through a clean, concise user interface.
GNU Lesser General Public License v3.0
21 stars 9 forks source link

cmake patches #22

Closed loriab closed 7 years ago

loriab commented 7 years ago

Default in Psi4 is to build externals static, then that wasn't working b/c this repo wasn't building static with fpic.

Patches CMake to ...