summarylogtreecommitdiffstats
path: root/001-eigen.patch
blob: 366c9938593b293ee22f686052c045f35a3670bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/setup.py b/setup.py
index fc8d9d2..0882a1f 100644
--- a/setup.py
+++ b/setup.py
@@ -45,8 +45,8 @@ def compile_kernels(fns):
 
 if __name__ == "__main__":
     # The include directory for the Eigen headers
-    localincl = "vendor"
-    if not os.path.exists(os.path.join(localincl, "eigen", "Eigen", "Core")):
+    localincl = "/usr/include"
+    if not os.path.exists(os.path.join(localincl, "eigen3", "Eigen", "Core")):
         raise RuntimeError("couldn't find Eigen headers")
 
     include_dirs = [