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
eigen: Add install_eigen_headers target for installing to system (tensorflow#20281)
Eigen provides files that are both GPL and MPL. Tensorflow uses only the
MPL headers. This target collects all the headers into genfiles so they
can be easily installed to /usr/include/ later.
Thanks to [email protected] for all the help testing and figuring
out what was missing. And to [email protected] for pointers to the solution.
Signed-off-by: Jason Zaman <[email protected]>
0 commit comments