Skip to content

Commit 35eb7e4

Browse files
committed
sundials 5.0.0 --> 5.1.0
1 parent 438f850 commit 35eb7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_KLU_module_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def update_activate_or_bashrc(install_dir):
115115
subprocess.run(install_cmd, cwd=build_dir)
116116

117117
# 2 --- Download SUNDIALS
118-
sundials_version = "5.0.0"
118+
sundials_version = "5.1.0"
119119
sundials_url = (
120120
"https://computing.llnl.gov/"
121121
+ "projects/sundials/download/sundials-{}.tar.gz".format(sundials_version)

0 commit comments

Comments
 (0)