GNU bug report logs -
#78293
[PATCH 0/2] Update openscad to 2025.05.02 and add manifold
Previous Next
Reported by: nomike <nomike <at> nomike.com>
Date: Wed, 7 May 2025 05:22:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> friendly-machines.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 78293 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/engineering.scm (manifold): New variable
Change-Id: Id400803644cf3256a1e79c4ec2e16381c230f370
---
gnu/packages/engineering.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 6d2aa021bb..3c0dcde0ea 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -42,6 +42,7 @@
;;; Copyright © 2024 Juliana Sims <juli <at> incana.org>
;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
;;; Copyright © 2025 Frederick Muriuki Muriithi <fredmanglis <at> gmail.com>
+;;; Copyright © 2025 nomike Postmann <nomike <at> nomike.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2918,6 +2919,34 @@ (define-public lib3mf
(home-page "https://3mf.io/")
(license license:bsd-2)))
+(define-public manifold
+ (package
+ (name "manifold")
+ (version "3.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/elalish/manifold")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1f0k8937gk7b9100k99pmz1f17nzczpdk7797p2aijla0z29ddy1"))))
+ (build-system cmake-build-system)
+ (inputs (list tbb clipper2 assimp python-nanobind googletest))
+ (arguments
+ ;; can be removed when emscripten is packaged
+ `(#:configure-flags '("-DMANIFOLD_JSBIND=OFF")))
+ (synopsis "Geometry library for topological robustness")
+ (description
+ "Manifold is a geometry library dedicated to creating and operating on
+manifold triangle meshes. A manifold mesh is a mesh that represents a solid
+object, and so is very important in manufacturing, CAD, structural analysis,
+etc.. Manifold also supports arbitrary vertex properties and enables mapping
+of materials for rendering use-cases.")
+ (home-page "https://github.com/elalish/manifold")
+ (license license:asl2.0)))
+
(define-public python-keithley2600
(package
(name "python-keithley2600")
--
2.49.0
This bug report was last modified 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.