switch to using CMake install procedure for Eigen 3.3.4 & newer#1482
switch to using CMake install procedure for Eigen 3.3.4 & newer#1482damianam merged 2 commits intoeasybuilders:developfrom
Conversation
|
@boegel it lgtm, but I wonder where the version check comes from. I haven't seen anything in Eigen's changelog pointing to any change in cmake files or pkg-config in |
|
@damianam I don't want to make this change for old |
|
I understand........ But I would add a comment making clear where the version restriction comes from. This is an EB issue, not an eigen requirement. Normally version checks are due to changes from one version onwards, which is not the case here. Looks to me like sort of "abusing" version checks for something they are not intended for (not exactly that, but you know what I mean) |
If the CMake-based installation procedure is not using, the
eigen3.pcfile forpkg-configdoes not get generated & installed...