VeloView icon indicating copy to clipboard operation
VeloView copied to clipboard

Ensure proper Eigen install

Open kentsommer opened this issue 8 years ago • 0 comments

As detailed in this bug report http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1100, Eigen will, even when doing a local install, sometimes try to install to somewhere in usr/. This can be (correctly) avoided by turning off the EIGEN_BUILD_PKGCONFIG flag.

This change ensures that Eigen builds and installs correctly as an external project.

kentsommer avatar Oct 27 '17 01:10 kentsommer