Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/mfem/
Date: Tue, 31 May 2022 15:36:49
Message-Id: 1654011402.b1d1dfe27ae8cfa80ceead6e5e8938a0634ed9ff.Alessandro-Barbieri@gentoo
1 commit: b1d1dfe27ae8cfa80ceead6e5e8938a0634ed9ff
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 31 15:28:05 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 31 15:36:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1d1dfe2
7
8 sci-libs/mfem: remove moonolith cmake arg
9
10 Closes: https://bugs.gentoo.org/848042
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sci-libs/mfem/mfem-4.4.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/mfem/mfem-4.4.ebuild b/sci-libs/mfem/mfem-4.4.ebuild
17 index 12c00fc51..5d96fcc42 100644
18 --- a/sci-libs/mfem/mfem-4.4.ebuild
19 +++ b/sci-libs/mfem/mfem-4.4.ebuild
20 @@ -34,7 +34,7 @@ IUSE="
21 ${cpuflags}
22 benchmark codipack debug examples exceptions ginkgo hip lapack +metis mpfr mpi mumps netcdf openmp petsc slepc sparse ssl strumpack sundials superlu test threadsafe unwind zlib
23 "
24 -# TODO: cuda mesquite gslib
25 +# TODO: cuda mesquite gslib moonolith
26
27 RDEPEND="
28 benchmark? ( dev-cpp/benchmark )
29 @@ -121,7 +121,6 @@ src_configure() {
30 -DMFEM_USE_GSLIB=NO
31 -DMFEM_USE_HIOP=NO
32 -DMFEM_USE_MKL_CPARDISO=NO
33 - -DMFEM_USE_MOONOLITH=NO
34 -DMFEM_USE_OCCA=NO
35 -DMFEM_USE_PARELAG=NO
36 -DMFEM_USE_PUMI=NO
37 @@ -157,6 +156,9 @@ src_configure() {
38 if use codipack; then
39 mycmakeargs+=( "-DCODIPACK_INCLUDE_DIR=${EPREFIX}/usr/include/codi" )
40 fi
41 +# if use moonolith; then
42 +# mycmakeargs+=( "-DMFEM_USE_MOONOLITH=ON" )
43 +# fi
44 if use mpi; then
45 mycmakeargs+=( "-DHYPRE_INCLUDE_DIR=${EPREFIX}/usr/include/hypre" )
46 fi