[sundials] 05/10: More complete README distribution

Dima Kogan dima at secretsauce.net
Mon May 29 23:37:39 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 b227d575c0f9ba2874ecf07c14cb42e55e82c887
Author: Dima Kogan <dima at secretsauce.net>
Date:   Mon May 29 11:57:00 2017 -0700

    More complete README distribution
    
    The upstream README goes into all the packages. examples only into
    libsundials-dev
---
 debian/docs                          |  1 -
 debian/libsundials-arkode1.docs      |  1 +
 debian/libsundials-cvode2.docs       |  1 +
 debian/libsundials-cvodes2.docs      |  1 +
 debian/libsundials-dev.README.Debian | 39 ++++++++++++++++++++++++++++++++++++
 debian/libsundials-dev.docs          |  1 -
 debian/libsundials-dev.install       | 15 ++++++++++++++
 debian/libsundials-ida2.docs         |  1 +
 debian/libsundials-idas1.docs        |  1 +
 debian/libsundials-kinsol2.docs      |  1 +
 10 files changed, 60 insertions(+), 2 deletions(-)

diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e845566..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/libsundials-arkode1.docs b/debian/libsundials-arkode1.docs
new file mode 100644
index 0000000..5c8b19f
--- /dev/null
+++ b/debian/libsundials-arkode1.docs
@@ -0,0 +1 @@
+src/arkode/README
diff --git a/debian/libsundials-cvode2.docs b/debian/libsundials-cvode2.docs
new file mode 100644
index 0000000..4998ba2
--- /dev/null
+++ b/debian/libsundials-cvode2.docs
@@ -0,0 +1 @@
+src/cvode/README
diff --git a/debian/libsundials-cvodes2.docs b/debian/libsundials-cvodes2.docs
new file mode 100644
index 0000000..89a7d38
--- /dev/null
+++ b/debian/libsundials-cvodes2.docs
@@ -0,0 +1 @@
+src/cvodes/README
diff --git a/debian/libsundials-dev.README.Debian b/debian/libsundials-dev.README.Debian
new file mode 100644
index 0000000..7c92412
--- /dev/null
+++ b/debian/libsundials-dev.README.Debian
@@ -0,0 +1,39 @@
+The libsundials-dev package contains everything required for doing dev work with
+ANY sundials component.
+
+The examples/ directory contains sample programs, and each one can be built with
+
+  cmake . && make
+
+The documentation is available from the upstream website:
+
+  https://computation.llnl.gov/projects/sundials/sundials-software
+
+Each solver has the "guide", which is the general documentation, and a separate
+document explaining the examples. The specific files are
+
+CVODE
+  https://computation.llnl.gov/sites/default/files/public/cv_guide.pdf
+  https://computation.llnl.gov/sites/default/files/public/cv_examples.pdf
+
+CVODES
+  https://computation.llnl.gov/sites/default/files/public/cvs_guide.pdf
+  https://computation.llnl.gov/sites/default/files/public/cvs_examples.pdf
+
+ARKODE
+  https://computation.llnl.gov/sites/default/files/public/ark_guide.pdf
+  https://computation.llnl.gov/sites/default/files/public/ark_examples.pdf
+
+IDA
+  https://computation.llnl.gov/sites/default/files/public/ida_guide.pdf
+  https://computation.llnl.gov/sites/default/files/public/ida_examples.pdf
+
+IDAS
+  https://computation.llnl.gov/sites/default/files/public/idas_guide.pdf
+  https://computation.llnl.gov/sites/default/files/public/idas_examples.pdf
+
+KINSOL
+  https://computation.llnl.gov/sites/default/files/public/kin_guide.pdf
+  https://computation.llnl.gov/sites/default/files/public/kin_examples.pdf
+
+ -- Dima Kogan <dkogan at debian.org>, Mon, 29 May 2017 12:00:08 -0700
diff --git a/debian/libsundials-dev.docs b/debian/libsundials-dev.docs
index bc1eb24..1e107f5 100644
--- a/debian/libsundials-dev.docs
+++ b/debian/libsundials-dev.docs
@@ -1,2 +1 @@
 examples
-
diff --git a/debian/libsundials-dev.install b/debian/libsundials-dev.install
index a75ecef..adf6c2e 100644
--- a/debian/libsundials-dev.install
+++ b/debian/libsundials-dev.install
@@ -6,3 +6,18 @@ usr/lib/*/*.so
 # needed for the nvector examples. These use this source file, so I need to ship
 # it
 src/sundials/sundials_nvector.c usr/share/doc/libsundials-dev/examples/nvector
+
+README                    usr/share/doc/libsundials-dev/README_main
+src/arkode/README         usr/share/doc/libsundials-dev/README_arkode
+src/cvode/README          usr/share/doc/libsundials-dev/README_cvode
+src/cvodes/README         usr/share/doc/libsundials-dev/README_cvodes
+src/ida/README            usr/share/doc/libsundials-dev/README_ida
+src/idas/README           usr/share/doc/libsundials-dev/README_idas
+src/kinsol/README         usr/share/doc/libsundials-dev/README_kinsol
+src/nvec_openmp/README    usr/share/doc/libsundials-dev/README_nvec_openmp
+src/nvec_par/README       usr/share/doc/libsundials-dev/README_nvec_par
+src/nvec_parhyp/README    usr/share/doc/libsundials-dev/README_nvec_parhyp
+src/nvec_petsc/README     usr/share/doc/libsundials-dev/README_nvec_petsc
+src/nvec_pthreads/README  usr/share/doc/libsundials-dev/README_nvec_pthreads
+src/nvec_ser/README       usr/share/doc/libsundials-dev/README_nvec_ser
+src/sundials/README       usr/share/doc/libsundials-dev/README_sundials
diff --git a/debian/libsundials-ida2.docs b/debian/libsundials-ida2.docs
new file mode 100644
index 0000000..b9fe41a
--- /dev/null
+++ b/debian/libsundials-ida2.docs
@@ -0,0 +1 @@
+src/ida/README
diff --git a/debian/libsundials-idas1.docs b/debian/libsundials-idas1.docs
new file mode 100644
index 0000000..0675169
--- /dev/null
+++ b/debian/libsundials-idas1.docs
@@ -0,0 +1 @@
+src/idas/README
diff --git a/debian/libsundials-kinsol2.docs b/debian/libsundials-kinsol2.docs
new file mode 100644
index 0000000..4cf0216
--- /dev/null
+++ b/debian/libsundials-kinsol2.docs
@@ -0,0 +1 @@
+src/kinsol/README

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