mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
Add libomp-dev to the suggests of clang
This commit is contained in:
parent
9129933c8e
commit
f821ed6019
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -7,6 +7,7 @@ llvm-toolchain-snapshot (1:5.0~svn305064-1~exp1) experimental; urgency=medium
|
|||||||
* New snapshot release
|
* New snapshot release
|
||||||
* Fix a hurd PATH_MAX issue
|
* Fix a hurd PATH_MAX issue
|
||||||
* Transform the lldb swig check from a error to a warning
|
* Transform the lldb swig check from a error to a warning
|
||||||
|
* Add libomp-dev to the suggests of clang
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 09 Jun 2017 12:04:56 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 09 Jun 2017 12:04:56 +0200
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -30,7 +30,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
|||||||
libclang1-5.0 (= ${binary:Version}), libc6-dev, binutils
|
libclang1-5.0 (= ${binary:Version}), libc6-dev, binutils
|
||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
Recommends: llvm-5.0-dev, python
|
Recommends: llvm-5.0-dev, python
|
||||||
Suggests: gnustep, gnustep-devel, clang-5.0-doc
|
Suggests: gnustep, gnustep-devel, clang-5.0-doc, libomp-dev
|
||||||
Replaces: clang-3.1, clang-3.2, clang-3.3,
|
Replaces: clang-3.1, clang-3.2, clang-3.3,
|
||||||
clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt,
|
clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt,
|
||||||
clang-include-fixer-5.0
|
clang-include-fixer-5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user