Hunterize libigl#1202
Conversation
|
Hi. Sorry for the delay. PR looks good, and as this doesn't change default behavior I'm ok with merging it. There are some conflicts with the tip of the @alecjacobson @danielepanozzo I've used Hunter before and it's quite nice. It's a cmake-based package manager. It doesn't cost much to support it for |
|
I am also ok with it since it does not change the default behavior. |
|
Great! @jdumas @danielepanozzo I've updated my branch here: https://github.com/rbsheth/libigl/tree/rbsheth_add_hunter I think the branch for this PR needs to be re-set to mine (there were some GitHub issues earlier). Here's a comparison of the latest against dev: https://github.com/libigl/libigl/compare/dev...rbsheth:rbsheth_add_hunter?expand=1 |
|
Hmm I don't think I can do that in the github interface. Probably better if you close this PR and open a clean one against our current |
This PR adds basic support for the Hunter package manager in libigl. Because libigl is already following modern CMake practices, the changes needed to make this package Hunter-ready are minimal.
Changes:
HunterGate.cmakeand corresponding CMake code inCMakeLists.txtEigenfrom HunterHUNTER_ENABLEDflag and default toOFFto preserve current behavior.Once this change is merged, a new (minor?) GitHub release is needed to generate a source tarball that Hunter can pull in.
Check all that apply (change to
[x])