[pocl] 01/02: switch to llvm 4.0

Andreas Beckmann anbe at moszumanska.debian.org
Mon Dec 18 08:15:48 UTC 2017


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

anbe pushed a commit to branch experimental
in repository pocl.

commit 3448183da95ad150f4d06981961c2a356c6f9d25
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Dec 18 02:02:06 2017 +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 3fbb437..9a4103d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pocl (0.14-6) UNRELEASED; urgency=medium
+
+  * Switch to llvm 4.0.  (Closes: #873417)
+
+ -- Andreas Beckmann <anbe at debian.org>  Mon, 18 Dec 2017 01:57:52 +0100
+
 pocl (0.14-5) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index 9d53800..c5f3284 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