2026-06-23T17:56:37-0700 Andrew Hewus Fresh <[email protected]>:
> This updates Manifold to the latest version, bringing it to the latest
> release.  I've mostly tested with OpenSCAD, but I did build blender and
> that opened.
> 
> https://github.com/elalish/manifold/releases

Tests are passing on my machine:
100% tests passed, 0 tests failed out of 427

I didn't test building blender as I ran out of time, but otherwise ok
jtt@.

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/cad/manifold/Makefile,v
> diff -u -p -r1.2 Makefile
> --- Makefile  3 Dec 2025 01:17:34 -0000       1.2
> +++ Makefile  24 Jun 2026 00:44:02 -0000
> @@ -1,12 +1,12 @@
>  COMMENT =    geometry library for topological robustness
>  GH_ACCOUNT = elalish
>  GH_PROJECT = manifold
> -GH_TAGNAME = v3.3.2
> +GH_TAGNAME = v3.5.1
>  
>  CATEGORIES = cad
>  
> -SHARED_LIBS +=  manifold                  0.0 # 0.0
> -SHARED_LIBS +=  manifoldc                 0.0 # 0.0
> +SHARED_LIBS +=  manifold                  1.0 # 0.0
> +SHARED_LIBS +=  manifoldc                 1.0 # 0.0
>  
>  # Apache-2.0 license
>  PERMIT_PACKAGE =     Yes
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/cad/manifold/distinfo,v
> diff -u -p -r1.2 distinfo
> --- distinfo  3 Dec 2025 01:17:34 -0000       1.2
> +++ distinfo  24 Jun 2026 00:44:02 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (manifold-3.3.2.tar.gz) = kqNwNMQHFW9xRG+coDvUSHresbgkagPRwEe4WbG50hE=
> -SIZE (manifold-3.3.2.tar.gz) = 29660758
> +SHA256 (manifold-3.5.1.tar.gz) = G0LyjXwcbQffckTKIst9gt6YCJkAGWnJmFwmYqd+tDw=
> +SIZE (manifold-3.5.1.tar.gz) = 30976085
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/cad/manifold/pkg/PLIST,v
> diff -u -p -r1.1.1.1 PLIST
> --- pkg/PLIST 29 Nov 2025 23:37:14 -0000      1.1.1.1
> +++ pkg/PLIST 24 Jun 2026 00:44:03 -0000
> @@ -4,7 +4,8 @@ include/manifold/cross_section.h
>  include/manifold/linalg.h
>  include/manifold/manifold.h
>  include/manifold/manifoldc.h
> -include/manifold/meshIO.h
> +include/manifold/math.h
> +include/manifold/mesh.h
>  include/manifold/optional_assert.h
>  include/manifold/polygon.h
>  include/manifold/types.h
> 

Reply via email to