PHD2 will only build with Eigen v3.4.0 or earlier. As a workaround on Mac I was able to grab the 3.4.0 homebrew formula https://raw.githubusercontent.com/Homebrew/homebrew-core/782a31db0c369c75ac2f13f020f492791b09ab89/Formula/e/eigen.rb then install it using ``` HOMEBREW_DEVELOPER=true brew install eigen.rb ``` We should update PHD2 to work with newer versions of Eigen (eigen3 or the latest, v5)