mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 16:54:42 +00:00
Enable GRPC build dependency only on supported targets
This commit is contained in:
parent
fc598bed7c
commit
6407b099c8
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-13 (1:13.0.1-4) UNRELEASED; urgency=medium
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
* Enable GRPC build dependency only on supported targets
|
||||
|
||||
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 13 May 2022 21:04:32 +0200
|
||||
|
||||
llvm-toolchain-13 (1:13.0.1-3) unstable; urgency=medium
|
||||
|
||||
* Fix a typo in an header (closes: #1005195)
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -24,7 +24,9 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
||||
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
|
||||
llvm-spirv [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
|
||||
spirv-tools [ linux-any ] | hello [ !i386],
|
||||
libgrpc++-dev, libprotobuf-dev, protobuf-compiler, protobuf-compiler-grpc
|
||||
libgrpc++-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64 ppc64el powerpc s390x],
|
||||
protobuf-compiler-grpc [amd64 arm64 armel armhf i386 mips64el mipsel ppc64 ppc64el powerpc s390x],
|
||||
libprotobuf-dev, protobuf-compiler
|
||||
# "| hello" is for older buster/bionic distros without spirv support
|
||||
Build-Conflicts: oprofile
|
||||
Standards-Version: 4.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user