From 4f2b1b5ca12d5e3675e03e1146bd07b0d37d7b76 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Thu, 2 Apr 2026 13:43:20 +0200 Subject: [PATCH 1/3] Pin SUNDIALS to 6 and add migrator to 7 --- recipe/conda_build_config.yaml | 2 ++ recipe/migrations/sundials7.yaml | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 recipe/migrations/sundials7.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 895ab4af9c..0d34d3ebd8 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1016,6 +1016,8 @@ suitesparse: - '7' suitesparse_mongoose: - '3' +sundials: + - '6' superlu_dist: - '9' swig_abi: diff --git a/recipe/migrations/sundials7.yaml b/recipe/migrations/sundials7.yaml new file mode 100644 index 0000000000..bce9183261 --- /dev/null +++ b/recipe/migrations/sundials7.yaml @@ -0,0 +1,8 @@ +__migrator: + commit_message: Rebuild for sundials 7 + kind: version + migration_number: 1 + bump_number: 1 +sundials: + - '7' +migrator_ts: 1775130145 From 949ab270f3073d74d7e633f8cf80f17a50be9eba Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Thu, 2 Apr 2026 13:58:07 +0200 Subject: [PATCH 2/3] Pin to 7.5 and migrate to 7.6 --- recipe/conda_build_config.yaml | 2 +- recipe/migrations/sundials7.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 0d34d3ebd8..6905b241d1 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1017,7 +1017,7 @@ suitesparse: suitesparse_mongoose: - '3' sundials: - - '6' + - '7.5' superlu_dist: - '9' swig_abi: diff --git a/recipe/migrations/sundials7.yaml b/recipe/migrations/sundials7.yaml index bce9183261..e3aabffade 100644 --- a/recipe/migrations/sundials7.yaml +++ b/recipe/migrations/sundials7.yaml @@ -1,8 +1,8 @@ __migrator: - commit_message: Rebuild for sundials 7 + commit_message: Rebuild for sundials 7.6 kind: version migration_number: 1 bump_number: 1 sundials: - - '7' -migrator_ts: 1775130145 + - '7.6' +migrator_ts: 1775131063 From 1a24b8b58441e48f29a6b7d8001210bca2f89202 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Thu, 2 Apr 2026 14:04:00 +0200 Subject: [PATCH 3/3] rename file --- recipe/migrations/{sundials7.yaml => sundials76.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipe/migrations/{sundials7.yaml => sundials76.yaml} (100%) diff --git a/recipe/migrations/sundials7.yaml b/recipe/migrations/sundials76.yaml similarity index 100% rename from recipe/migrations/sundials7.yaml rename to recipe/migrations/sundials76.yaml