pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/prusaslicer: Add dependency on math/qhull.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Sun Oct 10 18:12:37 2021 +1100
Changeset:	f5db6432991d269d24845fbf0085ac52a08bdf91

Modified Files:
	prusaslicer/Makefile

Log Message:
wip/prusaslicer: Add dependency on math/qhull.

An attempt is made to use it if installed, so install and use it by default.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f5db6432991d269d24845fbf0085ac52a08bdf91

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 prusaslicer/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/prusaslicer/Makefile b/prusaslicer/Makefile
index 9340a901ff..fabeccc49c 100644
--- a/prusaslicer/Makefile
+++ b/prusaslicer/Makefile
@@ -42,6 +42,7 @@ CMAKE_ARGS+=	-DSLIC3R_WX_STABLE=1
 .include "../../math/cgal/buildlink3.mk"
 .include "../../math/eigen3/buildlink3.mk"
 .include "../../math/imath/buildlink3.mk"
+.include "../../math/qhull/buildlink3.mk"
 .include "../../parallel/threadingbuildingblocks/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"


Home | Main Index | Thread Index | Old Index