From a549ee902bef216ec1a47f14fe947348cc3894bd Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Thu, 12 Jun 2025 14:21:28 -0400 Subject: [PATCH] fix(eos-bindings): minor bug fixes to bring eos bindings up to main specifically, renamed EosIO -> EOSio, and updated read_helm_table signature --- build-config/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-config/meson.build b/build-config/meson.build index 4a1443a..0dab29f 100644 --- a/build-config/meson.build +++ b/build-config/meson.build @@ -8,8 +8,6 @@ subdir('opatIO') subdir('mpi') subdir('hypre') subdir('pybind') -subdir('mpi') -subdir('hypre') # Set the config file error handling options configErr = get_option('config_error_handling')