lucastheis / cmt

Fast CPU implementations of several conditional probabilistic models
http://lucastheis.github.io/cmt/
MIT License
36 stars 14 forks source link

Using an external copy of Eigen #11

Closed jakirkham closed 7 years ago

jakirkham commented 8 years ago

If I have a copy of Eigen on my system, is there some way for me to tell cmt to use that copy of Eigen instead of the one included with the source code here?

FlorianFranzen commented 7 years ago

Eigen is a header only library, so which Eigen you use only matters at build time.

If you want to use your own Eigen, just delete the code/Eigen folder and either symlink your preferred version of Eigen in its place or change setup.py to have your version of Eigen in the include paths.