File: igl2eigen3.diff

package info (click to toggle)
wings3d 2.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,724 kB
  • sloc: erlang: 111,032; ansic: 3,775; lisp: 1,434; sh: 809; makefile: 772; cpp: 244; xml: 41
file content (26 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Author: Sergei Golovan
Description: Patch disables use of libigl since it isn't in Debian.
Last-Modified: Fri, 25 Mar 2022 12:29:09 +0300

--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 DEPS=cl
 endif
 
-DEPS += libigl eigen
+#DEPS += libigl eigen
 SUBDIRS=c_src intl_tools src e3d plugins_src icons
 
 #
--- a/c_src/Makefile
+++ b/c_src/Makefile
@@ -98,7 +98,7 @@
 
 # libigl only supports 64bits systems
 ifeq (x"${WORDSIZE}",x"64")
-    DRV = libigl wings_pick_nif wings_tess
+    DRV = wings_pick_nif wings_tess
 else
     $(info 32bits build ignoring libigl not supported)
     DRV = wings_pick_nif wings_tess