summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2022-06-07 21:26:54 -0500
committerMatthias Maier <tamiko@gentoo.org>2022-06-07 21:26:54 -0500
commit936d41f52506639b57c8b1b18e65e6ef512ae4a4 (patch)
tree957a4b819df309f9ad89f55d97f0b638607fa360 /sci-libs/dealii
parentsys-libs/binutils-libs: verbose logs, use output synchronisation (diff)
downloadgentoo-936d41f52506639b57c8b1b18e65e6ef512ae4a4.tar.gz
gentoo-936d41f52506639b57c8b1b18e65e6ef512ae4a4.tar.bz2
gentoo-936d41f52506639b57c8b1b18e65e6ef512ae4a4.zip
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@gentoo.org>
Diffstat (limited to 'sci-libs/dealii')
-rw-r--r--sci-libs/dealii/dealii-9999.ebuild4
1 files 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)"
)