Skip to content

Commit 7ca1142

Browse files
authored
[Sundials] Upgrade to v6.7.0 (#7974)
Also, require Julia v1.11+
1 parent 619f01b commit 7ca1142

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

S/Sundials/Sundials@6/build_tarballs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
using BinaryBuilder
22

33
name = "Sundials"
4-
version = v"6.6.0"
4+
version = v"6.7.0"
55

66
# Collection of sources required to build Sundials
77
sources = [
88
ArchiveSource("https://github.com/LLNL/sundials/releases/download/v$(version)/sundials-$(version).tar.gz",
9-
"f90029b8da846c8faff5530fd1fa4847079188d040554f55c1d5d1e04743d29d"),
9+
"5f113a1564a9d2d98ff95249f4871a4c815a05dbb9b8866a82b13ab158c37adb"),
1010
DirectorySource("./bundled"),
1111
]
1212

@@ -44,7 +44,7 @@ cmake -DCMAKE_INSTALL_PREFIX=${prefix} \
4444
-DCMAKE_TOOLCHAIN_FILE="${CMAKE_TARGET_TOOLCHAIN}" \
4545
-DEXAMPLES_ENABLE_C=OFF \
4646
-DENABLE_KLU=ON \
47-
-DKLU_INCLUDE_DIR="${includedir}" \
47+
-DKLU_INCLUDE_DIR="${includedir}/suitesparse" \
4848
-DKLU_LIBRARY_DIR="${libdir}" \
4949
-DKLU_WORKS=ON \
5050
-DENABLE_LAPACK=ON \
@@ -97,4 +97,4 @@ dependencies = [
9797
]
9898

9999
# Build the tarballs.
100-
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version = v"6", julia_compat="1.10")
100+
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version = v"6", julia_compat="1.11")

0 commit comments

Comments
 (0)