commit:     b1d1dfe27ae8cfa80ceead6e5e8938a0634ed9ff
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 31 15:28:05 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May 31 15:36:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1d1dfe2

sci-libs/mfem: remove moonolith cmake arg

Closes: https://bugs.gentoo.org/848042
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-libs/mfem/mfem-4.4.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-libs/mfem/mfem-4.4.ebuild b/sci-libs/mfem/mfem-4.4.ebuild
index 12c00fc51..5d96fcc42 100644
--- a/sci-libs/mfem/mfem-4.4.ebuild
+++ b/sci-libs/mfem/mfem-4.4.ebuild
@@ -34,7 +34,7 @@ IUSE="
        ${cpuflags}
        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
 "
-# TODO: cuda mesquite gslib
+# TODO: cuda mesquite gslib moonolith
 
 RDEPEND="
        benchmark? ( dev-cpp/benchmark )
@@ -121,7 +121,6 @@ src_configure() {
                -DMFEM_USE_GSLIB=NO
                -DMFEM_USE_HIOP=NO
                -DMFEM_USE_MKL_CPARDISO=NO
-               -DMFEM_USE_MOONOLITH=NO
                -DMFEM_USE_OCCA=NO
                -DMFEM_USE_PARELAG=NO
                -DMFEM_USE_PUMI=NO
@@ -157,6 +156,9 @@ src_configure() {
        if use codipack; then
                mycmakeargs+=( 
"-DCODIPACK_INCLUDE_DIR=${EPREFIX}/usr/include/codi" )
        fi
+#      if use moonolith; then
+#              mycmakeargs+=( "-DMFEM_USE_MOONOLITH=ON" )
+#      fi
        if use mpi; then
                mycmakeargs+=( 
"-DHYPRE_INCLUDE_DIR=${EPREFIX}/usr/include/hypre" )
        fi

Reply via email to