~pali/+junk/libclc-packaging

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Pali Rohár
  • Date: 2015-05-24 19:04:59 UTC
  • Revision ID: pali.rohar@gmail.com-20150524190459-9nw9136kt49xkhs4
Use llvm-3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 Julian Wollrath <jwollrath@web.de>,
8
8
Build-Depends:
9
9
 debhelper (>= 9),
10
 
 llvm-3.5-dev,
11
 
 clang-3.5,
 
10
 llvm-3.6-dev,
 
11
 clang-3.6,
12
12
 python,
13
13
 zlib1g-dev,
14
14
 libedit-dev,
21
21
Depends:
22
22
 ${misc:Depends},
23
23
 libclc-dev (= ${binary:Version}),
24
 
 libclang-common-3.5-dev,
 
24
 libclang-common-3.6-dev,
25
25
Description: OpenCL C language implementation - ptx support
26
26
 libclc is an open implementation of the OpenCL C programming language,
27
27
 as specified by the OpenCL 1.1 Specification.
34
34
Depends:
35
35
 ${misc:Depends},
36
36
 libclc-dev (= ${binary:Version}),
37
 
 libclang-common-3.5-dev,
 
37
 libclang-common-3.6-dev,
38
38
Description: OpenCL C language implementation - r600 support
39
39
 libclc is an open implementation of the OpenCL C programming language,
40
40
 as specified by the OpenCL 1.1 Specification.