Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3a7eccb7226aac7af82ed5c3f982dee261bb0ccf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3a7eccb7226aac7af82ed5c3f982dee261bb0ccf)
  • Date: Fri, 9 Sep 2022 19:05:05 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/tbb/patches/0001-Define-ITT_ARCH_IA64-when-undefiend.patch
| 1 +

libs/tbb/patches/0001-Detect-32-bit-x86-systems-while-adding-mwaitpkg-option.patch
| 1 +
libs/tbb/patches/0001-Fix-build-against-musl-libc.patch
| 2 +-
libs/tbb/patches/0002-Enable-building-against-libucontext.patch
| 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 3a7eccb7226aac7af82ed5c3f982dee261bb0ccf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tbb: Mark merged patches

commit 3b5387c4b5556f9b757e9d683248d67d8ce6f37a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tbb: Update status of my patches

diff --git a/libs/tbb/patches/0001-Define-ITT_ARCH_IA64-when-undefiend.patch
b/libs/tbb/patches/0001-Define-ITT_ARCH_IA64-when-undefiend.patch
index 0f7f160..7378c7b 100644
--- a/libs/tbb/patches/0001-Define-ITT_ARCH_IA64-when-undefiend.patch
+++ b/libs/tbb/patches/0001-Define-ITT_ARCH_IA64-when-undefiend.patch
@@ -10,6 +10,7 @@ of them are undefined) and results in a build error due to
`__TBB_machine_fetchadd4` being undefined.

Origin: Arch Linux
+Upstream-Status: Accepted [https://github.com/oneapi-src/oneTBB/pull/550]
---
src/tbb/tools_api/ittnotify_config.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/libs/tbb/patches/0001-Detect-32-bit-x86-systems-while-adding-mwaitpkg-option.patch

b/libs/tbb/patches/0001-Detect-32-bit-x86-systems-while-adding-mwaitpkg-option.patch
index a745a61..b5bc134 100644
---
a/libs/tbb/patches/0001-Detect-32-bit-x86-systems-while-adding-mwaitpkg-option.patch
+++
b/libs/tbb/patches/0001-Detect-32-bit-x86-systems-while-adding-mwaitpkg-option.patch
@@ -4,6 +4,7 @@ Date: Fri, 8 Oct 2021 10:18:16 +0300
Subject: [PATCH] Detect 32 bit x86 systems while adding -mwaitpkg option

Signed-off-by: Ilya Isaev <ilya.isaev AT intel.com>
+Upstream-Status: Accepted [https://github.com/oneapi-src/oneTBB/pull/609]
---
cmake/compilers/Clang.cmake | 2 +-
cmake/compilers/GNU.cmake | 2 +-
diff --git a/libs/tbb/patches/0001-Fix-build-against-musl-libc.patch
b/libs/tbb/patches/0001-Fix-build-against-musl-libc.patch
index d000f1d..92aa31c 100644
--- a/libs/tbb/patches/0001-Fix-build-against-musl-libc.patch
+++ b/libs/tbb/patches/0001-Fix-build-against-musl-libc.patch
@@ -7,7 +7,7 @@ Probably MALLOC_UNIXLIKE_OVERLOAD_ENABLED only works with
glibc, so use
__GLIBC__ in addition to __linux__ to define it.

Origin: Source Mage GNU/Linux
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://github.com/oneapi-src/oneTBB/pull/899]
Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
---
src/tbbmalloc_proxy/proxy.h | 2 +-
diff --git a/libs/tbb/patches/0002-Enable-building-against-libucontext.patch
b/libs/tbb/patches/0002-Enable-building-against-libucontext.patch
index 6767057..40fb478 100644
--- a/libs/tbb/patches/0002-Enable-building-against-libucontext.patch
+++ b/libs/tbb/patches/0002-Enable-building-against-libucontext.patch
@@ -6,7 +6,7 @@ Subject: [PATCH 2/2] Enable building against libucontext
The ucontext.h API may be implemented outside the libc.

Origin: Source Mage GNU/Linux
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://github.com/oneapi-src/oneTBB/pull/900]
Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
---
cmake/ucontext.cmake | 20 ++++++++++++++++++++



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3a7eccb7226aac7af82ed5c3f982dee261bb0ccf), Ismael Luceno, 09/09/2022

Archive powered by MHonArc 2.6.24.

Top of Page