From 748d26d4416bd7fd50398b136c8ba86057ce2349 Mon Sep 17 00:00:00 2001 From: Miles Buechler Date: Fri, 7 Aug 2026 15:55:01 -0600 Subject: [PATCH 1/4] add headers to CMakeLists.txt --- singularity-eos/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/singularity-eos/CMakeLists.txt b/singularity-eos/CMakeLists.txt index 30a1fdea759..ce7b764f0ce 100644 --- a/singularity-eos/CMakeLists.txt +++ b/singularity-eos/CMakeLists.txt @@ -28,6 +28,8 @@ register_headers( base/spiner_table_utils.hpp base/constants.hpp base/eos_error.hpp + base/eos_concepts.hpp + base/finite_diff.hpp eos/default_variant.hpp eos/eos_variant.hpp eos/eos_stellar_collapse.hpp @@ -39,6 +41,7 @@ register_headers( eos/eos_spiner_rho_sie.hpp eos/eos_spiner_rho_temp.hpp eos/eos_spiner_common.hpp + eos/eos_spiner_constructor.hpp eos/eos_spiner_sie_transforms.hpp eos/eos_davis.hpp eos/eos_gruneisen.hpp From 3041cd958f39f54752013fd2418d42490f3c6756 Mon Sep 17 00:00:00 2001 From: Miles Buechler Date: Sat, 8 Aug 2026 07:05:15 -0600 Subject: [PATCH 2/4] Fix type --- singularity-eos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singularity-eos/CMakeLists.txt b/singularity-eos/CMakeLists.txt index ce7b764f0ce..9cb3f8693ff 100644 --- a/singularity-eos/CMakeLists.txt +++ b/singularity-eos/CMakeLists.txt @@ -41,7 +41,7 @@ register_headers( eos/eos_spiner_rho_sie.hpp eos/eos_spiner_rho_temp.hpp eos/eos_spiner_common.hpp - eos/eos_spiner_constructor.hpp + eos/eos_spiner_construction.hpp eos/eos_spiner_sie_transforms.hpp eos/eos_davis.hpp eos/eos_gruneisen.hpp From f349ac8274186f1ee3fd30b5669f36cc8fdb90b0 Mon Sep 17 00:00:00 2001 From: Miles Buechler Date: Sat, 8 Aug 2026 13:44:54 -0600 Subject: [PATCH 3/4] Add a changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69870046758..9a64284383b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Added (new features/APIs/variables/...) ### Fixed (Repair bugs, etc) - +- [[PR647]](https://github.com/lanl/singularity-eos/pull/647) Add missing headers to the registration in singularity-eos/CMakeLists.txt ### Changed (changing behavior/API/variables/...) ### Infrastructure (changes irrelevant to downstream codes) From 8d703861374e4ef82e29bb1fceabef09322a2324 Mon Sep 17 00:00:00 2001 From: Miles Buechler Date: Mon, 10 Aug 2026 06:09:34 -0600 Subject: [PATCH 4/4] Add closure/multiphase_material.hpp to the registration --- singularity-eos/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/singularity-eos/CMakeLists.txt b/singularity-eos/CMakeLists.txt index 9cb3f8693ff..0c718e2140d 100644 --- a/singularity-eos/CMakeLists.txt +++ b/singularity-eos/CMakeLists.txt @@ -75,6 +75,7 @@ if (SINGULARITY_BUILD_CLOSURE) closure/kinetic_phasetransition_models.hpp closure/kinetic_phasetransition_utils.hpp closure/kinetic_phasetransition_methods.hpp + closure/multiphase_material.hpp ) if (SINGULARITY_BUILD_FORTRAN_BACKEND OR SINGULARITY_BUILD_TESTS) # while these are C++ files, they