public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openvdb] rawhide: FTBSFS fix (rhbz#2504382)
@ 2026-08-06 10:36 Ali Erdinc Koroglu
  0 siblings, 0 replies; only message in thread
From: Ali Erdinc Koroglu @ 2026-08-06 10:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openvdb
Branch : rawhide
Commit : c26113783fb132412395e840a3f9c3912a0a40e1
Author : Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
Date   : 2026-08-06T13:36:36+03:00
Stats  : +30/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/openvdb/c/c26113783fb132412395e840a3f9c3912a0a40e1?branch=rawhide

Log:
FTBSFS fix (rhbz#2504382)

---
diff --git a/2200.patch b/2200.patch
new file mode 100644
index 0000000..9d9d3a7
--- /dev/null
+++ b/2200.patch
@@ -0,0 +1,27 @@
+diff --git a/openvdb/openvdb/thread/Threading.h b/openvdb/openvdb/thread/Threading.h
+index b339a85ecc..f1433341f9 100644
+--- a/openvdb/openvdb/thread/Threading.h
++++ b/openvdb/openvdb/thread/Threading.h
+@@ -14,14 +14,16 @@
+ #endif
+ 
+ 
+-/// @note tbb/blocked_range.h is the ONLY include that persists from TBB 2020
+-///   to TBB 2021 that itself includes the TBB specific version header files.
+-///   In TBB 2020, the version header was called tbb/stddef.h. In 2021, it's
+-///   called tbb/version.h. We include tbb/blocked_range.h here to indirectly
+-///   access the version defines in a consistent way so that downstream
+-///   software doesn't need to provide compile time defines.
+ #include <tbb/blocked_range.h>
+ #include <tbb/task.h>
++/// @note tbb/task_arena.h is the ONLY include that persists from TBB 2020
++///   to TBB 2021 to TBB 2023 that itself includes the TBB specific version
++///   header files.
++///   In TBB 2020, the version header was called tbb/stddef.h. In 2021+, it's
++///   called tbb/version.h. We include tbb/task_arena.h here to indirectly
++///   access the version defines in a consistent way so that downstream
++///   software doesn't need to provide compile time defines.
++#include <tbb/task_arena.h>
+ #include <tbb/task_group.h>
+ 
+ namespace openvdb {

diff --git a/openvdb.spec b/openvdb.spec
index a8e4c7a..49759ae 100644
--- a/openvdb.spec
+++ b/openvdb.spec
@@ -31,6 +31,9 @@ URL:            https://www.openvdb.org/
 
 Source0:        https://github.com/AcademySoftwareFoundation/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
 
+# https://github.com/AcademySoftwareFoundation/openvdb/pull/2200
+Patch0:		2200.patch
+
 # OpenVDB no longer builds on 32bits with latest TBB due to OOM.
 ExcludeArch:    %{ix86}
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-06 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 10:36 [rpms/openvdb] rawhide: FTBSFS fix (rhbz#2504382) Ali Erdinc Koroglu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox