[sundials] 10/21: added the new arkode library package
Dima Kogan
dima at secretsauce.net
Tue Oct 11 07:13:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch master
in repository sundials.
commit 4e4986490b95863362c61bbde52b7d958c3902ba
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