Bring back old version of spirv - necessary for apt.llvm.org

This commit is contained in:
Sylvestre Ledru 2023-09-19 12:06:51 +02:00
parent 00539c4ad9
commit 9af30d9926
3 changed files with 11 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,11 +1,15 @@
llvm-toolchain-16 (1:16.0.6-16) UNRELEASED; urgency=medium
[ Gianfranco Costamagna ]
* Make libclang-common-16-dev arch:any (Closes: #1041455)
It was arch:all because all the code isn't arch dependant
However, it causes issues for cross build.
So, back to any
-- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 16 Sep 2023 10:39:22 +0200
[ Sylvestre Ledru ]
* Bring back old version of spirv - necessary for apt.llvm.org
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 19 Sep 2023 12:04:45 +0200
llvm-toolchain-16 (1:16.0.6-15) unstable; urgency=medium

4
debian/control vendored
View File

@ -23,7 +23,9 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x],
dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x],
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
llvm-spirv-16 [ amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
llvm-spirv-16 [ amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ] <!stage1> |
llvm-spirv-15 [ amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
llvm-spirv-14 [ amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
spirv-tools [ linux-any ] | hello [ !i386],
wasi-libc | hello [ !any-i386],
libcurl4-openssl-dev | libcurl-dev,

4
debian/control.in vendored
View File

@ -23,7 +23,9 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x],
dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x],
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
llvm-spirv-16 [ amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
llvm-spirv-16 [ amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ] <!stage1> |
llvm-spirv-15 [ amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
llvm-spirv-14 [ amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
spirv-tools [ linux-any ] | hello [ !i386],
wasi-libc | hello [ !any-i386],
libcurl4-openssl-dev | libcurl-dev,