You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently a huge pain to firewall Tensorflow-dependent libraries within a large project that uses Eigen to avoid clashing headers. This package should either provide a way to build against the system eigen, or include a FindEigen cmake module that can be used to give client code a reliable way to use the same Eigen.
The text was updated successfully, but these errors were encountered:
elfprince13
changed the title
Use system Eigen
Use system Eigen and/or provide FindEigen.cmake
Dec 17, 2021
It's currently a huge pain to firewall Tensorflow-dependent libraries within a large project that uses Eigen to avoid clashing headers. This package should either provide a way to build against the system eigen, or include a
FindEigen
cmake module that can be used to give client code a reliable way to use the same Eigen.The text was updated successfully, but these errors were encountered: