From 3173ca013bd645c46f3a195b07d5a2cca9328269 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Fri, 9 Jan 2026 15:06:52 +0100 Subject: [PATCH] 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 Signed-off-by: Rutherther --- 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 06fadac9e3029c5e9ac30c09571661cf73f94026..53e6b0fa3ff2007ee31beed244f35fe632e6942f 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -47,6 +47,7 @@ ;;; Copyright © 2025 Janneke Nieuwenhuizen ;;; Copyright © 2025 Remco van 't Veer ;;; Copyright © 2025 bdunahu +;;; Copyright © 2026 Cayetano Santos ;;; ;;; 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