[libclc] 55/58: Build with clang 3.9.

Andreas Boll aboll-guest at moszumanska.debian.org
Thu Oct 6 08:16:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

aboll-guest pushed a commit to branch master
in repository libclc.

commit 63627aa84d4d92a44208673303becf28ec7b4355
Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Wed Sep 7 15:33:48 2016 +0200

    Build with clang 3.9.
---
 debian/changelog |  1 +
 debian/control   | 10 +++++-----
 debian/rules     |  2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 116532f..6eb85b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libclc (0.2.0+git20160907-1) UNRELEASED; urgency=medium
 
   * New upstream snapshot.
+  * Build with clang 3.9.
 
  -- Andreas Boll <andreas.boll.dev at gmail.com>  Wed, 07 Sep 2016 15:30:03 +0200
 
diff --git a/debian/control b/debian/control
index d00528c..9f22940 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  python,
- clang-3.8,
- llvm-3.8-dev,
+ clang-3.9,
+ llvm-3.9-dev,
  zlib1g-dev,
  libedit-dev,
 Standards-Version: 3.9.8
@@ -21,7 +21,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  libclc-dev (= ${binary:Version}),
- libclang-common-3.8-dev,
+ libclang-common-3.9-dev,
 Description: OpenCL C language implementation - ptx support
  libclc is an open implementation of the OpenCL C programming language,
  as specified by the OpenCL 1.1 Specification.
@@ -33,7 +33,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  libclc-dev (= ${binary:Version}),
- libclang-common-3.8-dev,
+ libclang-common-3.9-dev,
 Description: OpenCL C language implementation - amdgcn support
  libclc is an open implementation of the OpenCL C programming language,
  as specified by the OpenCL 1.1 Specification.
@@ -46,7 +46,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  libclc-dev (= ${binary:Version}),
- libclang-common-3.8-dev,
+ libclang-common-3.9-dev,
 Description: OpenCL C language implementation - r600 support
  libclc is an open implementation of the OpenCL C programming language,
  as specified by the OpenCL 1.1 Specification.
diff --git a/debian/rules b/debian/rules
index 03397c6..deacc9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DH_VERBOSE=1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 confflags=--prefix=/usr \
-          --with-llvm-config=/usr/bin/llvm-config-3.8 \
+          --with-llvm-config=/usr/bin/llvm-config-3.9 \
 
 path=debian/tmp/usr/lib/clc
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list