From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/
Date: Wed, 14 Aug 2019 16:32:43 +0000 (UTC) [thread overview]
Message-ID: <1565800301.0ca5296eff6f0036d51dceb69aa8cdc99c98df46.tamiko@gentoo> (raw)
commit: 0ca5296eff6f0036d51dceb69aa8cdc99c98df46
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 16:30:55 2019 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 16:31:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca5296e
sci-libs/dealii: fix QA issue
Closes: https://bugs.gentoo.org/692082
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-libs/dealii/dealii-9.1.1.ebuild | 4 +++-
sci-libs/dealii/dealii-9999.ebuild | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/sci-libs/dealii/dealii-9.1.1.ebuild b/sci-libs/dealii/dealii-9.1.1.ebuild
index 719f7819739..f4aeb21e9f0 100644
--- a/sci-libs/dealii/dealii-9.1.1.ebuild
+++ b/sci-libs/dealii/dealii-9.1.1.ebuild
@@ -113,7 +113,6 @@ src_configure() {
-DDEAL_II_WITH_MUPARSER="$(usex muparser)"
-DDEAL_II_WITH_NANOFLANN="$(usex nanoflann)"
-DDEAL_II_WITH_NETCDF="$(usex netcdf)"
- -DOPENCASCADE_DIR="${CASROOT}"
-DDEAL_II_WITH_OPENCASCADE="$(usex opencascade)"
-DDEAL_II_WITH_P4EST="$(usex p4est)"
-DDEAL_II_WITH_PETSC="$(usex petsc)"
@@ -128,6 +127,9 @@ src_configure() {
-DDEAL_II_WITH_TRILINOS="$(usex trilinos)"
)
+ # Do a little dance for purely cosmetic "QA" reasons.
+ use opencascade && mycmakeargs+=( -DOPENCASCADE_DIR="${CASROOT}" )
+
# Do a little dance for purely cosmetic "QA" reasons. The build system
# does query for the highest instruction set first and skips the other
# variables if a "higher" variant is set
diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
index 719f7819739..dbaa10c592b 100644
--- a/sci-libs/dealii/dealii-9999.ebuild
+++ b/sci-libs/dealii/dealii-9999.ebuild
@@ -128,6 +128,9 @@ src_configure() {
-DDEAL_II_WITH_TRILINOS="$(usex trilinos)"
)
+ # Do a little dance for purely cosmetic "QA" reasons.
+ use opencascade && mycmakeargs+=( -DOPENCASCADE_DIR="${CASROOT}" )
+
# Do a little dance for purely cosmetic "QA" reasons. The build system
# does query for the highest instruction set first and skips the other
# variables if a "higher" variant is set
next reply other threads:[~2019-08-14 16:32 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-14 16:32 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 1:50 [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/ Matthias Maier
2025-02-15 1:50 Matthias Maier
2024-12-31 12:26 Matthias Maier
2024-08-11 23:30 Matthias Maier
2024-08-11 23:30 Matthias Maier
2024-04-23 20:37 Sam James
2024-02-16 1:03 Matthias Maier
2024-02-16 1:03 Matthias Maier
2023-09-04 19:20 Matthias Maier
2023-07-11 3:52 Matthias Maier
2023-07-11 3:52 Matthias Maier
2023-01-02 19:13 Matthias Maier
2022-12-08 4:39 Matthias Maier
2022-12-05 17:18 Matthias Maier
2022-12-01 20:47 Matthias Maier
2022-11-19 4:48 David Seifert
2022-10-20 4:03 Sam James
2022-06-26 3:38 Matthias Maier
2022-06-26 3:32 Matthias Maier
2022-06-26 3:32 Matthias Maier
2022-06-26 3:32 Matthias Maier
2022-06-08 2:27 Matthias Maier
2022-06-03 12:34 Joonas Niilola
2022-05-26 1:39 Matthias Maier
2022-01-15 10:47 Matthias Maier
2022-01-15 0:45 Matthias Maier
2022-01-04 21:49 Matthias Maier
2021-12-20 10:57 David Seifert
2021-12-14 3:28 Sam James
2021-12-06 20:52 Matthias Maier
2021-11-03 19:13 Matthias Maier
2021-11-03 19:13 Matthias Maier
2021-10-30 6:44 Matthias Maier
2021-10-29 22:23 Sam James
2021-10-04 0:27 Sam James
2021-07-15 19:30 Matthias Maier
2021-07-15 11:57 Matthias Maier
2021-06-02 22:36 Sam James
2021-06-02 6:50 Matthias Maier
2021-06-02 6:50 Matthias Maier
2021-06-02 6:50 Matthias Maier
2021-04-27 19:42 Matthias Maier
2021-04-24 6:33 Matthias Maier
2021-01-17 11:52 David Seifert
2020-09-16 19:16 Matthias Maier
2020-09-04 16:13 Matthias Maier
2020-06-11 12:25 David Seifert
2020-05-21 17:48 Matthias Maier
2020-05-21 16:52 Matthias Maier
2019-12-24 14:47 Matthias Maier
2019-08-05 15:07 Matthias Maier
2019-08-05 6:52 Matthias Maier
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=1565800301.0ca5296eff6f0036d51dceb69aa8cdc99c98df46.tamiko@gentoo \
--to=tamiko@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