From 5e0f8a83e1d4d0d7a7c874f16a398ed972479e83 Mon Sep 17 00:00:00 2001 From: karosc Date: Tue, 2 Dec 2025 10:17:57 -0500 Subject: [PATCH 1/2] update swmm-solver to throw ERR_TKAPI_SIM_RUNNING correctly --- swmm-toolkit/swmm-solver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swmm-toolkit/swmm-solver b/swmm-toolkit/swmm-solver index 24cdf73c..9d7a3f9f 160000 --- a/swmm-toolkit/swmm-solver +++ b/swmm-toolkit/swmm-solver @@ -1 +1 @@ -Subproject commit 24cdf73c3d7cf3bb62f0bff150d5987f1f826889 +Subproject commit 9d7a3f9f2b9bbf34b663c74088640e99caec5b38 From 63248eb25302c881775b8a690ac3aaa6f8191064 Mon Sep 17 00:00:00 2001 From: karosc Date: Tue, 2 Dec 2025 10:18:37 -0500 Subject: [PATCH 2/2] remove -Ax64 architecture compile flag for windows --- swmm-toolkit/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swmm-toolkit/pyproject.toml b/swmm-toolkit/pyproject.toml index f9e6c990..d4cb2fe7 100644 --- a/swmm-toolkit/pyproject.toml +++ b/swmm-toolkit/pyproject.toml @@ -31,7 +31,7 @@ urls = { Homepage = "https://github.com/pyswmm/swmm-python" } [[tool.scikit-build.overrides]] if.platform-system = "win32" -cmake.args = ["-GVisual Studio 17 2022", "-Ax64"] +cmake.args = ["-GVisual Studio 17 2022"] [[tool.scikit-build.overrides]] if.platform-system = "darwin"