Brew安装CGAL和Eigen包含文件

时间:2016-02-28 23:15:20

标签: c++ macos homebrew eigen cgal

我使用Homebrew安装CGAL及其依赖项求解程序包Eigen,按顺序

在我的代码中,我试图使用特征求解器:

typedef CGAL::Eigen_solver_traits<double> Solver;

但是,在构建此代码时,我得到此编译时错误:

  `/usr/local/Cellar/cgal/4.6.2/include/CGAL/Eigen_solver_traits.h:27:10: fatal error: 
  'Eigen/Sparse' file not found`

Sparse.h位于/usr/local/include/eigen3/Eigen/

我不确定是否应该去编辑CGAL&#39; Eigen_solver_traits.h中的代码来修复路径。

另外,Homebrew的工作方式令我困惑,所以我不知道如何告诉CGAL找到Eigen的包含文件。

0 个答案:

没有答案