Skip to content

Commit 1eed1fe

Browse files
committed
Update sundials
1 parent 34bc3ef commit 1eed1fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install_KLU_Sundials.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ def build_solvers():
1919
SUITESPARSE_CHECKSUM = (
2020
"ce39b28d4038a09c14f21e02c664401be73c0cb96a9198418d6a98a7db73a259"
2121
)
22-
SUNDIALS_VERSION = "6.5.0"
22+
SUNDIALS_VERSION = "7.3.0"
2323
SUNDIALS_URL = f"https://github.com/LLNL/sundials/releases/download/v{SUNDIALS_VERSION}/sundials-{SUNDIALS_VERSION}.tar.gz"
2424
SUNDIALS_CHECKSUM = (
25-
"4e0b998dff292a2617e179609b539b511eb80836f5faacf800e688a886288502"
25+
"697b7b0dbc229f149e39b293d1ab03d321d61adb6733ffb78c0ddbffaf73d839"
2626
)
2727
DEFAULT_INSTALL_DIR = str(pathlib.Path(__file__).parent.resolve() / ".idaklu")
2828

install_sundials.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function extract {
2828
}
2929

3030
SUITESPARSE_VERSION=7.8.3
31-
SUNDIALS_VERSION=6.5.0
31+
SUNDIALS_VERSION=7.3.0
3232

3333
SUITESPARSE_ROOT_ADDR=https://github.com/DrTimothyAldenDavis/SuiteSparse/archive
3434
SUNDIALS_ROOT_ADDR=https://github.com/LLNL/sundials/releases/download/v$SUNDIALS_VERSION

0 commit comments

Comments
 (0)