summarylogtreecommitdiffstats
path: root/disable_third_party.patch
blob: 2450fc35f93cc3b1624f0550ff11f3271bec8369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/setup.py b/setup.py
index 9be0468e..b560a500 100755
--- a/setup.py
+++ b/setup.py
@@ -51,18 +51,9 @@ class cmake_build(build):
         Config and build third party dependencies.
         """
         commands = [
-                "third_party/build.py cgal",
-                "third_party/build.py eigen",
-                "third_party/build.py triangle",
                 "third_party/build.py tetgen",
-                "third_party/build.py clipper",
                 "third_party/build.py qhull",
                 "third_party/build.py cork",
-                #"third_party/build.py carve",
-                "third_party/build.py draco",
-                "third_party/build.py tbb",
-                "third_party/build.py mmg",
-                "third_party/build.py json",
                 ];
         for c in commands:
             check_call(c.split())