[arrayfire] 01/06: Install common development files to new libarrayfire-dev package.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 15 15:19:41 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 8f1d85956d475c543059a1e46ee685da2af5afe6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Dec 6 21:04:16 2015 +0000

    Install common development files to new libarrayfire-dev package.
---
 debian/control                      | 22 +++++++++++++++++++++-
 debian/libarrayfire-cpu-dev.install |  3 +--
 debian/libarrayfire-dev.install     |  2 ++
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 200511d..489d1fb 100644
--- a/debian/control
+++ b/debian/control
@@ -25,8 +25,8 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends: libarrayfire-cpu3 (= ${binary:Version}),
+         libarrayfire-dev,
          ${misc:Depends}
-Suggests: libarrayfire-doc
 Description: Development files for ArrayFire (CPU backend)
  ArrayFire is a high performance software library for parallel computing
  with an easy-to-use API. Its array based function set makes parallel
@@ -82,6 +82,26 @@ Description: Debugging symbols for ArrayFire (CPU backend)
  This package provides the debugging symbols for the CPU backend of the 
  ArrayFire library.
 
+Package: libarrayfire-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}
+Suggests: libarrayfire-doc
+Description: Common development files for ArrayFire
+ ArrayFire is a high performance software library for parallel computing
+ with an easy-to-use API. Its array based function set makes parallel
+ programming simple.
+ .
+ ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
+ platform independent and highly portable.
+ .
+ A few lines of code in ArrayFire can replace dozens of lines of parallel
+ computing code, saving you valuable time and lowering development costs.
+ .
+ This package provides the development files common to all backends of the
+ ArrayFire library.
+
 Package: libarrayfire-doc
 Section: doc
 Architecture: all
diff --git a/debian/libarrayfire-cpu-dev.install b/debian/libarrayfire-cpu-dev.install
index 84f76a7..69ee9bd 100644
--- a/debian/libarrayfire-cpu-dev.install
+++ b/debian/libarrayfire-cpu-dev.install
@@ -1,3 +1,2 @@
-usr/include
 usr/lib/*/libafcpu.so
-usr/lib/*/cmake
+usr/lib/*/cmake/*/*CPU*.cmake
diff --git a/debian/libarrayfire-dev.install b/debian/libarrayfire-dev.install
new file mode 100644
index 0000000..2b8a9a3
--- /dev/null
+++ b/debian/libarrayfire-dev.install
@@ -0,0 +1,2 @@
+usr/include
+usr/lib/*/cmake/*/*Config*.cmake

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list