From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/
Date: Fri, 4 Sep 2020 16:13:35 +0000 (UTC) [thread overview]
Message-ID: <1599235993.fa05bf27b53d4abb7a79fb6a35fe2054874ce807.tamiko@gentoo> (raw)
commit: fa05bf27b53d4abb7a79fb6a35fe2054874ce807
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 15:39:40 2020 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 16:13:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa05bf27
sci-libs/dealii: update live ebuild
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-libs/dealii/dealii-9999.ebuild | 13 ++++---------
sci-libs/dealii/metadata.xml | 2 +-
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
index c13b60b4952..e7437c82a96 100644
--- a/sci-libs/dealii/dealii-9999.ebuild
+++ b/sci-libs/dealii/dealii-9999.ebuild
@@ -31,8 +31,8 @@ SLOT="0"
IUSE="
adolc assimp arpack cpu_flags_x86_avx cpu_flags_x86_avx512f
cpu_flags_x86_sse2 cuda +debug doc +examples ginkgo gmsh +gsl hdf5
- +lapack metis mpi muparser nanoflann opencascade netcdf p4est petsc
- scalapack slepc +sparse static-libs sundials symengine +tbb trilinos
+ +lapack metis mpi muparser opencascade p4est petsc
+ scalapack slepc +sparse static-libs sundials symengine trilinos
"
# TODO: add slepc use flag once slepc is packaged for gentoo-science
@@ -44,6 +44,7 @@ REQUIRED_USE="
RDEPEND="dev-libs/boost
app-arch/bzip2
sys-libs/zlib
+ dev-cpp/cpp-taskflow
adolc? ( sci-libs/adolc )
arpack? ( sci-libs/arpack[mpi=] )
assimp? ( media-libs/assimp )
@@ -56,8 +57,6 @@ RDEPEND="dev-libs/boost
metis? ( >=sci-libs/parmetis-4 )
mpi? ( virtual/mpi )
muparser? ( dev-cpp/muParser )
- nanoflann? ( sci-libs/nanoflann )
- netcdf? ( sci-libs/netcdf-cxx:0 )
opencascade? ( sci-libs/opencascade:* )
p4est? ( sci-libs/p4est[mpi] )
petsc? ( sci-mathematics/petsc[mpi=] )
@@ -66,7 +65,6 @@ RDEPEND="dev-libs/boost
sparse? ( sci-libs/umfpack )
sundials? ( <sci-libs/sundials-4:= )
symengine? ( >=sci-libs/symengine-0.4:= )
- tbb? ( dev-cpp/tbb )
trilinos? ( sci-libs/trilinos )"
DEPEND="${RDEPEND}
@@ -85,7 +83,6 @@ src_configure() {
-DDEAL_II_PACKAGE_VERSION=9999
-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"
@@ -109,8 +106,6 @@ src_configure() {
-DDEAL_II_WITH_METIS="$(usex metis)"
-DDEAL_II_WITH_MPI="$(usex mpi)"
-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)"
@@ -122,7 +117,7 @@ src_configure() {
-DDEAL_II_WITH_UMFPACK="$(usex sparse)"
-DBUILD_SHARED_LIBS="$(usex !static-libs)"
-DDEAL_II_PREFER_STATIC_LIBS="$(usex static-libs)"
- -DDEAL_II_WITH_THREADS="$(usex tbb)"
+ -DDEAL_II_WITH_TASKFLOW=ON
-DDEAL_II_WITH_TRILINOS="$(usex trilinos)"
)
diff --git a/sci-libs/dealii/metadata.xml b/sci-libs/dealii/metadata.xml
index 90bacf01225..cfcb25d9e50 100644
--- a/sci-libs/dealii/metadata.xml
+++ b/sci-libs/dealii/metadata.xml
@@ -25,10 +25,10 @@ and extra output. If you want to get meaningful backtraces see
<flag name="gmsh">Add support for gmsh (<pkg>sci-libs/gmsh</pkg>)</flag>
<flag name="metis">Add support for metis (<pkg>sci-libs/metis</pkg>)</flag>
<flag name="muparser">Add support for muparser (<pkg>dev-cpp/muParser</pkg>)</flag>
- <flag name="nanoflann">Adds support for nanoflann (<pkg>sci-libs/nanoflann</pkg>)</flag>
<flag name="opencascade">Add support for opencascade (<pkg>sci-libs/opencascade</pkg>)</flag>
<flag name="p4est">Add support for p4est (<pkg>sci-libs/p4est</pkg>)</flag>
<flag name="petsc">Add support for petsc (<pkg>sci-mathematics/petsc</pkg>)</flag>
+ <flag name="nanoflann">Adds support for nanoflann (<pkg>sci-libs/nanoflann</pkg>)</flag>
<flag name="scalapack">Add support for ScaLAPACK (<pkg>sci-libs/scalapack</pkg>)</flag>
<flag name="slepc">Add support for slepc (<pkg>sci-mathematics/slepc</pkg>)</flag>
<flag name="sparse">Add support for suitesparse (<pkg>sci-libs/suitesparse</pkg>)</flag>
next reply other threads:[~2020-09-04 16:13 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-04 16:13 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-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=1599235993.fa05bf27b53d4abb7a79fb6a35fe2054874ce807.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