From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/
Date: Mon, 16 May 2022 05:41:25 +0000 (UTC) [thread overview]
Message-ID: <1652678960.436c3cf55dd8a5f8522bc4fee2dd8607d0cbf244.sam@gentoo> (raw)
commit: 436c3cf55dd8a5f8522bc4fee2dd8607d0cbf244
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 05:29:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 16 05:29:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436c3cf5
sci-astronomy/siril: fix openmp check
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-astronomy/siril/siril-1.0.1.ebuild | 8 ++++++--
sci-astronomy/siril/siril-9999.ebuild | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/sci-astronomy/siril/siril-1.0.1.ebuild b/sci-astronomy/siril/siril-1.0.1.ebuild
index 822c1fba9bfd..e24c4af5709a 100644
--- a/sci-astronomy/siril/siril-1.0.1.ebuild
+++ b/sci-astronomy/siril/siril-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit meson xdg
+inherit meson toolchain-funcs xdg
DESCRIPTION="A free astronomical image processing software"
HOMEPAGE="https://www.siril.org/"
@@ -54,7 +54,11 @@ PATCHES=(
DOCS=( README.md NEWS ChangeLog LICENSE.md LICENSE_sleef.txt AUTHORS )
pkg_pretend() {
- use openmp && tc-check-openmp
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
src_configure() {
diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild
index 822c1fba9bfd..e24c4af5709a 100644
--- a/sci-astronomy/siril/siril-9999.ebuild
+++ b/sci-astronomy/siril/siril-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit meson xdg
+inherit meson toolchain-funcs xdg
DESCRIPTION="A free astronomical image processing software"
HOMEPAGE="https://www.siril.org/"
@@ -54,7 +54,11 @@ PATCHES=(
DOCS=( README.md NEWS ChangeLog LICENSE.md LICENSE_sleef.txt AUTHORS )
pkg_pretend() {
- use openmp && tc-check-openmp
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
src_configure() {
next reply other threads:[~2022-05-16 5:41 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-16 5:41 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 11:03 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/ Sam James
2025-02-19 11:13 Sam James
2025-02-19 11:13 Sam James
2025-01-31 8:02 Joonas Niilola
2024-12-19 16:09 Joonas Niilola
2024-12-19 16:09 Joonas Niilola
2024-11-23 7:52 Joonas Niilola
2024-10-13 0:56 Jason Zaman
2024-08-06 1:46 Sam James
2024-07-05 22:37 Jason Zaman
2024-07-04 9:29 Jakov Smolić
2024-04-23 9:28 Sam James
2024-03-16 9:47 Joonas Niilola
2023-10-19 6:32 Joonas Niilola
2023-09-18 7:40 Sam James
2023-08-22 6:10 Joonas Niilola
2023-06-27 11:06 Sam James
2023-06-13 6:32 Viorel Munteanu
2023-03-08 16:33 Joonas Niilola
2023-02-09 8:50 Joonas Niilola
2023-02-07 17:51 Sam James
2022-12-18 8:32 Sam James
2022-12-16 4:30 Sam James
2022-12-16 1:40 Sam James
2022-11-10 16:15 Joonas Niilola
2022-11-10 16:15 Joonas Niilola
2022-11-10 16:15 Joonas Niilola
2022-11-03 8:08 Agostino Sarubbo
2022-11-02 23:14 Sam James
2022-10-27 8:12 Joonas Niilola
2022-10-07 20:19 Sam James
2022-07-16 7:16 Joonas Niilola
2022-05-16 5:41 Sam James
2022-05-16 5:26 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=1652678960.436c3cf55dd8a5f8522bc4fee2dd8607d0cbf244.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