From unknown Sun Jun 22 17:15:02 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58757] [PATCH staging] gnu: tbb: Update to 2021.6.0. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 24 Oct 2022 12:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58757 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58757@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166661366817951 (code B ref -1); Mon, 24 Oct 2022 12:15:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 Oct 2022 12:14:28 +0000 Received: from localhost ([127.0.0.1]:47252 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwLb-0004fT-WA for submit@debbugs.gnu.org; Mon, 24 Oct 2022 08:14:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:49240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwLX-0004fB-5N for submit@debbugs.gnu.org; Mon, 24 Oct 2022 08:14:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omwLT-0005jb-D0 for guix-patches@gnu.org; Mon, 24 Oct 2022 08:14:21 -0400 Received: from mailout.easymail.ca ([64.68.200.34]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omwLJ-0003cK-4w for guix-patches@gnu.org; Mon, 24 Oct 2022 08:14:17 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 1D859E62C1 for ; Mon, 24 Oct 2022 12:14:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo08-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo08-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BNWvAtlIGOnt for ; Mon, 24 Oct 2022 12:14:05 +0000 (UTC) Received: from localhost.localdomain (23-233-96-72.cpe.pppoe.ca [23.233.96.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id BCEE8E628B for ; Mon, 24 Oct 2022 12:14:05 +0000 (UTC) From: Simon South Date: Mon, 24 Oct 2022 08:13:57 -0400 Message-Id: X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This patch updates TBB ("Thread Building Blocks") to version 2021.6.0. It also removes a now-obsolete patch that was added temporarily to allow building on AArch64.[0] I've tested this against the staging branch on x86_64-linux and aarch64-linux and everything seems okay. - On x86_64-linux, I've rebuilt without issue all 406 dependent packages reported by "guix refresh --list-dependent tbb" except for python-dolfin-adjoint, r-mlr3ordinal and shogun, but these do not appear to be new failures.[1] - On aarch64-linux, of tbb's immediate dependents[2] nlopt, octave, openvdb, salmon and suitesparse build without issue. The remainder (or their own dependencies) fail but none appear to be new failures.[3] As usual, building the full set of dependents would require packages (like the Haskell compiler) that either are not yet available for AArch64 or are not feasible to build on the hobbyist boards I have available. -- Simon South simon@simonsouth.net [0] In commit 2d4c22b0aa49: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=2d4c22b0aa497f8a5e57a453b1dbf3ea98747c5f [1] https://ci.guix.gnu.org/search?query=python-dolfin-adjoint+spec%3Astaging+system%3Ax86_64-linux https://ci.guix.gnu.org/search?query=r-mlr3ordinal+spec%3Astaging+system%3Ax86_64-linux https://ci.guix.gnu.org/search?query=shogun+spec%3Astaging+system%3Ax86_64-linux [2] blender@3.0.1, embree@3.12.1, hyperledger-iroha@1.1.1, insight-toolkit@4.12.2, insight-toolkit@4.13.2, insight-toolkit@5.0.0, openvdb@8.2.0, prusa-slicer@2.4.2, salmon@1.9.0 and suitesparse@5.12.0. [3] https://ci.guix.gnu.org/search?query=embree+spec%3Astaging+system%3Aaarch64-linux https://ci.guix.gnu.org/search?query=opencolorio+spec%3Astaging+system%3Aaarch64-linux https://ci.guix.gnu.org/search?query=prusa-slicer+spec%3Astaging+system%3Aaarch64-linux https://ci.guix.gnu.org/search?query=vxl+spec%3Astaging+system%3Aaarch64-linux Simon South (1): gnu: tbb: Update to 2021.6.0. gnu/local.mk | 1 - .../patches/tbb-fix-test-on-aarch64.patch | 35 ------------------- gnu/packages/patches/tbb-other-arches.patch | 8 ++--- gnu/packages/tbb.scm | 10 ++---- 4 files changed, 7 insertions(+), 47 deletions(-) delete mode 100644 gnu/packages/patches/tbb-fix-test-on-aarch64.patch base-commit: 408a4ed071c9c52de207d799a698781d49fa727d -- 2.38.0 From unknown Sun Jun 22 17:15:02 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58757] [PATCH staging] gnu: tbb: Update to 2021.6.0. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 24 Oct 2022 12:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58757 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58757@debbugs.gnu.org Received: via spool by 58757-submit@debbugs.gnu.org id=B58757.166661395718543 (code B ref 58757); Mon, 24 Oct 2022 12:20:02 +0000 Received: (at 58757) by debbugs.gnu.org; 24 Oct 2022 12:19:17 +0000 Received: from localhost ([127.0.0.1]:47282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwQG-0004p0-Ii for submit@debbugs.gnu.org; Mon, 24 Oct 2022 08:19:17 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:36580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwQE-0004om-FC for 58757@debbugs.gnu.org; Mon, 24 Oct 2022 08:19:15 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id E7DF865F49 for <58757@debbugs.gnu.org>; Mon, 24 Oct 2022 12:19:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo07-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo07-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nmQlMMT6qOZK for <58757@debbugs.gnu.org>; Mon, 24 Oct 2022 12:19:08 +0000 (UTC) Received: from localhost.localdomain (23-233-96-72.cpe.pppoe.ca [23.233.96.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 9519465C23 for <58757@debbugs.gnu.org>; Mon, 24 Oct 2022 12:19:08 +0000 (UTC) From: Simon South Date: Mon, 24 Oct 2022 08:19:06 -0400 Message-Id: <43b43634f5fd194d8e7e3003a7cd6ca44bd2b4ba.1666611894.git.simon@simonsouth.net> X-Mailer: git-send-email 2.38.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/tbb.scm (tbb): Update to 2021.6.0. [source]: Remove obsolete patch. * gnu/packages/patches/tbb-fix-test-on-aarch64.patch: Delete file. * gnu/local.mk: Remove it. * gnu/packages/patches/tbb-other-arches.patch: Update to match new version. --- gnu/local.mk | 1 - .../patches/tbb-fix-test-on-aarch64.patch | 35 ------------------- gnu/packages/patches/tbb-other-arches.patch | 8 ++--- gnu/packages/tbb.scm | 10 ++---- 4 files changed, 7 insertions(+), 47 deletions(-) delete mode 100644 gnu/packages/patches/tbb-fix-test-on-aarch64.patch diff --git a/gnu/local.mk b/gnu/local.mk index c721718301..8f1e37f356 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1870,7 +1870,6 @@ dist_patch_DATA = \ %D%/packages/patches/tao-fix-parser-types.patch \ %D%/packages/patches/tar-remove-wholesparse-check.patch \ %D%/packages/patches/tar-skip-unreliable-tests.patch \ - %D%/packages/patches/tbb-fix-test-on-aarch64.patch \ %D%/packages/patches/tbb-other-arches.patch \ %D%/packages/patches/tclxml-3.2-install.patch \ %D%/packages/patches/tcsh-fix-autotest.patch \ diff --git a/gnu/packages/patches/tbb-fix-test-on-aarch64.patch b/gnu/packages/patches/tbb-fix-test-on-aarch64.patch deleted file mode 100644 index 3a6003591e..0000000000 --- a/gnu/packages/patches/tbb-fix-test-on-aarch64.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 013035b4e9af39f506e87ae6b755c3363e768d4d Mon Sep 17 00:00:00 2001 -From: Vladislav Shchapov -Date: Thu, 23 Dec 2021 19:17:24 +0500 -Subject: [PATCH] Fix issue #687 (test_eh_thread) (#697) - -Signed-off-by: Vladislav Shchapov ---- - test/tbb/test_eh_thread.cpp | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/test/tbb/test_eh_thread.cpp b/test/tbb/test_eh_thread.cpp -index aa6d764d..af291f48 100644 ---- a/test/tbb/test_eh_thread.cpp -+++ b/test/tbb/test_eh_thread.cpp -@@ -36,6 +36,7 @@ - // TODO: enable limitThreads with sanitizer under docker - #if TBB_USE_EXCEPTIONS && !_WIN32 && !__ANDROID__ - -+#include - #include - #include - #include -@@ -73,7 +74,8 @@ public: - mValid = false; - pthread_attr_t attr; - // Limit the stack size not to consume all virtual memory on 32 bit platforms. -- if (pthread_attr_init(&attr) == 0 && pthread_attr_setstacksize(&attr, 100*1024) == 0) { -+ std::size_t stacksize = utils::max(128*1024, PTHREAD_STACK_MIN); -+ if (pthread_attr_init(&attr) == 0 && pthread_attr_setstacksize(&attr, stacksize) == 0) { - mValid = pthread_create(&mHandle, &attr, thread_routine, /* arg = */ nullptr) == 0; - } - } --- -2.34.0 - diff --git a/gnu/packages/patches/tbb-other-arches.patch b/gnu/packages/patches/tbb-other-arches.patch index b649eb3eb8..0ebfde165c 100644 --- a/gnu/packages/patches/tbb-other-arches.patch +++ b/gnu/packages/patches/tbb-other-arches.patch @@ -1,8 +1,8 @@ diff --git a/src/tbb/tools_api/ittnotify_config.h b/src/tbb/tools_api/ittnotify_config.h -index 8ecc2378..0cf26f85 100644 +index f904a8e9..405f92e6 100644 --- a/src/tbb/tools_api/ittnotify_config.h +++ b/src/tbb/tools_api/ittnotify_config.h -@@ -159,6 +159,11 @@ +@@ -163,6 +163,11 @@ # define ITT_ARCH_ARM64 6 #endif /* ITT_ARCH_ARM64 */ @@ -14,7 +14,7 @@ index 8ecc2378..0cf26f85 100644 #ifndef ITT_ARCH # if defined _M_IX86 || defined __i386__ # define ITT_ARCH ITT_ARCH_IA32 -@@ -172,6 +177,8 @@ +@@ -176,6 +181,8 @@ # define ITT_ARCH ITT_ARCH_ARM64 # elif defined __powerpc64__ # define ITT_ARCH ITT_ARCH_PPC64 @@ -24,7 +24,7 @@ index 8ecc2378..0cf26f85 100644 #endif diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt -index 9534dce8..51a79331 100644 +index 2aa669c9..f915e252 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -387,7 +387,10 @@ if (TARGET TBB::tbb) diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm index d8c7d59c8d..4ce7c1cf49 100644 --- a/gnu/packages/tbb.scm +++ b/gnu/packages/tbb.scm @@ -32,7 +32,7 @@ (define-module (gnu packages tbb) (define-public tbb (package (name "tbb") - (version "2021.5.0") + (version "2021.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -41,12 +41,8 @@ (define-public tbb (file-name (git-file-name name version)) (sha256 (base32 - "1z0pqzfx63zrmyqdvvkk8vl5dc0i0n5cimdkrypd50ig4d4yi7sc")) - (patches - ;; Backport an upstream commit that prevents the - ;; "test_eh_thread" test failing on AArch64. - (search-patches "tbb-fix-test-on-aarch64.patch" - "tbb-other-arches.patch")))) + "039v4jmnkkxs7haxrfmk9j57vfbrwlhjynlm5byfaqddv4cbsy0p")) + (patches (search-patches "tbb-other-arches.patch")))) (build-system cmake-build-system) (arguments `(#:configure-flags '("-DTBB_STRICT=OFF"))) ;; Don't fail on warnings -- 2.38.0 From unknown Sun Jun 22 17:15:02 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Simon South Subject: bug#58757: closed (Re: bug#58757: [PATCH staging] gnu: tbb: Update to 2021.6.0.) Message-ID: References: <874juwbb9a.fsf@gnu.org> X-Gnu-PR-Message: they-closed 58757 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58757@debbugs.gnu.org Date: Fri, 18 Nov 2022 14:15:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1668780903-2832-1" This is a multi-part message in MIME format... ------------=_1668780903-2832-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58757: [PATCH staging] gnu: tbb: Update to 2021.6.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 58757@debbugs.gnu.org. --=20 58757: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58757 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1668780903-2832-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58757-done) by debbugs.gnu.org; 18 Nov 2022 14:14:47 +0000 Received: from localhost ([127.0.0.1]:35918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ow28k-0000it-Lx for submit@debbugs.gnu.org; Fri, 18 Nov 2022 09:14:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ow28i-0000iU-Or for 58757-done@debbugs.gnu.org; Fri, 18 Nov 2022 09:14:45 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ow28d-0008Uo-6T; Fri, 18 Nov 2022 09:14:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=IE8uX6GXYlSA0rb/ZRkrUml8CXttuAqDBt31kMTtqow=; b=C5C1gmsHihq/lVqGLUeb OEcmzXXC0uNtWVmC2/+WLe8FspfuscHJmXcRcVfVQr4FeGPjk9M4d2itdzTeh5Jk6m/H28h+RPv9p XF+uOjH2PyeHkeOi0Mkrdx3DE138kadIuDoPrx3EHS0SV10/71y5DSKJJgkNByOM9Kwxh54CLwfpc y61FDSyfL0a/OHo6sT00Tg9f1NDiUWujc0pjof/A5N+3Zr7SgAj2C5NaOB9h1Fl065OISJMpBnmNV h2dHyiOGOot1uRQ7UfEz4a8GtavlLrlLPPXdqplfOhpmIhq/mPNj3Zinhane3OvspLANEJ7XfDdJu 7rQBZmyzAfNuXA==; Received: from [193.50.110.147] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ow28R-0004hp-1E; Fri, 18 Nov 2022 09:14:39 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Simon South Subject: Re: bug#58757: [PATCH staging] gnu: tbb: Update to 2021.6.0. References: Date: Fri, 18 Nov 2022 15:14:25 +0100 In-Reply-To: (Simon South's message of "Mon, 24 Oct 2022 08:13:57 -0400") Message-ID: <874juwbb9a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58757-done Cc: 58757-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Simon, Simon South skribis: > This patch updates TBB ("Thread Building Blocks") to version 2021.6.0. > > It also removes a now-obsolete patch that was added temporarily to allow > building on AArch64.[0] > > I've tested this against the staging branch on x86_64-linux and aarch64-l= inux > and everything seems okay. > > - On x86_64-linux, I've rebuilt without issue all 406 dependent packages > reported by "guix refresh --list-dependent tbb" except for > python-dolfin-adjoint, r-mlr3ordinal and shogun, but these do not appea= r to > be new failures.[1] > > - On aarch64-linux, of tbb's immediate dependents[2] nlopt, octave, openv= db, > salmon and suitesparse build without issue. The remainder (or their own > dependencies) fail but none appear to be new failures.[3] > > As usual, building the full set of dependents would require packages (l= ike > the Haskell compiler) that either are not yet available for AArch64 or = are > not feasible to build on the hobbyist boards I have available. Thanks for testing it thoroughly. I figured applying it on current =E2=80=98master=E2=80=99 (time has passed= =E2=80=A6) wasn=E2=80=99t unreasonable given the number of dependents. Unfortunately didn=E2=80=99t pick it up but I confi= rmed that it still builds and passes tests on x86_64-linux. > gnu: tbb: Update to 2021.6.0. Applied, thanks! Ludo=E2=80=99. ------------=_1668780903-2832-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Oct 2022 12:14:28 +0000 Received: from localhost ([127.0.0.1]:47252 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwLb-0004fT-WA for submit@debbugs.gnu.org; Mon, 24 Oct 2022 08:14:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:49240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwLX-0004fB-5N for submit@debbugs.gnu.org; Mon, 24 Oct 2022 08:14:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omwLT-0005jb-D0 for guix-patches@gnu.org; Mon, 24 Oct 2022 08:14:21 -0400 Received: from mailout.easymail.ca ([64.68.200.34]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omwLJ-0003cK-4w for guix-patches@gnu.org; Mon, 24 Oct 2022 08:14:17 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 1D859E62C1 for ; Mon, 24 Oct 2022 12:14:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo08-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo08-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BNWvAtlIGOnt for ; Mon, 24 Oct 2022 12:14:05 +0000 (UTC) Received: from localhost.localdomain (23-233-96-72.cpe.pppoe.ca [23.233.96.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id BCEE8E628B for ; Mon, 24 Oct 2022 12:14:05 +0000 (UTC) From: Simon South To: guix-patches@gnu.org Subject: [PATCH staging] gnu: tbb: Update to 2021.6.0. Date: Mon, 24 Oct 2022 08:13:57 -0400 Message-Id: X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This patch updates TBB ("Thread Building Blocks") to version 2021.6.0. It also removes a now-obsolete patch that was added temporarily to allow building on AArch64.[0] I've tested this against the staging branch on x86_64-linux and aarch64-linux and everything seems okay. - On x86_64-linux, I've rebuilt without issue all 406 dependent packages reported by "guix refresh --list-dependent tbb" except for python-dolfin-adjoint, r-mlr3ordinal and shogun, but these do not appear to be new failures.[1] - On aarch64-linux, of tbb's immediate dependents[2] nlopt, octave, openvdb, salmon and suitesparse build without issue. The remainder (or their own dependencies) fail but none appear to be new failures.[3] As usual, building the full set of dependents would require packages (like the Haskell compiler) that either are not yet available for AArch64 or are not feasible to build on the hobbyist boards I have available. -- Simon South simon@simonsouth.net [0] In commit 2d4c22b0aa49: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=2d4c22b0aa497f8a5e57a453b1dbf3ea98747c5f [1] https://ci.guix.gnu.org/search?query=python-dolfin-adjoint+spec%3Astaging+system%3Ax86_64-linux https://ci.guix.gnu.org/search?query=r-mlr3ordinal+spec%3Astaging+system%3Ax86_64-linux https://ci.guix.gnu.org/search?query=shogun+spec%3Astaging+system%3Ax86_64-linux [2] blender@3.0.1, embree@3.12.1, hyperledger-iroha@1.1.1, insight-toolkit@4.12.2, insight-toolkit@4.13.2, insight-toolkit@5.0.0, openvdb@8.2.0, prusa-slicer@2.4.2, salmon@1.9.0 and suitesparse@5.12.0. [3] https://ci.guix.gnu.org/search?query=embree+spec%3Astaging+system%3Aaarch64-linux https://ci.guix.gnu.org/search?query=opencolorio+spec%3Astaging+system%3Aaarch64-linux https://ci.guix.gnu.org/search?query=prusa-slicer+spec%3Astaging+system%3Aaarch64-linux https://ci.guix.gnu.org/search?query=vxl+spec%3Astaging+system%3Aaarch64-linux Simon South (1): gnu: tbb: Update to 2021.6.0. gnu/local.mk | 1 - .../patches/tbb-fix-test-on-aarch64.patch | 35 ------------------- gnu/packages/patches/tbb-other-arches.patch | 8 ++--- gnu/packages/tbb.scm | 10 ++---- 4 files changed, 7 insertions(+), 47 deletions(-) delete mode 100644 gnu/packages/patches/tbb-fix-test-on-aarch64.patch base-commit: 408a4ed071c9c52de207d799a698781d49fa727d -- 2.38.0 ------------=_1668780903-2832-1--