Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: eigen
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DRP F17-4, DRP F17-5
-
Team:Data Release Production
Description
Our Eigen package has an all-too-clever eupspkg.cfg.sh that "emulates" the CMake build that comes with Eigen - and fails to install files that other CMake packages can use to find it.
This was discovered while testing an external PR on ndarray that improves and cleans up its CMake build.
My planned solution is to simply remove the eupspkg.sh and let Eigen's CMake build do its thing.
Nate Lust, here's what should hopefully be a quick review: it's a rewrite of the build script for Eigen to delegate more to Eigen's CMake installer, which, while simple, is still not something I think we want to emulate.