feat(GridFire): brought gridfire up to where network module in SERiF was before splitting it off

This commit is contained in:
2025-06-21 13:18:38 -04:00
parent a6bab8f037
commit 8bc48b8d19
37 changed files with 18155 additions and 39796 deletions

View File

@@ -14,14 +14,11 @@ network_headers = files(
dependencies = [
boost_dep,
const_dep,
quill_dep,
mfem_dep,
config_dep,
probe_dep,
species_weight_dep,
composition_dep,
reaclib_reactions_dep,
cppad_dep,
log_dep
]
# Define the libnetwork library so it can be linked against by other parts of the build system
@@ -39,4 +36,4 @@ network_dep = declare_dependency(
)
# Make headers accessible
install_headers(network_headers, subdir : '4DSSE/network')
install_headers(network_headers, subdir : '4DSSE/network')