From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/oidn/
Date: Fri, 28 Jun 2024 17:00:45 +0000 (UTC) [thread overview]
Message-ID: <1719593997.38a03982ee1842298b6ec3fd262113a166b70e84.sam@gentoo> (raw)
commit: 38a03982ee1842298b6ec3fd262113a166b70e84
Author: Aliaksei Urbanski <aliaksei.urbanski <AT> gmail <DOT> com>
AuthorDate: Wed Jun 26 03:32:46 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 16:59:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a03982
media-libs/oidn: fix a not used CMake variable in 2.2.2
Closes: https://bugs.gentoo.org/928424
Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/oidn/oidn-2.2.2.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/media-libs/oidn/oidn-2.2.2.ebuild b/media-libs/oidn/oidn-2.2.2.ebuild
index 224f56744910..4dcd0fbebb18 100644
--- a/media-libs/oidn/oidn-2.2.2.ebuild
+++ b/media-libs/oidn/oidn-2.2.2.ebuild
@@ -58,7 +58,6 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DOIDN_APPS="$(usex apps)"
- -DOIDN_APPS_OPENIMAGEIO="$(usex apps "$(usex openimageio)")"
-DOIDN_DEVICE_CPU="yes"
-DOIDN_DEVICE_CUDA="$(usex cuda)"
@@ -66,6 +65,10 @@ src_configure() {
# -DOIDN_DEVICE_SYCL="$(usex sycl)"
)
+ if use apps; then
+ mycmakeargs+=( -DOIDN_APPS_OPENIMAGEIO="$(usex openimageio)" )
+ fi
+
if use cuda; then
export CUDAHOSTCXX="$(cuda_gccdir)"
fi
next reply other threads:[~2024-06-28 17:00 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-28 17:00 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-22 16:08 [gentoo-commits] repo/gentoo:master commit in: media-libs/oidn/ Sam James
2025-04-28 14:01 Sam James
2025-03-07 13:22 Sam James
2025-03-07 13:22 Sam James
2025-01-05 17:49 Arthur Zamarin
2024-09-05 2:12 Sam James
2024-06-28 17:00 Sam James
2024-06-28 17:00 Sam James
2024-03-25 18:57 Sam James
2024-03-25 18:57 Sam James
2023-05-01 0:47 Sam James
2023-04-09 12:35 Arthur Zamarin
2022-12-24 14:06 Andreas Sturmlechner
2022-07-09 5:57 Sam James
2022-06-07 8:26 Jakov Smolić
2022-01-02 3:29 Sam James
2021-10-31 5:53 Sam James
2021-10-29 22:23 Sam James
2021-09-19 3:30 Sam James
2021-09-19 3:09 Sam James
2021-09-19 3:09 Sam James
2021-08-18 23:34 Sam James
2021-08-18 23:34 Sam James
2021-06-10 0:51 Sam James
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=1719593997.38a03982ee1842298b6ec3fd262113a166b70e84.sam@gentoo \
--to=sam@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