mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-12 21:53:45 +00:00
clang-7 suggests libomp-7-dev instead of libomp-dev
This commit is contained in:
parent
98734ef6b9
commit
c1cb700593
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-7 (1:7-8) unstable; urgency=medium
|
|||||||
|
|
||||||
* Update the watch file to display the right version
|
* Update the watch file to display the right version
|
||||||
(even if the download will fail)
|
(even if the download will fail)
|
||||||
|
* clang-7 suggests libomp-7-dev instead of libomp-dev
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 20 Oct 2018 16:00:58 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 20 Oct 2018 16:00:58 +0200
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -31,7 +31,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
|||||||
${dep:devlibs-objc}, libclang-common-7-dev (= ${binary:Version}),
|
${dep:devlibs-objc}, libclang-common-7-dev (= ${binary:Version}),
|
||||||
libclang1-7 (= ${binary:Version}), libc6-dev, binutils
|
libclang1-7 (= ${binary:Version}), libc6-dev, binutils
|
||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
Recommends: llvm-7-dev, python, libomp-dev
|
Recommends: llvm-7-dev, python, libomp-7-dev
|
||||||
Suggests: clang-7-doc
|
Suggests: clang-7-doc
|
||||||
Description: C, C++ and Objective-C compiler
|
Description: C, C++ and Objective-C compiler
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
|
Loading…
Reference in New Issue
Block a user