Skip to content

Commit

Permalink
[LLVMOpenMP] Upgrade to v17.0.6 (#9266)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Aug 15, 2024
1 parent 6258bc4 commit b07c244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions L/LLVMOpenMP/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
using BinaryBuilder, Pkg

name = "LLVMOpenMP"
version = v"15.0.7"
version = v"17.0.6"

sources = [
ArchiveSource(
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$(version)/openmp-$(version).src.tar.xz",
"3f168d38e7a37b928dcb94b33ce947f75d81eef6fa6a4f9d16b6dc5511c07358"
"74334cbb4dc8b73a768448a7561d5a3540404940b2267b1fb9813a6464b320de"
),
# we need a bunch of additional cmake files to build the subproject separately
# see: https://github.com/llvm/llvm-project/issues/53281#issuecomment-1260187944
ArchiveSource(
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$(version)/cmake-$(version).src.tar.xz",
"8986f29b634fdaa9862eedda78513969fe9788301c9f2d938f4c10a3e7a3e7ea"
"807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4"
),
DirectorySource("./bundled"),
]
Expand Down

0 comments on commit b07c244

Please sign in to comment.