2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 14:50:07 -07:00

libclc: 18.1.8

This commit is contained in:
Owen Rafferty 2024-09-07 13:47:01 -05:00
parent 4880c8107c
commit bb2d380b6c
No known key found for this signature in database
5 changed files with 19 additions and 0 deletions

12
extra/libclc/build Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh -e
export DESTDIR="$1"
cd libclc
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIBCLC_TARGETS_TO_BUILD=''
cmake --build build
cmake --install build

2
extra/libclc/checksums Normal file
View File

@ -0,0 +1,2 @@
7f961a114967dab1833cd2d97f3a7e1d8d78efe293b018fea6408208be6b07eb7c
1eb6184478268804485693c8ee428d77717390069cf4714d1578e3e8f5d50f5896

2
extra/libclc/depends Normal file
View File

@ -0,0 +1,2 @@
llvm make
python make

2
extra/libclc/sources Normal file
View File

@ -0,0 +1,2 @@
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/libclc-18.1.8.src.tar.xz libclc
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz cmake

1
extra/libclc/version Normal file
View File

@ -0,0 +1 @@
18.1.8 1