Conversation
… with CMAKE_BUILD_TYPE=Debug due to a missing F.maxCoeff()+1 in https://github.com/libigl/libigl/blob/master/include/igl/is_irregular_vertex.cpp#L16
jdumas
left a comment
There was a problem hiding this comment.
Looks good, but I think you forgot a change to libigl-config.cmake.in you had in the other PR?
Also I've questions about the two MSVC flags you enabled.
|
@jdumas Any ideas on this Travis failure? https://travis-ci.org/libigl/libigl/jobs/550530668 Looks like |
|
Yes. I'm waiting for another maintainer to approve #1239 (I can't merge it myself) which fixes the CI issues. Once this is done we can merge this PR. |
…bigl#1239) * Add conda environment file for boost (helpful for Windows users). * Try to update Travis image for macOS.
…r-clang update IGL_DEPRECATED to handle clang (e.g. on macOS) as well.
|
@rbsheth I'm trying to merge the tip of the |
|
@jdumas Invited you to collaborate |
…regular_vertex
Fix igl::is_irregular_vertex()
…into rbsheth-rbsheth_add_hunter
|
@rbsheth do you mind if I squash and merge instead of just merging? Or will it affect your fork in hunter for future versions? |
|
@jdumas Squash merge should be fine, I can work with that for Hunter. |
Original PR with missing branch here: #1202
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])