4 Commits

Author SHA1 Message Date
adca88c8da build(mfem.wrap): bumped mfem version to 4.8-rc0 2025-03-26 10:38:16 -04:00
40969d64ba fix(mfem.wrap): pinned mfem version to 4.7 and set clone depth to 1 2025-03-26 10:19:17 -04:00
016382ea4f fix(build): using mesons built in patch system
the previous custom patch system failed based on order sometimes. We now use mesons build in patch system which guarenees patch order application
2025-03-13 14:11:23 -04:00
112e626760 feat(mfem): added mfem into source tree along with patch based build system
MFEM is a dependency of our code and we want to build it with our code for portability, here I add a meson subproject which fetches mfem and builds it. Because of some issues with CMake and meson I apply a patch which manually disables running tests and building examples and miniapps in mfem. This is okay as mfem here is not intenteded to be linked against other programs (though it still can be).
2025-02-12 16:24:13 -05:00