Enable doubles internally in Solid for the Makefile build system.
This commit is contained in:
4
extern/Makefile
vendored
4
extern/Makefile
vendored
@@ -56,14 +56,14 @@ install all:: $(TARGET)
|
|||||||
# we must use solid without qhull, which is the next target).
|
# we must use solid without qhull, which is the next target).
|
||||||
solid_with_qhull:
|
solid_with_qhull:
|
||||||
cd solid \
|
cd solid \
|
||||||
&& ./configure --with-pic --prefix=$(NAN_SOLID) \
|
&& ./configure --with-pic --prefix=$(NAN_SOLID) --enable-doubles=yes \
|
||||||
CPPFLAGS="-I$(NAN_QHULL)/include" \
|
CPPFLAGS="-I$(NAN_QHULL)/include" \
|
||||||
LDFLAGS="-Wl,--rpath -Wl,$(NAN_QHULL)/lib" \
|
LDFLAGS="-Wl,--rpath -Wl,$(NAN_QHULL)/lib" \
|
||||||
&& $(MAKE) all install
|
&& $(MAKE) all install
|
||||||
|
|
||||||
solid: qhull
|
solid: qhull
|
||||||
cd solid \
|
cd solid \
|
||||||
&& ./configure --with-pic --prefix=$(NAN_SOLID) \
|
&& ./configure --with-pic --prefix=$(NAN_SOLID) --enable-doubles=yes --with-qhull=$(NAN_QHULL) --enable-shared=false \
|
||||||
&& $(MAKE) all install
|
&& $(MAKE) all install
|
||||||
qhull:
|
qhull:
|
||||||
cd qhull/src && $(MAKE) -f Makefile.txt all
|
cd qhull/src && $(MAKE) -f Makefile.txt all
|
||||||
|
Reference in New Issue
Block a user