File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ def build_solvers():
19
19
SUITESPARSE_CHECKSUM = (
20
20
"ce39b28d4038a09c14f21e02c664401be73c0cb96a9198418d6a98a7db73a259"
21
21
)
22
- SUNDIALS_VERSION = "6.5 .0"
22
+ SUNDIALS_VERSION = "7.3 .0"
23
23
SUNDIALS_URL = f"https://github.com/LLNL/sundials/releases/download/v{ SUNDIALS_VERSION } /sundials-{ SUNDIALS_VERSION } .tar.gz"
24
24
SUNDIALS_CHECKSUM = (
25
- "4e0b998dff292a2617e179609b539b511eb80836f5faacf800e688a886288502 "
25
+ "697b7b0dbc229f149e39b293d1ab03d321d61adb6733ffb78c0ddbffaf73d839 "
26
26
)
27
27
DEFAULT_INSTALL_DIR = str (pathlib .Path (__file__ ).parent .resolve () / ".idaklu" )
28
28
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function extract {
28
28
}
29
29
30
30
SUITESPARSE_VERSION=7.8.3
31
- SUNDIALS_VERSION=6.5 .0
31
+ SUNDIALS_VERSION=7.3 .0
32
32
33
33
SUITESPARSE_ROOT_ADDR=https://github.com/DrTimothyAldenDavis/SuiteSparse/archive
34
34
SUNDIALS_ROOT_ADDR=https://github.com/LLNL/sundials/releases/download/v$SUNDIALS_VERSION
You can’t perform that action at this time.
0 commit comments