From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vidstab/
Date: Mon, 15 Jan 2024 18:13:29 +0000 (UTC) [thread overview]
Message-ID: <1705342405.6981b4106613e758228eafcacd42d8cedf9b379c.candrews@gentoo> (raw)
commit: 6981b4106613e758228eafcacd42d8cedf9b379c
Author: Kalin KOZHUHAROV <me.kalin <AT> gmail <DOT> com>
AuthorDate: Mon Jan 15 16:42:31 2024 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 18:13:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6981b410
media-libs/vidstab: -fopenmp when testing
Closes: https://bugs.gentoo.org/740164
Reported-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Signed-off-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Bug: https://bugs.gentoo.org/836290
Closes: https://github.com/gentoo/gentoo/pull/34821
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-libs/vidstab/vidstab-1.1.1.ebuild | 5 +++--
media-libs/vidstab/vidstab-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-libs/vidstab/vidstab-1.1.1.ebuild b/media-libs/vidstab/vidstab-1.1.1.ebuild
index 108371643901..75793c8fcb19 100644
--- a/media-libs/vidstab/vidstab-1.1.1.ebuild
+++ b/media-libs/vidstab/vidstab-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2023 Gentoo Authors
+# Copyright 2018-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ fi
LICENSE="GPL-2+"
SLOT="0"
-IUSE="openmp cpu_flags_x86_sse2"
+IUSE="openmp cpu_flags_x86_sse2 flag-o-matic"
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
@@ -54,6 +54,7 @@ multilib_src_test() {
-DUSE_OMP="$(usex openmp)"
-DSSE2_FOUND="$(usex cpu_flags_x86_sse2)"
)
+ append-cflags $(test-flags-CC -fopenmp)
local CMAKE_USE_DIR="${CMAKE_USE_DIR}/tests"
local BUILD_DIR="${BUILD_DIR}/tests"
cmake_src_configure
diff --git a/media-libs/vidstab/vidstab-9999.ebuild b/media-libs/vidstab/vidstab-9999.ebuild
index 38165c72a42b..8552e4389b80 100644
--- a/media-libs/vidstab/vidstab-9999.ebuild
+++ b/media-libs/vidstab/vidstab-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2023 Gentoo Authors
+# Copyright 2018-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ fi
LICENSE="GPL-2+"
SLOT="0"
-IUSE="openmp cpu_flags_x86_sse2"
+IUSE="openmp cpu_flags_x86_sse2 flag-o-matic"
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
@@ -54,6 +54,7 @@ multilib_src_test() {
-DUSE_OMP="$(usex openmp)"
-DSSE2_FOUND="$(usex cpu_flags_x86_sse2)"
)
+ append-cflags $(test-flags-CC -fopenmp)
local CMAKE_USE_DIR="${CMAKE_USE_DIR}/tests"
local BUILD_DIR="${BUILD_DIR}/tests"
cmake_src_configure
next reply other threads:[~2024-01-15 18:13 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-15 18:13 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-04 8:39 [gentoo-commits] repo/gentoo:master commit in: media-libs/vidstab/ Arthur Zamarin
2025-07-03 3:17 Sam James
2025-06-22 12:17 Sam James
2025-06-22 11:55 Sam James
2025-06-22 11:55 Sam James
2025-06-22 11:51 Sam James
2024-09-06 18:41 Arthur Zamarin
2024-02-10 23:38 Craig Andrews
2024-02-10 23:29 Craig Andrews
2024-01-16 18:44 Craig Andrews
2024-01-16 18:44 Craig Andrews
2023-04-10 2:14 Sam James
2023-04-09 19:38 Sam James
2023-04-09 19:37 Sam James
2023-04-09 18:41 Arthur Zamarin
2023-04-09 18:41 Arthur Zamarin
2023-04-09 18:41 Arthur Zamarin
2023-03-22 20:42 Andreas Sturmlechner
2023-03-22 18:53 Andreas Sturmlechner
2023-03-10 13:47 Craig Andrews
2022-12-02 18:44 WANG Xuerui
2022-05-16 8:12 David Seifert
2021-08-24 14:33 Marek Szuba
2020-05-01 13:58 Agostino Sarubbo
2020-04-26 5:13 Georgy Yakovlev
2020-04-25 10:41 Mikle Kolyada
2019-11-19 12:43 Craig Andrews
2019-11-19 12:43 Craig Andrews
2019-09-14 5:03 Matt Turner
2019-07-28 18:31 Aaron Bauman
2019-07-22 8:54 Mikle Kolyada
2019-07-18 7:26 Agostino Sarubbo
2019-02-19 21:15 Markus Meier
2019-02-18 7:58 Georgy Yakovlev
2019-02-12 9:49 Tobias Klausmann
2019-01-21 23:30 Sergei Trofimovich
2019-01-17 8:03 Sergei Trofimovich
2019-01-16 23:35 Sergei Trofimovich
2019-01-11 16:15 Craig Andrews
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1705342405.6981b4106613e758228eafcacd42d8cedf9b379c.candrews@gentoo \
--to=candrews@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox