[pocl] 07/11: switch to llvm 3.9

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


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

anbe pushed a commit to branch master
in repository pocl.

commit 9e51125f2bd6cf8bcc9f85ff17d067fbbe78212e
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Dec 16 04:41:00 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 2868296..1f4c12e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pocl (0.14-4) UNRELEASED; urgency=medium
+
+  * Switch to llvm 3.9.
+
+ -- Andreas Beckmann <anbe at debian.org>  Sat, 16 Dec 2017 04:40:05 +0100
+
 pocl (0.14-3) experimental; urgency=medium
 
   * Cherry-pick upstream [c9d2cd15] "llvm/Flatten: switch back to
diff --git a/debian/control b/debian/control
index 19bc347..9d53800 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Build-Depends:
  ocl-icd-dev (>= 2.2.3),
  ocl-icd-libopencl1 (>= 2.2.3),
  ocl-icd-opencl-dev,
- clang-3.8,
- llvm-3.8-dev (>= 1:3.8),
- libclang-3.8-dev,
+ clang-3.9,
+ libclang-3.9-dev,
+ llvm-3.9-dev,
  pkg-kde-tools,
  sphinx-common,
  zlib1g-dev,
diff --git a/debian/rules b/debian/rules
index 82ecaf4..69d4f3e 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.8
+LLVM_VERSION=3.9
 
 # 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