From 674e89d6d47b83deb9f9936de4e886b433e53ec5 Mon Sep 17 00:00:00 2001 From: Alexander Novotny Date: Wed, 28 May 2025 18:30:48 -0400 Subject: [PATCH 1/2] Update required sundials version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c123faa2..329bf44a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before installing GridKit™ make sure you have all needed dependencies. ### Dependencies You should have all of the following installed before installing GridKit™ - A version of - - [SUNDIALS](https://github.com/LLNL/sundials) >= 7.0.0 + - [SUNDIALS](https://github.com/LLNL/sundials) >= commit [`07d21c2`](https://github.com/LLNL/sundials/commit/07d21c2c5ae33211a9a2fafd8eac56de5582dce0) - [Suitesparse](https://github.com/DrTimothyAldenDavis/SuiteSparse) >= 5.x (optional) - If using Suitesparse, SUNDIALS must also be built with [KLU support](https://sundials.readthedocs.io/en/latest/sundials/Install_link.html#cmakeoption-ENABLE_KLU) - [Ipopt](https://github.com/coin-or/Ipopt) >= 3.x (optional) From d917733f4fcafa6e6ee1b7f8641444d1aa279983 Mon Sep 17 00:00:00 2001 From: Alexander Novotny Date: Fri, 30 May 2025 08:08:53 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: pelesh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329bf44a..087e4a14 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before installing GridKit™ make sure you have all needed dependencies. ### Dependencies You should have all of the following installed before installing GridKit™ - A version of - - [SUNDIALS](https://github.com/LLNL/sundials) >= commit [`07d21c2`](https://github.com/LLNL/sundials/commit/07d21c2c5ae33211a9a2fafd8eac56de5582dce0) + - [SUNDIALS](https://github.com/LLNL/sundials) `develop` branch at commit >= [`07d21c2`](https://github.com/LLNL/sundials/commit/07d21c2c5ae33211a9a2fafd8eac56de5582dce0) - [Suitesparse](https://github.com/DrTimothyAldenDavis/SuiteSparse) >= 5.x (optional) - If using Suitesparse, SUNDIALS must also be built with [KLU support](https://sundials.readthedocs.io/en/latest/sundials/Install_link.html#cmakeoption-ENABLE_KLU) - [Ipopt](https://github.com/coin-or/Ipopt) >= 3.x (optional)