Skip to content

Commit

Permalink
Kokkos: New version 4.3.1 (#8643)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored May 10, 2024
1 parent 30db07e commit 261783c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions K/Kokkos/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder, Pkg

name = "Kokkos"
version_string = "4.3.0"
version_string = "4.3.1"
version = VersionNumber(version_string)

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/kokkos/kokkos.git", "486cc745cb9a287f3915061455105a3ee588c616"),
GitSource("https://github.com/kokkos/kokkos.git", "6ecdf605e0f7639adec599d25cf0e206d7b8f9f5"),
# Kokkos requires macOS 10.13 or later
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz",
"a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4"),
Expand Down

0 comments on commit 261783c

Please sign in to comment.