[libclc] 287/291: Remove system-clang.patch.

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:54:01 UTC 2015


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

anbe pushed a commit to branch master
in repository libclc.

commit 09e907f716eded8b790ca861abefeae285691c1d
Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Thu Sep 3 15:21:04 2015 +0200

    Remove system-clang.patch.
    
    Fixes FTBFS:
    /bin/sh: 1: clang: not found
    
    Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
---
 debian/changelog                  |  6 +++++-
 debian/patches/series             |  2 +-
 debian/patches/system-clang.patch | 22 ----------------------
 3 files changed, 6 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3cf88f..06a2ef4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 libclc (0.2.0~git20150813-1) UNRELEASED; urgency=medium
 
+  [ Timo Aaltonen ]
   * New upstream snapshot.
   * control, rules: Bump llvm to 3.7.
-  * Remove clang3.5.patch, refresh system-clang.patch.
+  * Remove clang3.5.patch.
   * libclc-amdgcn: Add a new subpackage for amdgcn. (Closes: #788219)
 
+  [ Andreas Boll ]
+  * Remove system-clang.patch.
+
  -- Timo Aaltonen <tjaalton at debian.org>  Tue, 18 Aug 2015 09:49:34 +0300
 
 libclc (0~git20140101-5) unstable; urgency=medium
diff --git a/debian/patches/series b/debian/patches/series
index 389be6e..1bb8bf6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-system-clang.patch
+# empty
diff --git a/debian/patches/system-clang.patch b/debian/patches/system-clang.patch
deleted file mode 100644
index 4940693..0000000
--- a/debian/patches/system-clang.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: use system clang compiler
-Author: Julian Wollrath <jwollrath at web.de>
-Date: Tue, 7 Jan 2014 16:32:47 +0100
-
---- a/configure.py
-+++ b/configure.py
-@@ -81,13 +81,13 @@ llvm_core_libs = llvm_config(['--libs',
- llvm_cxxflags = llvm_config(['--cxxflags']) + ' -fno-exceptions -fno-rtti'
- llvm_libdir = llvm_config(['--libdir'])
- 
--llvm_clang = os.path.join(llvm_bindir, 'clang')
-+llvm_clang = 'clang'
- llvm_link = os.path.join(llvm_bindir, 'llvm-link')
- llvm_opt = os.path.join(llvm_bindir, 'opt')
- 
- cxx_compiler = options.with_cxx_compiler
- if not cxx_compiler:
--  cxx_compiler = os.path.join(llvm_bindir, 'clang++')
-+  cxx_compiler = 'clang++'
- 
- available_targets = {
-   'r600--' : { 'devices' :

-- 
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