From a882fd722599d5615d31a8c13977cf26507af830 Mon Sep 17 00:00:00 2001 From: Kingsley Collie Date: Wed, 15 Jan 2025 16:39:24 +0000 Subject: [PATCH] Build MFEM with Conduit --- docker/platypus-spack/spack-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/platypus-spack/spack-install.sh b/docker/platypus-spack/spack-install.sh index f30baba2..3edef458 100755 --- a/docker/platypus-spack/spack-install.sh +++ b/docker/platypus-spack/spack-install.sh @@ -41,9 +41,11 @@ cmake -S . -B build \ -DMFEM_USE_METIS_5=YES \ -DMFEM_USE_SUPERLU=YES \ -DMFEM_USE_NETCDF=YES \ + -DMFEM_USE_CONDUIT=YES \ -DHYPRE_DIR="$SPACK_VIEW" \ -DSuperLUDist_DIR="$SPACK_VIEW" \ -DHDF5_DIR="$SPACK_VIEW" \ + -DCONDUIT_DIR="$SPACK_VIEW" \ -DCMAKE_EXPORT_COMPILE_COMMANDS=YES \ -DCMAKE_INSTALL_PREFIX=./installed cmake --build build -j "$compile_cores" --verbose