10000 Improve Eigen dependency resolution by allanleal · Pull Request #44 · autodiff/autodiff · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Improve Eigen dependency resolution #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

allanleal
Copy link
Member

This PR aims to improve dependency resolution for Eigen by propagating Eigen dependency in autodiff to other targets (executables/libraries). This is a result of the discussion in #43 .

@ibell
Copy link
Contributor
ibell commented Sep 19, 2019

Personally, I never rely on the system package of Eigen. I much prefer to add it as a submodule in git, and link to it directly. This is partly because I like to be 100% sure that I have a version of Eigen that works, and who knows what is installed.

@PaulXiCao
Copy link
Contributor

The changes seem to be inline with the recommended way from Eigen's documentation. Is there more work needed? Testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0