Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d7ef9a710716
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 023e54404c60
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 18, 2018

  1. 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.
    orivej authored and orivej-nixos committed Nov 18, 2018
    Copy the full SHA
    023e544 View commit details
    Browse the repository at this point in the history