[sundials] 02/03: shipping libsundials-nvecserial-dev

Dima Kogan dima at secretsauce.net
Tue Feb 14 05:52:14 UTC 2017


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

dkogan pushed a commit to branch master
in repository sundials.

commit 3c690484fd60836a7285f937ac822a3d4ddafb2a
Author: Dima Kogan <dima at secretsauce.net>
Date:   Mon Feb 13 21:21:40 2017 -0800

    shipping libsundials-nvecserial-dev
    
    This is now a normal analogue of libsundials-nvecserial2. It also contains all
    the non-serial non-parallel headers. Since this contains all the headers,
    libsundials-nvecparallel-dev depends on this also.
---
 debian/control                            | 23 ++++++++++-------------
 debian/libsundials-nvecserial-dev.install | 14 ++++++++++++++
 debian/libsundials-serial-dev.install     | 21 ---------------------
 3 files changed, 24 insertions(+), 34 deletions(-)

diff --git a/debian/control b/debian/control
index 3468858..45b29ec 100644
--- a/debian/control
+++ b/debian/control
@@ -106,30 +106,29 @@ Description: MPI vector operations library (SUNDIALS library)
  SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
  Solvers).
 
-Package: libsundials-serial-dev
+Package: libsundials-nvecserial-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libsundials-serial (= ${binary:Version}),
+Depends: libsundials-nvecserial2 (= ${binary:Version}),
          ${misc:Depends},
          libblas-dev | libatlas-base-dev | libopenblas-dev,
          liblapack-dev | libatlas-base-dev
-Description: SUNDIALS development files
- The family of solvers referred to as SUNDIALS (SUite of Nonlinear and
- DIfferential/ALgebraic equation Solvers) consists of solvers CVODE
- (for ODE systems), CVODES (ODE with sensitivity analysis capabilities),
- IDA (for differential-algebraic systems), and KINSOL (for nonlinear
- algebraic systems).
+Description: vector operations library (SUNDIALS library)
+ This package provides implementations for all vector operations
+ defined by the generic NVECTOR module in the table of operations for
+ SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
+ Solvers).
  .
  This package contains files necessary for development applications using
- SUNDIALS in C and, in case of FCVODE and FKINSOL, Fortran.  It also
- contains various example programs distributed by the upstream authors.
+ SUNDIALS in C and, in case of FCVODE and FKINSOL, Fortran.
 
 Package: libsundials-nvecparallel-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends: libsundials-nvecparallel2 (= ${binary:Version}),
+         libsundials-nvecserial-dev,
          ${misc:Depends}
 Description: MPI vector operations library (SUNDIALS library)
  This package provides implementations for all vector operations
@@ -138,8 +137,7 @@ Description: MPI vector operations library (SUNDIALS library)
  Solvers).
  .
  This package contains files necessary for development applications using
- SUNDIALS in C and, in case of FCVODE and FKINSOL, Fortran.  It also
- contains various example programs distributed by the upstream authors.
+ SUNDIALS in C and, in case of FCVODE and FKINSOL, Fortran.
  .
  This package provides MPI version
 
@@ -147,7 +145,6 @@ Package: libsundials-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Recommends: libsundials-serial-dev
 Description: SUNDIALS examples files
  The family of solvers referred to as SUNDIALS (SUite of Nonlinear and
  DIfferential/ALgebraic equation Solvers) consists of solvers CVODE
diff --git a/debian/libsundials-nvecserial-dev.install b/debian/libsundials-nvecserial-dev.install
new file mode 100644
index 0000000..a3d2cc6
--- /dev/null
+++ b/debian/libsundials-nvecserial-dev.install
@@ -0,0 +1,14 @@
+usr/lib/*/libsundials_nvecserial.a
+usr/lib/*/libsundials_fnvecserial.a
+usr/lib/*/libsundials_nvecserial.so
+usr/lib/*/libsundials_fnvecserial.so
+
+usr/include/nvector/nvector_serial.h
+
+usr/include/arkode
+usr/include/cvode
+usr/include/cvodes
+usr/include/ida
+usr/include/idas
+usr/include/kinsol
+usr/include/sundials
diff --git a/debian/libsundials-serial-dev.install b/debian/libsundials-serial-dev.install
deleted file mode 100644
index df61273..0000000
--- a/debian/libsundials-serial-dev.install
+++ /dev/null
@@ -1,21 +0,0 @@
-usr/lib/*/libsundials_arkode*.a
-usr/lib/*/libsundials_arkode*.so
-usr/lib/*/libsundials_cvode*.a
-usr/lib/*/libsundials_cvode*.so
-usr/lib/*/libsundials_ida*.a
-usr/lib/*/libsundials_ida*.so
-
-usr/lib/*/libsundials_*serial.a
-usr/lib/*/libsundials_*serial.so
-
-usr/lib/*/libsundials_kinsol.a
-usr/lib/*/libsundials_kinsol.so
-
-usr/include/arkode
-usr/include/cvode
-usr/include/cvodes
-usr/include/ida
-usr/include/idas
-usr/include/kinsol
-usr/include/nvector/nvector_serial.h
-usr/include/sundials

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



More information about the debian-science-commits mailing list