Skip to content
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

[WIP] Restructure eigen installation using upstream as a base #6

Merged
merged 1 commit into from Jun 16, 2018

Conversation

mseri
Copy link
Member

@mseri mseri commented Jun 11, 2018

This keeps only what was missing (at least in my version
of eigen3 -- ubuntu 18.04) from the upstream library and
reorganises the installation process to install the
libeigen.a artifact among the rest of the eigen package
without obscure copies. I have tested this with owl and
seems to be working.

Signed-off-by: Marcello Seri marcello.seri@gmail.com

This keeps only what was missing (at least in my version
of eigen3 -- ubuntu 18.04) from the upstream library and
reorganises the installation process to install the
libeigen.a artifact among the rest of the eigen package
without obscure copies. I have tested this with owl and
seems to be working.

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
@mseri
Copy link
Member Author

mseri commented Jun 11, 2018

This still needs me to create a conf-eigen and add it to the opam file, and update the remove steps. In fact, in the actual form, it will be easy to port it to jbuilder if you have no objection about it.

Also I imagine that you have kept the whole eigen in the subfolder to have optimised compilation flags, in that case I should probably put it all back.

@ryanrhymes ryanrhymes merged commit 6322e23 into owlbarn:master Jun 16, 2018
@ryanrhymes
Copy link
Member

My apologies for the delay. Awesome PR! Thank you Marcello 👍

@ryanrhymes
Copy link
Member

Porting to jbuilder would be awesome, I definitely have no objection with it. Actually, I tried porting to jbuilder before, didn't end up well because some issues of compiling c++ code. If you can manage, then really great!

ryanrhymes added a commit that referenced this pull request Aug 30, 2018
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.

None yet

2 participants