Skip to content

Commit

Permalink
[Trilinos] Rebuild with SuiteSparse 7 (#7042)
Browse files Browse the repository at this point in the history
* [Trilinos] Build with SuiteSparse 7
  • Loading branch information
ViralBShah authored Jul 13, 2023
1 parent 1bda6e6 commit e52ed57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions T/Trilinos/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using BinaryBuilder, Pkg

name = "Trilinos"
# Not a real version - this is 12.12.1, but needed a bump to change julia compat
version = v"12.13.1"
version = v"12.13.2"

# Collection of sources required to complete build
sources = [
Expand Down Expand Up @@ -74,4 +74,4 @@ dependencies = [
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version = v"7.1.0", julia_compat="1.6")
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version = v"7.1.0", julia_compat="1.10")

0 comments on commit e52ed57

Please sign in to comment.