pkgsrc-WIP-changes archive

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

prusaslicer: Rely on binaries exported through buildlink, and drop eigen3 dep.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Sun Mar 30 12:08:57 2025 +1100
Changeset:	a024bf866824e75a17efdbfd40b64ba66b810be4

Modified Files:
	prusaslicer/Makefile

Log Message:
prusaslicer: Rely on binaries exported through buildlink, and drop eigen3 dep.

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

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

diffstat:
 prusaslicer/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/prusaslicer/Makefile b/prusaslicer/Makefile
index df633957bd..3bcc8ec4fe 100644
--- a/prusaslicer/Makefile
+++ b/prusaslicer/Makefile
@@ -33,11 +33,6 @@ BUILDLINK_TRANSFORM.NetBSD+=	l:libexpat:expat
 CMAKE_CONFIGURE_ARGS+=	-DSLIC3R_FHS:BOOL=TRUE
 CMAKE_CONFIGURE_ARGS+=	-DSLIC3R_PCH:BOOL=FALSE
 
-# CMake goes looking for these binaries. Make it happy.
-pre-configure:
-	${LN} -sf ${PREFIX}/bin/heatshrink ${BUILDLINK_DIR}/bin/
-	${LN} -sf ${PREFIX}/bin/bgcode ${BUILDLINK_DIR}/bin/
-
 .include "../../archivers/brotli/buildlink3.mk"
 .include "../../comms/libhidapi/buildlink3.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"
@@ -62,7 +57,6 @@ pre-configure:
 .include "../../graphics/libjpeg-turbo/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
-.include "../../math/eigen3/buildlink3.mk"
 .include "../../math/imath/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../math/qhull/buildlink3.mk"


Home | Main Index | Thread Index | Old Index