diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-31 17:28:05 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-31 17:36:42 +0200 |
commit | b1d1dfe27ae8cfa80ceead6e5e8938a0634ed9ff (patch) | |
tree | 91e17b9715a0b0c6652ad19647bddabc7416a557 /sci-libs | |
parent | sys-devel/gsl: respect CC and flags (diff) | |
download | guru-b1d1dfe27ae8cfa80ceead6e5e8938a0634ed9ff.tar.gz guru-b1d1dfe27ae8cfa80ceead6e5e8938a0634ed9ff.tar.bz2 guru-b1d1dfe27ae8cfa80ceead6e5e8938a0634ed9ff.zip |
sci-libs/mfem: remove moonolith cmake arg
Closes: https://bugs.gentoo.org/848042
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mfem/mfem-4.4.ebuild | 6 |
1 files 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 |