Commit Graph

3 Commits

Author SHA1 Message Date
Ryan Burns
84a6e77f0b eigen: 3.3.9 -> 3.4.0
https://eigen.tuxfamily.org/index.php?title=3.4#Changes_that_might_break_existing_code
2021-09-23 18:05:47 -07:00
Ryan Burns
7f13f2c35f eigen: 3.3.7 -> 3.3.9 2021-07-02 01:05:30 -07:00
Orivej Desh
023e54404c eigen3_3: fix EIGEN3_INCLUDE_DIR location (#50628)
Eigen assumes that CMAKE_INSTALL_INCLUDEDIR is a path relative to
CMAKE_INSTALL_PREFIX (typically "include"), but CMake supports it being an
absolute path, which is the case in Nixpkgs. This resulted in EIGEN3_INCLUDE_DIR
being set to "/nix/store/…eigen…//nix/store/…eigen…/include/eigen3".

GNUInstallDirs_get_absolute_install_dir requires CMake 3.7.
2018-11-18 21:30:07 +00:00