diff options
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/libclc/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libclc/.files | 9 | ||||
| -rw-r--r-- | repos/extra/libclc/abuild | 7 |
3 files changed, 12 insertions, 6 deletions
diff --git a/repos/extra/libclc/.checksum b/repos/extra/libclc/.checksum index bc42332a..586568b2 100644 --- a/repos/extra/libclc/.checksum +++ b/repos/extra/libclc/.checksum @@ -1 +1 @@ -a519c840109ca30e6dc236f5f8fd1ff68b76f0226b7746b18efee8a3aa3547aa libclc-21.1.8.src.tar.xz +122f29327e65c7fd2a54c69c41b2f49f4a1dda3112c89ad7ab59e6aea6670da7 llvm-project-22.1.4.src.tar.xz diff --git a/repos/extra/libclc/.files b/repos/extra/libclc/.files index c8d7b565..48d49866 100644 --- a/repos/extra/libclc/.files +++ b/repos/extra/libclc/.files @@ -1,7 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/clc/ --rw-r--r-- root/root usr/share/clc/amdgcn--amdhsa.bc +-rw-r--r-- root/root usr/share/clc/amdgcn-amd-amdhsa.bc lrwxrwxrwx root/root usr/share/clc/aruba-r600--.bc -> cayman-r600--.bc -rw-r--r-- root/root usr/share/clc/barts-r600--.bc lrwxrwxrwx root/root usr/share/clc/bonaire-amdgcn--.bc -> tahiti-amdgcn--.bc @@ -58,6 +58,10 @@ lrwxrwxrwx root/root usr/share/clc/gfx1200-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/gfx1200-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/gfx1201-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/gfx1201-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc +lrwxrwxrwx root/root usr/share/clc/gfx1250-amdgcn--.bc -> tahiti-amdgcn--.bc +lrwxrwxrwx root/root usr/share/clc/gfx1250-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc +lrwxrwxrwx root/root usr/share/clc/gfx1251-amdgcn--.bc -> tahiti-amdgcn--.bc +lrwxrwxrwx root/root usr/share/clc/gfx1251-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/gfx602-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/gfx602-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/gfx705-amdgcn--.bc -> tahiti-amdgcn--.bc @@ -98,10 +102,9 @@ lrwxrwxrwx root/root usr/share/clc/kaveri-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/kaveri-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/mullins-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/mullins-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc --rw-r--r-- root/root usr/share/clc/nvptx--.bc --rw-r--r-- root/root usr/share/clc/nvptx--nvidiacl.bc -rw-r--r-- root/root usr/share/clc/nvptx64--.bc -rw-r--r-- root/root usr/share/clc/nvptx64--nvidiacl.bc +-rw-r--r-- root/root usr/share/clc/nvptx64-nvidia-cuda.bc lrwxrwxrwx root/root usr/share/clc/oland-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/oland-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/palm-r600--.bc -> cedar-r600--.bc 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" + |