=================================================================== RCS file: /cvs/mystuff-openscad/cad/manifold/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- mystuff-openscad/cad/manifold/Makefile 2025/09/24 17:50:09 1.2 +++ mystuff-openscad/cad/manifold/Makefile 2025/10/02 23:23:20 1.4 @@ -1,26 +1,22 @@ -V = 3.2.1 -#PKGNAME = manifold-${V} - -COMMENT = Geometry library for topological robustness +COMMENT = geometry library for topological robustness GH_ACCOUNT = elalish GH_PROJECT = manifold -GH_TAGNAME = v${V} +GH_TAGNAME = v3.2.1 -CATEGORIES = cad devel +CATEGORIES = cad -# Apache-2.0 license +SHARED_LIBS += manifold 0.0 # 0.0 +SHARED_LIBS += manifoldc 0.0 # 0.0 + +# Apache-2.0 license PERMIT_PACKAGE = Yes MODULES = devel/cmake -# Used by cad/openscad so match COMPILER -COMPILER = base-clang ports-gcc - WANTLIB += ${COMPILER_LIBCXX} m -SHARED_LIBS += manifold 0.0 # 0.0 -SHARED_LIBS += manifoldc 0.0 # 0.0 +COMPILER = base-clang ports-gcc # Trouble with gtest, can probably be fixed. CONFIGURE_ARGS = -DMANIFOLD_TEST=OFF