[slepc] 02/06: update list of packages

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 12 05:13:05 UTC 2015


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

dparsons pushed a commit to branch master
in repository slepc.

commit c1f0c7f25f9dba522098efb6bda740ec328f5118
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Oct 12 10:28:51 2015 +0800

    update list of packages
    
    add complex number packages
---
 debian/control | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 75 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index d11ba1d..a192652 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, "Adam C. Powell, IV" <hazelsct at debian.org>,
  Drew Parsons <dparsons at debian.org>
 Build-Depends: debhelper (>= 9), quilt, python (>= 2.4.4-6),
- libpetsc3.4.2-dev (>= 3.4.2~), libpetsc3.4.2-dbg (>= 3.4.2~),
+ pkg-config, dh-python,
+ libpetsc3.6.2-dev, libpetsc3.6.2-dbg,
+ libpetsc-complex-3.6.2-dev, libpetsc-complex-3.6.2-dbg,
  libarpack2-dev, libparpack2-dev
 Standards-Version: 3.9.6
 Section: libs
@@ -12,11 +14,25 @@ Homepage: http://slepc.upv.es/
 Vcs-Svn: git://anonscm.debian.org/debian-science/packages/slepc.git
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/slepc.git/
 
-Package: libslepc3.4.2-dev
+Package: slepc-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc3.4.2 (= ${binary:Version}), libpetsc3.4.2-dev, libarpack2-dev, libhdf5-mpi-dev, ${misc:Depends}
-Suggests: libslepc3.4.2-dbg (= ${binary:Version}), slepc3.4.2-doc (= ${binary:Version})
+Depends: libslepc3.6.1-dev, ${misc:Depends}
+Description: Scalable Library for Eigenvalue Problem Computations
+ SLEPc is a software library for the solution of large scale sparse eigenvalue
+ problems on parallel computers. It is an extension of PETSc and can be used
+ for either standard or generalized eigenproblems, with real or complex
+ arithmetic. It can also be used for computing a partial SVD of a large,
+ sparse, rectangular matrix.
+ .
+ This is a virtual package which depends on the latest version of SLEPc.
+
+Package: libslepc3.6.1-dev
+Section: libdevel
+Architecture: any
+Depends: libslepc3.6 (= ${binary:Version}), libpetsc3.6.2-dev, libarpack2-dev, libhdf5-mpi-dev, 
+ ${misc:Depends}, ${python:Depends}
+Suggests: libslepc3.6.1-dbg (= ${binary:Version}), slepc3.6.1-doc (= ${binary:Version})
 Conflicts: libslepc2.3.2-dev
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
@@ -26,9 +42,9 @@ Description: Scalable Library for Eigenvalue Problem Computations
  sparse, rectangular matrix.
  .
  This package contains the static libraries, shared links, and header files
- for SLEPC.
+ for SLEPC with real numbers.
 
-Package: libslepc3.4.2
+Package: libslepc3.6
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -40,12 +56,13 @@ Description: Scalable Library for Eigenvalue Problem Computations
  arithmetic. It can also be used for computing a partial SVD of a large,
  sparse, rectangular matrix.
  .
- This package contains the shared libraries for SLEPc.
+ This package contains the shared libraries for SLEPc with real numbers.
 
-Package: libslepc3.4.2-dbg
+Package: libslepc3.6.1-dbg
 Architecture: any
 Section: debug
-Depends: libslepc3.4.2-dev (= ${binary:Version}), libpetsc3.4.2-dbg, libarpack2-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends: libslepc3.6.1-dev (= ${binary:Version}), libpetsc3.6.2-dbg, libarpack2-dbg, 
+ ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
  problems on parallel computers. It is an extension of PETSc and can be used
@@ -53,13 +70,13 @@ Description: Scalable Library for Eigenvalue Problem Computations
  arithmetic. It can also be used for computing a partial SVD of a large,
  sparse, rectangular matrix.
  .
- This package contains the static debugging libraries for SLEPc.
+ This package contains the debugging libraries for SLEPc with real numbers.
 
-Package: slepc3.4.2-doc
+Package: slepc3.6.1-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Suggests: libslepc3.4.2-dev (= ${binary:Version})
+Suggests: libslepc3.6.1-dev (= ${binary:Version})
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
  problems on parallel computers. It is an extension of PETSc and can be used
@@ -68,3 +85,49 @@ Description: Scalable Library for Eigenvalue Problem Computations
  sparse, rectangular matrix.
  .
  This package contains the documentation and examples for SLEPc.
+
+Package: libslepc-complex-3.6.1-dev
+Section: libdevel
+Architecture: any
+Depends: libslepc-complex-3.6 (= ${binary:Version}), libpetsc-complex-3.6.2-dev, libarpack2-dev, libhdf5-mpi-dev, 
+ ${misc:Depends}, ${python:Depends}
+Suggests: libslepc-complex-3.6.1-dbg (= ${binary:Version}), slepc3.6.1-doc (= ${binary:Version})
+Conflicts: libslepc2.3.2-dev
+Description: Scalable Library for Eigenvalue Problem Computations
+ SLEPc is a software library for the solution of large scale sparse eigenvalue
+ problems on parallel computers. It is an extension of PETSc and can be used
+ for either standard or generalized eigenproblems, with real or complex
+ arithmetic. It can also be used for computing a partial SVD of a large,
+ sparse, rectangular matrix.
+ .
+ This package contains the static libraries, shared links, and header files
+ for SLEPC with complex numbers.
+
+Package: libslepc-complex-3.6
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libslepc2.3.2
+Description: Scalable Library for Eigenvalue Problem Computations
+ SLEPc is a software library for the solution of large scale sparse eigenvalue
+ problems on parallel computers. It is an extension of PETSc and can be used
+ for either standard or generalized eigenproblems, with real or complex
+ arithmetic. It can also be used for computing a partial SVD of a large,
+ sparse, rectangular matrix.
+ .
+ This package contains the shared libraries for SLEPc with complex numbers.
+
+Package: libslepc-complex-3.6.1-dbg
+Architecture: any
+Section: debug
+Depends: libslepc-complex-3.6.1-dev (= ${binary:Version}), libpetsc-complex-3.6.2-dbg, libarpack2-dbg, 
+ ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Scalable Library for Eigenvalue Problem Computations
+ SLEPc is a software library for the solution of large scale sparse eigenvalue
+ problems on parallel computers. It is an extension of PETSc and can be used
+ for either standard or generalized eigenproblems, with real or complex
+ arithmetic. It can also be used for computing a partial SVD of a large,
+ sparse, rectangular matrix.
+ .
+ This package contains the debugging libraries for SLEPc with complex numbers.
+

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



More information about the debian-science-commits mailing list