feat(initial): added portable mfem build system

This commit is contained in:
2026-09-05 07:11:05 -04:00
commit 6a54f2625e
49 changed files with 4344 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
project('sundials-source', ['c', 'cpp'], version: '7.8.0', meson_version: '>=1.5.0')
sundials_source_dir = meson.current_source_dir()