File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
using BinaryBuilder, Pkg
4
4
5
5
name = " LLVMOpenMP"
6
- version = v "15 .0.7 "
6
+ version = v "17 .0.6 "
7
7
8
8
sources = [
9
9
ArchiveSource (
10
10
" https://github.com/llvm/llvm-project/releases/download/llvmorg-$(version) /openmp-$(version) .src.tar.xz" ,
11
- " 3f168d38e7a37b928dcb94b33ce947f75d81eef6fa6a4f9d16b6dc5511c07358 "
11
+ " 74334cbb4dc8b73a768448a7561d5a3540404940b2267b1fb9813a6464b320de "
12
12
),
13
13
# we need a bunch of additional cmake files to build the subproject separately
14
14
# see: https://github.com/llvm/llvm-project/issues/53281#issuecomment-1260187944
15
15
ArchiveSource (
16
16
" https://github.com/llvm/llvm-project/releases/download/llvmorg-$(version) /cmake-$(version) .src.tar.xz" ,
17
- " 8986f29b634fdaa9862eedda78513969fe9788301c9f2d938f4c10a3e7a3e7ea "
17
+ " 807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4 "
18
18
),
19
19
DirectorySource (" ./bundled" ),
20
20
]
You can’t perform that action at this time.
0 commit comments