[pfft] 01/01: d/control: add explicit Depends on fftw and fftw-mpi

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Sep 13 08:44:10 UTC 2014


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

ghisvail-guest pushed a commit to branch master
in repository pfft.

commit a833ec648ec7ddc7f42a10a2d8f9dfc77f993d02
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Sep 13 09:42:47 2014 +0100

    d/control: add explicit Depends on fftw and fftw-mpi
---
 debian/control | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a624d85..bfb1fe9 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,9 @@ Architecture: any
 Multi-Arch: same
 Depends:
  ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libfftw3-double3,
+ libfftw3-mpi3
 Description: Parallel FFT software library based on MPI -- double precision
  PFFT is a parallel FFT software library based on MPI and distributed under 
  GPL license.
@@ -30,7 +32,9 @@ Architecture: any
 Multi-Arch: same
 Depends:
  ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libfftw3-single3,
+ libfftw3-mpi3
 Description: Parallel FFT software library based on MPI -- single precision
  PFFT is a parallel FFT software library based on MPI and distributed under 
  GPL license.
@@ -42,7 +46,9 @@ Architecture: any
 Multi-Arch: same
 Depends:
  ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libfftw3-long3,
+ libfftw3-mpi3
 Description: Parallel FFT software library based on MPI -- long double precision
  PFFT is a parallel FFT software library based on MPI and distributed under 
  GPL license.

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



More information about the debian-science-commits mailing list