Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tbb: fix configure_args on x86_64*/aarch64*.
@ 2024-02-28 22:24 atweiden
  2024-02-29 10:35 ` [PR PATCH] [Merged]: " thypon
  0 siblings, 1 reply; 2+ messages in thread
From: atweiden @ 2024-02-28 22:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There is a new pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages tbb
https://github.com/void-linux/void-packages/pull/48993

tbb: fix configure_args on x86_64*/aarch64*.
#### Testing the changes
- I tested the changes in this PR: **NO**

A patch file from https://github.com/void-linux/void-packages/pull/48993.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tbb-48993.patch --]
[-- Type: text/x-diff, Size: 985 bytes --]

From 4fd57da40268a46fe36cf33297955fea974b8307 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 28 Feb 2024 22:20:58 +0000
Subject: [PATCH] tbb: fix configure_args on x86_64*/aarch64*.

---
 srcpkgs/tbb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tbb/template b/srcpkgs/tbb/template
index 36a56f86c1d88d..560904f1e6745f 100644
--- a/srcpkgs/tbb/template
+++ b/srcpkgs/tbb/template
@@ -1,7 +1,7 @@
 # Template file for 'tbb'
 pkgname=tbb
 version=2021.11.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DTBB_STRICT=OFF -DTBB_TEST=OFF"
 makedepends="libgomp-devel libhwloc-devel"
@@ -16,9 +16,9 @@ make_check=no  # checks fail upstream on i686
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|aarch64*)
-		build_options_default+=" -DTBB4PY_BUILD=ON"
 		hostmakedepends+=" python3-devel python3-distutils-extra swig"
 		makedepends+=" python3-devel"
+		configure_args+=" -DTBB4PY_BUILD=ON"
 	;;
 esac
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: tbb: fix configure_args on x86_64*/aarch64*.
  2024-02-28 22:24 [PR PATCH] tbb: fix configure_args on x86_64*/aarch64* atweiden
@ 2024-02-29 10:35 ` thypon
  0 siblings, 0 replies; 2+ messages in thread
From: thypon @ 2024-02-29 10:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

There's a merged pull request on the void-packages repository

tbb: fix configure_args on x86_64*/aarch64*.
https://github.com/void-linux/void-packages/pull/48993

Description:
#### Testing the changes
- I tested the changes in this PR: **NO**

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-29 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 22:24 [PR PATCH] tbb: fix configure_args on x86_64*/aarch64* atweiden
2024-02-29 10:35 ` [PR PATCH] [Merged]: " thypon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).