guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit acdbbcb998b936d193579fc2097c0dedaade098a
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 9 15:06:52 2026 +0100
gnu: manifold: Update to 3.3.2.
* gnu/packages/engineering.scm (manifold): Update to 3.3.2.
[inputs]: Remove tbb; add onetbb.
Closes guix/guix!5493
Change-Id: I1294a614537d8c5c6163671bb858c01875a41251
---
gnu/packages/engineering.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 06fadac9e3..53e6b0fa3f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -47,6 +47,7 @@
;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2025 Remco van 't Veer <[email protected]>
;;; Copyright © 2025 bdunahu <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -148,6 +149,7 @@
#:use-module (gnu packages nettle)
#:use-module (gnu packages networking)
#:use-module (gnu packages node)
+ #:use-module (gnu packages oneapi)
#:use-module (gnu packages openkinect)
#:use-module (gnu packages parallel)
#:use-module (gnu packages pcre)
@@ -2582,7 +2584,7 @@ specification can be downloaded at
@url{http://3mf.io/specification/}.")
(define-public manifold
(package
(name "manifold")
- (version "3.2.1")
+ (version "3.3.2")
(source
(origin
(method git-fetch)
@@ -2591,9 +2593,9 @@ specification can be downloaded at
@url{http://3mf.io/specification/}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fy78axwhlk3gpxhmac4gbyvsadky1kzqbh4cv5snahzmi4bixvp"))))
+ (base32 "0bq1gzvhyp0b9v0q6magwf0yi9lzqgh3fj9104wqfvpl2skgzkg7"))))
(build-system cmake-build-system)
- (inputs (list tbb clipper2 assimp python-nanobind googletest))
+ (inputs (list onetbb clipper2 assimp python-nanobind googletest))
(arguments
(list #:tests? #f
;; can be removed once emscripten is packaged