[pocl] 01/03: switch to llvm 4.0

Andreas Beckmann anbe at moszumanska.debian.org
Wed Jan 17 18:29:53 UTC 2018


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

anbe pushed a commit to branch master
in repository pocl.

commit d1f49ef20af94484f2a5d76bb91ead2bad1977fc
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed Jan 17 16:39:51 2018 +0100

    switch to llvm 4.0
---
 debian/changelog | 6 ++++++
 debian/control   | 7 +++----
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de6d041..cd197e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pocl (0.14-7) UNRELEASED; urgency=medium
+
+  * Switch to llvm 4.0.  (Closes: #873417)
+
+ -- Andreas Beckmann <anbe at debian.org>  Wed, 17 Jan 2018 16:35:16 +0100
+
 pocl (0.14-6) unstable; urgency=medium
 
   * Switch to debhelper compat level 11.
diff --git a/debian/control b/debian/control
index d4ba4a2..995a1f8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,11 @@ Build-Depends:
  ocl-icd-dev (>= 2.2.3),
  ocl-icd-libopencl1 (>= 2.2.3),
  ocl-icd-opencl-dev,
- clang-3.9,
- libclang-3.9-dev,
- llvm-3.9-dev,
+ clang-4.0,
+ libclang-4.0-dev,
+ llvm-4.0-dev,
  pkg-kde-tools,
  sphinx-common,
- zlib1g-dev,
  cmake,
 Build-Depends-Indep:
  python3-sphinx,
diff --git a/debian/rules b/debian/rules
index 69d4f3e..7a0053a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ include /usr/share/dpkg/pkg-info.mk
 
 # When updating this variable, do not forget to adapt the build-depends
 # in debian/control
-LLVM_VERSION=3.9
+LLVM_VERSION=4.0
 
 # see FEATURE AREAS in dpkg-buildflags(1)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list