[gpyfft] 01/01: Updated the Description

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Sep 27 09:37:43 UTC 2017


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

picca pushed a commit to branch master
in repository gpyfft.

commit cbc59f46c1e5f8ed7d87879fb25b3c0976c7c854
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Sep 27 10:01:02 2017 +0200

    Updated the Description
---
 debian/control | 30 ++++++++++++++++++++++++------
 1 file changed, 24 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index f823e0e..0bf8f4f 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,14 @@ Package: python-gpyfft
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Suggests: python-gpyfft-doc
-Description: <insert up to 60 chars description> (Python 2)
- <insert long description, indented with spaces>
+Description: Wrapper for the OpenCL FFT library clFFT (Python 2)
+ This python wrapper is designed to tightly integrate with
+ PyOpenCL. It consists of a low-level Cython based wrapper with an
+ interface similar to the underlying C library. On top of that it
+ offers a high-level interface designed to work on data contained in
+ instances of pyopencl.array.Array, a numpy work-alike array class for
+ GPU computations. The high-level interface takes some inspiration
+ from pyFFTW. For details of the high-level interface see fft.py.
  .
  This package installs the library for Python 2.
 
@@ -35,8 +41,14 @@ Package: python3-gpyfft
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Suggests: python-gpyfft-doc
-Description: <insert up to 60 chars description> (Python 3)
- <insert long description, indented with spaces>
+Description: Wrapper for the OpenCL FFT library clFFT (Python 3)
+ This python wrapper is designed to tightly integrate with
+ PyOpenCL. It consists of a low-level Cython based wrapper with an
+ interface similar to the underlying C library. On top of that it
+ offers a high-level interface designed to work on data contained in
+ instances of pyopencl.array.Array, a numpy work-alike array class for
+ GPU computations. The high-level interface takes some inspiration
+ from pyFFTW. For details of the high-level interface see fft.py.
  .
  This package installs the library for Python 3.
 
@@ -44,7 +56,13 @@ Package: python-gpyfft-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: <insert up to 60 chars description> (common documentation)
- <insert long description, indented with spaces>
+Description: Wrapper for the OpenCL FFT library clFFT (common documentation)
+ This python wrapper is designed to tightly integrate with
+ PyOpenCL. It consists of a low-level Cython based wrapper with an
+ interface similar to the underlying C library. On top of that it
+ offers a high-level interface designed to work on data contained in
+ instances of pyopencl.array.Array, a numpy work-alike array class for
+ GPU computations. The high-level interface takes some inspiration
+ from pyFFTW. For details of the high-level interface see fft.py.
  .
  This is the common documentation package.

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



More information about the debian-science-commits mailing list