[sundials] 55/76: added the new arkode library package

Andreas Tille tille at debian.org
Sun Feb 5 18:45:01 UTC 2017


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

tille pushed a commit to branch master
in repository sundials.

commit 9d8ff22e56d6bf8d2bef4b4af7bc7e79281e7474
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat Oct 8 23:07:05 2016 -0700

    added the new arkode library package
---
 debian/control                     | 9 +++++++++
 debian/libsundials-arkode1.install | 1 +
 2 files changed, 10 insertions(+)

diff --git a/debian/control b/debian/control
index 1cda496..d806ad9 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,15 @@ Description: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers
  libraries for the subcomponents of SUNDIALS: CVODE, CVODES, IDA,
  KINSOL, and NVECTOR_PARALLEL.
 
+Package: libsundials-arkode1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: differential equation solver (SUNDIALS library)
+ This package contains the library for differential equation (ODE) system
+ solvers from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
+ Solvers). ARKODE is a solver for multi-rate ODE systems (initial value
+ problems) given in explicit form M*dy/dt = f(t,y)
+
 Package: libsundials-cvode1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libsundials-arkode1.install b/debian/libsundials-arkode1.install
new file mode 100644
index 0000000..32aa19a
--- /dev/null
+++ b/debian/libsundials-arkode1.install
@@ -0,0 +1 @@
+usr/lib/*/libsundials_arkode.so.*

-- 
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