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, 8 Jun 2022 02:27:52 +0000 (UTC) [thread overview]
Message-ID: <1654655214.936d41f52506639b57c8b1b18e65e6ef512ae4a4.tamiko@gentoo> (raw)
commit: 936d41f52506639b57c8b1b18e65e6ef512ae4a4
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 02:26:54 2022 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 02:26:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936d41f5
sci-libs/dealii: fix live ebuild
- do not allow bundled libraries to be configured
- remove redundant statement
- disable dysfunctional taskflow dependency
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-libs/dealii/dealii-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
index 1fd234c472ac..8b75ea6b09ac 100644
--- a/sci-libs/dealii/dealii-9999.ebuild
+++ b/sci-libs/dealii/dealii-9999.ebuild
@@ -86,11 +86,11 @@ src_configure() {
-DDEAL_II_PACKAGE_VERSION="${PV}"
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF
-DDEAL_II_ALLOW_AUTODETECTION=OFF
+ -DDEAL_II_ALLOW_BUNDLED=OFF
-DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF
-DDEAL_II_COMPILE_EXAMPLES=OFF
-DDEAL_II_DOCHTML_RELDIR="share/doc/${P}/html"
-DDEAL_II_DOCREADME_RELDIR="share/doc/${P}"
- -DDEAL_II_COMPILE_EXAMPLES=OFF
-DDEAL_II_EXAMPLES_RELDIR="share/doc/${P}/examples"
-DDEAL_II_LIBRARY_RELDIR="$(get_libdir)"
-DDEAL_II_SHARE_RELDIR="share/${PN}"
@@ -120,7 +120,7 @@ src_configure() {
-DBUILD_SHARED_LIBS="$(usex !static-libs)"
-DDEAL_II_PREFER_STATIC_LIBS="$(usex static-libs)"
-DDEAL_II_WITH_TBB=ON
- -DDEAL_II_WITH_TASKFLOW=ON
+ -DDEAL_II_WITH_TASKFLOW=OFF
-DDEAL_II_WITH_TRILINOS="$(usex trilinos)"
)
next reply other threads:[~2022-06-08 2:28 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-08 2:27 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-11 23:30 [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/ 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-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-14 16:32 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=1654655214.936d41f52506639b57c8b1b18e65e6ef512ae4a4.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