[libclc] 286/291: libclc-amdgcn: Add a new subpackage for amdgcn. (Closes: #788219)

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 ef75ec642d546c08a2778bc2e8e0fa1671b78929
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu Aug 20 15:17:29 2015 +0300

    libclc-amdgcn: Add a new subpackage for amdgcn. (Closes: #788219)
---
 debian/changelog             |  1 +
 debian/control               | 12 ++++++++++++
 debian/libclc-amdgcn.install |  1 +
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b644639..f3cf88f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libclc (0.2.0~git20150813-1) UNRELEASED; urgency=medium
   * New upstream snapshot.
   * control, rules: Bump llvm to 3.7.
   * Remove clang3.5.patch, refresh system-clang.patch.
+  * libclc-amdgcn: Add a new subpackage for amdgcn. (Closes: #788219)
 
  -- Timo Aaltonen <tjaalton at debian.org>  Tue, 18 Aug 2015 09:49:34 +0300
 
diff --git a/debian/control b/debian/control
index 49b4f4c..0985780 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,18 @@ Description: OpenCL C language implementation - ptx support
  .
  This package contains support for the PTX platform.
 
+Package: libclc-amdgcn
+Architecture: all
+Depends:
+ ${misc:Depends},
+ libclc-dev (= ${binary:Version}),
+ libclang-common-3.7-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.
+ .
+ This package contains support for the amdgcn (AMD GPU) platform.
+
 Package: libclc-r600
 Architecture: all
 Depends:
diff --git a/debian/libclc-amdgcn.install b/debian/libclc-amdgcn.install
new file mode 100644
index 0000000..e9de2d8
--- /dev/null
+++ b/debian/libclc-amdgcn.install
@@ -0,0 +1 @@
+usr/lib/clc/*amdgcn*.bc

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