diff options
| author | Emmett1 <me@emmett1.my> | 2026-04-29 07:06:04 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-04-29 07:06:04 +0000 |
| commit | de685447a26906ca5cbba8311fdc48733038e124 (patch) | |
| tree | 23bfa280ae1472257beaf34dffabf782528c757d /repos/extra/libclc/abuild | |
| parent | 4791bf94d041ec72e1932bc83701f17458c130e1 (diff) | |
| parent | 4ce71d772da8a401958771eb19293b6ef2190126 (diff) | |
| download | alicelinux-de685447a26906ca5cbba8311fdc48733038e124.tar.gz alicelinux-de685447a26906ca5cbba8311fdc48733038e124.zip | |
Merge branch 'staging'
Diffstat (limited to 'repos/extra/libclc/abuild')
| -rw-r--r-- | repos/extra/libclc/abuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/repos/extra/libclc/abuild b/repos/extra/libclc/abuild index 28bb0ac9..ee507a5c 100644 --- a/repos/extra/libclc/abuild +++ b/repos/extra/libclc/abuild @@ -1,4 +1,7 @@ name=libclc -version=21.1.8 +version=22.1.4 release=1 -source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/${name}-${version}.src.tar.xz" +source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz" +build_type="cmake_build" +build_dir="llvm-project-${version}.src/libclc" + |