[sundials] 04/76: update to 2.4.0

Andreas Tille tille at debian.org
Sun Feb 5 18:44:50 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 ebdf5c778092f968935e6d4943788e447d195405
Author: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
Date:   Wed Jun 30 12:18:20 2010 +0000

    update to 2.4.0
---
 debian/README.source                   |   6 +
 debian/changelog                       |   9 +
 debian/control                         |  36 ++-
 debian/libsundials-cvode0.symbols      | 198 ---------------
 debian/libsundials-cvode1.install      |   1 +
 debian/libsundials-cvode1.symbols      | 187 ++++++++++++++
 debian/libsundials-cvodes1.symbols     | 295 ----------------------
 debian/libsundials-cvodes2.install     |   1 +
 debian/libsundials-cvodes2.symbols     | 298 ++++++++++++++++++++++
 debian/libsundials-ida1.symbols        | 197 ---------------
 debian/libsundials-ida2.install        |   1 +
 debian/libsundials-ida2.symbols        | 189 ++++++++++++++
 debian/libsundials-idas1.install       |   1 +
 debian/libsundials-idas1.symbols       | 300 ++++++++++++++++++++++
 debian/libsundials-kinsol0.symbols     | 173 -------------
 debian/libsundials-kinsol1.install     |   1 +
 debian/libsundials-kinsol1.symbols     | 162 ++++++++++++
 debian/libsundials-nvecserial0.install |   1 +
 debian/libsundials-nvecserial0.symbols |  96 ++++---
 debian/libsundials-serial-dev.install  |   2 +-
 debian/libsundials-serial-doc.docs     |  12 +-
 debian/patches/makefile.patch          | 448 +++++++++++++++++++++++++++++++++
 debian/patches/series                  |   2 +-
 debian/rules                           |  13 +-
 24 files changed, 1705 insertions(+), 924 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a79d7d1
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,6 @@
+sundials source for Debian
+---------------------------
+
+Packaging makes use of CDBS and quilt. For the latter see
+`/usr/share/doc/quilt/README.source'.
+
diff --git a/debian/changelog b/debian/changelog
index d1d611d..a37e636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+sundials (2.4.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream version
+  * Add a seperate package for IDAS
+  * debian/control:  add missing builddependencies on blas/lpack
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Tue, 29 Jun 2010 10:52:57 +0100
+
 sundials (2.3.0-2) unstable; urgency=low
 
   * Package moved to debian-science
diff --git a/debian/control b/debian/control
index f350b97..a9d8ef8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: sundials
 Priority: optional
 Section: libs
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs, quilt, gfortran
+Uploaders: Rafael Laboissiere <rafael at debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, quilt, gfortran, libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so
 Standards-Version: 3.8.4
 Homepage: http://www.llnl.gov/CASC/sundials/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/sundials/trunk/
@@ -11,8 +11,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/sundials/trun
 
 Package: libsundials-serial
 Architecture: any
-Depends: libsundials-cvode0, libsundials-cvodes1, libsundials-ida1,
- libsundials-kinsol0, libsundials-nvecserial0, ${misc:Depends}
+Depends: libsundials-cvode1, libsundials-cvodes2, libsundials-ida2,
+ libsundials-idas1, libsundials-kinsol1, libsundials-nvecserial0, ${misc:Depends}
 Conflicts: libsundials-serial0
 Replaces: libsundials-serial0
 Description: SUit of Nonlinear and DIfferential/ALgebraic equation Solvers
@@ -25,42 +25,42 @@ Description: SUit of Nonlinear and DIfferential/ALgebraic equation Solvers
  libraries for the subcomponents of SUNDIALS: CVODE, CVODES, IDA,
  KINSOL, and NVECTOR_SERIAL.
 
-Package: libsundials-cvode0
+Package: libsundials-cvode1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libsundials-serial0
-Replaces: libsundials-serial0
 Description: ordinary differentialequation solver (SUNDIALS library)
  This package contains the library for ordinary differential equation
  (ODE) system solvers from SUNDIALS (SUit of Nonlinear and
  DIfferential/ALgebraic equation Solvers).
 
-Package: libsundials-cvodes1
+Package: libsundials-cvodes2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libsundials-serial0
-Replaces: libsundials-serial0 
 Description: ODE solver with sensistivity analysis (SUNDIALS library)
  This package contains the library for ordinary differential equation
  (ODE) system solver with sensistivity analysis capabilities from
  SUNDIALS (SUit of Nonlinear and DIfferential/ALgebraic equation
  Solvers).
 
-Package: libsundials-ida1
+Package: libsundials-ida2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libsundials-serial0
-Replaces: libsundials-serial0 
 Description: differential-algebraic system solver (SUNDIALS library)
  This package contains the library for differential-algebraic system
  (IDA) solver from SUNDIALS (SUit of Nonlinear and
- DIfferential/ALgebraic equation Solvers).
+  DIfferential/ALgebraic equation Solvers).
 
-Package: libsundials-kinsol0
+Package: libsundials-idas1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: IDA solver with sensitivity capabilities (SUNDIALS library)
+ This package contains the library for differential-algebraic system
+ with Sensitivity capabilities (IDAS) solver from SUNDIALS (SUit of 
+ Nonlinear and DIfferential/ALgebraic equation Solvers).
+ 
+Package: libsundials-kinsol1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libsundials-serial0
-Replaces: libsundials-serial0 
 Description: KINSOL solver (SUNDIALS library)
  This package contain the library for KINSOL (nonlinear algebraic
  systems) system solver from SUNDIALS (SUit of Nonlinear and
@@ -69,8 +69,6 @@ Description: KINSOL solver (SUNDIALS library)
 Package: libsundials-nvecserial0
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libsundials-serial0
-Replaces: libsundials-serial0 
 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
diff --git a/debian/libsundials-cvode0.symbols b/debian/libsundials-cvode0.symbols
deleted file mode 100644
index a6feb9d..0000000
--- a/debian/libsundials-cvode0.symbols
+++ /dev/null
@@ -1,198 +0,0 @@
-libsundials_cvode.so.0 libsundials-cvode0 #MINVER#
- BandAddI at Base 2.3.0
- BandAllocMat at Base 2.3.0
- BandAllocPiv at Base 2.3.0
- BandCopy at Base 2.3.0
- BandFreeMat at Base 2.3.0
- BandFreePiv at Base 2.3.0
- BandGBTRF at Base 2.3.0
- BandGBTRS at Base 2.3.0
- BandPrint at Base 2.3.0
- BandScale at Base 2.3.0
- BandZero at Base 2.3.0
- CVBBDPrecAlloc at Base 2.3.0
- CVBBDPrecFree at Base 2.3.0
- CVBBDPrecGetNumGfnEvals at Base 2.3.0
- CVBBDPrecGetReturnFlagName at Base 2.3.0
- CVBBDPrecGetWorkSpace at Base 2.3.0
- CVBBDPrecReInit at Base 2.3.0
- CVBBDSpbcg at Base 2.3.0
- CVBBDSpgmr at Base 2.3.0
- CVBBDSptfqmr at Base 2.3.0
- CVBPSpbcg at Base 2.3.0
- CVBPSpgmr at Base 2.3.0
- CVBPSptfqmr at Base 2.3.0
- CVBand at Base 2.3.0
- CVBandGetLastFlag at Base 2.3.0
- CVBandGetNumJacEvals at Base 2.3.0
- CVBandGetNumRhsEvals at Base 2.3.0
- CVBandGetReturnFlagName at Base 2.3.0
- CVBandGetWorkSpace at Base 2.3.0
- CVBandPrecAlloc at Base 2.3.0
- CVBandPrecFree at Base 2.3.0
- CVBandPrecGetNumRhsEvals at Base 2.3.0
- CVBandPrecGetReturnFlagName at Base 2.3.0
- CVBandPrecGetWorkSpace at Base 2.3.0
- CVBandSetJacFn at Base 2.3.0
- CVDense at Base 2.3.0
- CVDenseGetLastFlag at Base 2.3.0
- CVDenseGetNumJacEvals at Base 2.3.0
- CVDenseGetNumRhsEvals at Base 2.3.0
- CVDenseGetReturnFlagName at Base 2.3.0
- CVDenseGetWorkSpace at Base 2.3.0
- CVDenseSetJacFn at Base 2.3.0
- CVDiag at Base 2.3.0
- CVDiagGetLastFlag at Base 2.3.0
- CVDiagGetNumRhsEvals at Base 2.3.0
- CVDiagGetReturnFlagName at Base 2.3.0
- CVDiagGetWorkSpace at Base 2.3.0
- CVErrHandler at Base 2.3.0
- CVEwtSet at Base 2.3.0
- CVProcessError at Base 2.3.0
- CVSpbcg at Base 2.3.0
- CVSpgmr at Base 2.3.0
- CVSpilsAtimes at Base 2.3.0
- CVSpilsDQJtimes at Base 2.3.0
- CVSpilsGetLastFlag at Base 2.3.0
- CVSpilsGetNumConvFails at Base 2.3.0
- CVSpilsGetNumJtimesEvals at Base 2.3.0
- CVSpilsGetNumLinIters at Base 2.3.0
- CVSpilsGetNumPrecEvals at Base 2.3.0
- CVSpilsGetNumPrecSolves at Base 2.3.0
- CVSpilsGetNumRhsEvals at Base 2.3.0
- CVSpilsGetReturnFlagName at Base 2.3.0
- CVSpilsGetWorkSpace at Base 2.3.0
- CVSpilsPSolve at Base 2.3.0
- CVSpilsSetDelt at Base 2.3.0
- CVSpilsSetGSType at Base 2.3.0
- CVSpilsSetJacTimesVecFn at Base 2.3.0
- CVSpilsSetMaxl at Base 2.3.0
- CVSpilsSetPrecType at Base 2.3.0
- CVSpilsSetPreconditioner at Base 2.3.0
- CVSptfqmr at Base 2.3.0
- CVode at Base 2.3.0
- CVodeCreate at Base 2.3.0
- CVodeFree at Base 2.3.0
- CVodeGetActualInitStep at Base 2.3.0
- CVodeGetCurrentOrder at Base 2.3.0
- CVodeGetCurrentStep at Base 2.3.0
- CVodeGetCurrentTime at Base 2.3.0
- CVodeGetDky at Base 2.3.0
- CVodeGetErrWeights at Base 2.3.0
- CVodeGetEstLocalErrors at Base 2.3.0
- CVodeGetIntegratorStats at Base 2.3.0
- CVodeGetLastOrder at Base 2.3.0
- CVodeGetLastStep at Base 2.3.0
- CVodeGetNonlinSolvStats at Base 2.3.0
- CVodeGetNumErrTestFails at Base 2.3.0
- CVodeGetNumGEvals at Base 2.3.0
- CVodeGetNumLinSolvSetups at Base 2.3.0
- CVodeGetNumNonlinSolvConvFails at Base 2.3.0
- CVodeGetNumNonlinSolvIters at Base 2.3.0
- CVodeGetNumRhsEvals at Base 2.3.0
- CVodeGetNumStabLimOrderReds at Base 2.3.0
- CVodeGetNumSteps at Base 2.3.0
- CVodeGetReturnFlagName at Base 2.3.0
- CVodeGetRootInfo at Base 2.3.0
- CVodeGetTolScaleFactor at Base 2.3.0
- CVodeGetWorkSpace at Base 2.3.0
- CVodeMalloc at Base 2.3.0
- CVodeReInit at Base 2.3.0
- CVodeRootInit at Base 2.3.0
- CVodeSetErrFile at Base 2.3.0
- CVodeSetErrHandlerFn at Base 2.3.0
- CVodeSetEwtFn at Base 2.3.0
- CVodeSetFdata at Base 2.3.0
- CVodeSetInitStep at Base 2.3.0
- CVodeSetIterType at Base 2.3.0
- CVodeSetMaxConvFails at Base 2.3.0
- CVodeSetMaxErrTestFails at Base 2.3.0
- CVodeSetMaxHnilWarns at Base 2.3.0
- CVodeSetMaxNonlinIters at Base 2.3.0
- CVodeSetMaxNumSteps at Base 2.3.0
- CVodeSetMaxOrd at Base 2.3.0
- CVodeSetMaxStep at Base 2.3.0
- CVodeSetMinStep at Base 2.3.0
- CVodeSetNonlinConvCoef at Base 2.3.0
- CVodeSetStabLimDet at Base 2.3.0
- CVodeSetStopTime at Base 2.3.0
- CVodeSetTolerances at Base 2.3.0
- ClassicalGS at Base 2.3.0
- DenseAddI at Base 2.3.0
- DenseAllocMat at Base 2.3.0
- DenseAllocPiv at Base 2.3.0
- DenseCopy at Base 2.3.0
- DenseFreeMat at Base 2.3.0
- DenseFreePiv at Base 2.3.0
- DenseGETRF at Base 2.3.0
- DenseGETRS at Base 2.3.0
- DensePrint at Base 2.3.0
- DenseScale at Base 2.3.0
- DenseZero at Base 2.3.0
- ModifiedGS at Base 2.3.0
- N_VAbs at Base 2.3.0
- N_VAddConst at Base 2.3.0
- N_VClone at Base 2.3.0
- N_VCloneEmpty at Base 2.3.0
- N_VCloneEmptyVectorArray at Base 2.3.0
- N_VCloneVectorArray at Base 2.3.0
- N_VCompare at Base 2.3.0
- N_VConst at Base 2.3.0
- N_VConstrMask at Base 2.3.0
- N_VDestroy at Base 2.3.0
- N_VDestroyVectorArray at Base 2.3.0
- N_VDiv at Base 2.3.0
- N_VDotProd at Base 2.3.0
- N_VGetArrayPointer at Base 2.3.0
- N_VInv at Base 2.3.0
- N_VInvTest at Base 2.3.0
- N_VL1Norm at Base 2.3.0
- N_VLinearSum at Base 2.3.0
- N_VMaxNorm at Base 2.3.0
- N_VMin at Base 2.3.0
- N_VMinQuotient at Base 2.3.0
- N_VProd at Base 2.3.0
- N_VScale at Base 2.3.0
- N_VSetArrayPointer at Base 2.3.0
- N_VSpace at Base 2.3.0
- N_VWL2Norm at Base 2.3.0
- N_VWrmsNorm at Base 2.3.0
- N_VWrmsNormMask at Base 2.3.0
- QRfact at Base 2.3.0
- QRsol at Base 2.3.0
- RAbs at Base 2.3.0
- RExp at Base 2.3.0
- RPowerI at Base 2.3.0
- RPowerR at Base 2.3.0
- RSqrt at Base 2.3.0
- SpbcgFree at Base 2.3.0
- SpbcgMalloc at Base 2.3.0
- SpbcgSolve at Base 2.3.0
- SpgmrFree at Base 2.3.0
- SpgmrMalloc at Base 2.3.0
- SpgmrSolve at Base 2.3.0
- SptfqmrFree at Base 2.3.0
- SptfqmrMalloc at Base 2.3.0
- SptfqmrSolve at Base 2.3.0
- bandGBTRF at Base 2.3.0
- bandGBTRS at Base 2.3.0
- bandaddI at Base 2.3.0
- bandalloc at Base 2.3.0
- bandallocpiv at Base 2.3.0
- bandcopy at Base 2.3.0
- bandfree at Base 2.3.0
- bandfreepiv at Base 2.3.0
- bandprint at Base 2.3.0
- bandscale at Base 2.3.0
- bandzero at Base 2.3.0
- denGETRF at Base 2.3.0
- denGETRS at Base 2.3.0
- denaddI at Base 2.3.0
- denalloc at Base 2.3.0
- denallocpiv at Base 2.3.0
- dencopy at Base 2.3.0
- denfree at Base 2.3.0
- denfreepiv at Base 2.3.0
- denprint at Base 2.3.0
- denscale at Base 2.3.0
- denzero at Base 2.3.0
diff --git a/debian/libsundials-cvode1.install b/debian/libsundials-cvode1.install
new file mode 100644
index 0000000..51e86a6
--- /dev/null
+++ b/debian/libsundials-cvode1.install
@@ -0,0 +1 @@
+usr/lib/libsundials_cvode.so.*
diff --git a/debian/libsundials-cvode1.symbols b/debian/libsundials-cvode1.symbols
new file mode 100644
index 0000000..8e62505
--- /dev/null
+++ b/debian/libsundials-cvode1.symbols
@@ -0,0 +1,187 @@
+libsundials_cvode.so.1 libsundials-cvode1 #MINVER#
+ AddIdentity at Base 2.4.0
+ BandCopy at Base 2.4.0
+ BandGBTRF at Base 2.4.0
+ BandGBTRS at Base 2.4.0
+ BandScale at Base 2.4.0
+ CVBBDPrecGetNumGfnEvals at Base 2.4.0
+ CVBBDPrecGetWorkSpace at Base 2.4.0
+ CVBBDPrecInit at Base 2.4.0
+ CVBBDPrecReInit at Base 2.4.0
+ CVBand at Base 2.4.0
+ CVBandPrecGetNumRhsEvals at Base 2.4.0
+ CVBandPrecGetWorkSpace at Base 2.4.0
+ CVBandPrecInit at Base 2.4.0
+ CVDense at Base 2.4.0
+ CVDiag at Base 2.4.0
+ CVDiagGetLastFlag at Base 2.4.0
+ CVDiagGetNumRhsEvals at Base 2.4.0
+ CVDiagGetReturnFlagName at Base 2.4.0
+ CVDiagGetWorkSpace at Base 2.4.0
+ CVDlsGetLastFlag at Base 2.4.0
+ CVDlsGetNumJacEvals at Base 2.4.0
+ CVDlsGetNumRhsEvals at Base 2.4.0
+ CVDlsGetReturnFlagName at Base 2.4.0
+ CVDlsGetWorkSpace at Base 2.4.0
+ CVDlsSetBandJacFn at Base 2.4.0
+ CVDlsSetDenseJacFn at Base 2.4.0
+ CVErrHandler at Base 2.4.0
+ CVEwtSet at Base 2.4.0
+ CVLapackBand at Base 2.4.0
+ CVLapackDense at Base 2.4.0
+ CVProcessError at Base 2.4.0
+ CVSpbcg at Base 2.4.0
+ CVSpgmr at Base 2.4.0
+ CVSpilsAtimes at Base 2.4.0
+ CVSpilsDQJtimes at Base 2.4.0
+ CVSpilsGetLastFlag at Base 2.4.0
+ CVSpilsGetNumConvFails at Base 2.4.0
+ CVSpilsGetNumJtimesEvals at Base 2.4.0
+ CVSpilsGetNumLinIters at Base 2.4.0
+ CVSpilsGetNumPrecEvals at Base 2.4.0
+ CVSpilsGetNumPrecSolves at Base 2.4.0
+ CVSpilsGetNumRhsEvals at Base 2.4.0
+ CVSpilsGetReturnFlagName at Base 2.4.0
+ CVSpilsGetWorkSpace at Base 2.4.0
+ CVSpilsPSolve at Base 2.4.0
+ CVSpilsSetEpsLin at Base 2.4.0
+ CVSpilsSetGSType at Base 2.4.0
+ CVSpilsSetJacTimesVecFn at Base 2.4.0
+ CVSpilsSetMaxl at Base 2.4.0
+ CVSpilsSetPrecType at Base 2.4.0
+ CVSpilsSetPreconditioner at Base 2.4.0
+ CVSptfqmr at Base 2.4.0
+ CVode at Base 2.4.0
+ CVodeCreate at Base 2.4.0
+ CVodeFree at Base 2.4.0
+ CVodeGetActualInitStep at Base 2.4.0
+ CVodeGetCurrentOrder at Base 2.4.0
+ CVodeGetCurrentStep at Base 2.4.0
+ CVodeGetCurrentTime at Base 2.4.0
+ CVodeGetDky at Base 2.4.0
+ CVodeGetErrWeights at Base 2.4.0
+ CVodeGetEstLocalErrors at Base 2.4.0
+ CVodeGetIntegratorStats at Base 2.4.0
+ CVodeGetLastOrder at Base 2.4.0
+ CVodeGetLastStep at Base 2.4.0
+ CVodeGetNonlinSolvStats at Base 2.4.0
+ CVodeGetNumErrTestFails at Base 2.4.0
+ CVodeGetNumGEvals at Base 2.4.0
+ CVodeGetNumLinSolvSetups at Base 2.4.0
+ CVodeGetNumNonlinSolvConvFails at Base 2.4.0
+ CVodeGetNumNonlinSolvIters at Base 2.4.0
+ CVodeGetNumRhsEvals at Base 2.4.0
+ CVodeGetNumStabLimOrderReds at Base 2.4.0
+ CVodeGetNumSteps at Base 2.4.0
+ CVodeGetReturnFlagName at Base 2.4.0
+ CVodeGetRootInfo at Base 2.4.0
+ CVodeGetTolScaleFactor at Base 2.4.0
+ CVodeGetWorkSpace at Base 2.4.0
+ CVodeInit at Base 2.4.0
+ CVodeReInit at Base 2.4.0
+ CVodeRootInit at Base 2.4.0
+ CVodeSStolerances at Base 2.4.0
+ CVodeSVtolerances at Base 2.4.0
+ CVodeSetErrFile at Base 2.4.0
+ CVodeSetErrHandlerFn at Base 2.4.0
+ CVodeSetInitStep at Base 2.4.0
+ CVodeSetIterType at Base 2.4.0
+ CVodeSetMaxConvFails at Base 2.4.0
+ CVodeSetMaxErrTestFails at Base 2.4.0
+ CVodeSetMaxHnilWarns at Base 2.4.0
+ CVodeSetMaxNonlinIters at Base 2.4.0
+ CVodeSetMaxNumSteps at Base 2.4.0
+ CVodeSetMaxOrd at Base 2.4.0
+ CVodeSetMaxStep at Base 2.4.0
+ CVodeSetMinStep at Base 2.4.0
+ CVodeSetNoInactiveRootWarn at Base 2.4.0
+ CVodeSetNonlinConvCoef at Base 2.4.0
+ CVodeSetRootDirection at Base 2.4.0
+ CVodeSetStabLimDet at Base 2.4.0
+ CVodeSetStopTime at Base 2.4.0
+ CVodeSetUserData at Base 2.4.0
+ CVodeWFtolerances at Base 2.4.0
+ ClassicalGS at Base 2.4.0
+ DenseCopy at Base 2.4.0
+ DenseGEQRF at Base 2.4.0
+ DenseGETRF at Base 2.4.0
+ DenseGETRS at Base 2.4.0
+ DenseORMQR at Base 2.4.0
+ DensePOTRF at Base 2.4.0
+ DensePOTRS at Base 2.4.0
+ DenseScale at Base 2.4.0
+ DestroyArray at Base 2.4.0
+ DestroyMat at Base 2.4.0
+ ModifiedGS at Base 2.4.0
+ N_VAbs at Base 2.4.0
+ N_VAddConst at Base 2.4.0
+ N_VClone at Base 2.4.0
+ N_VCloneEmpty at Base 2.4.0
+ N_VCloneEmptyVectorArray at Base 2.4.0
+ N_VCloneVectorArray at Base 2.4.0
+ N_VCompare at Base 2.4.0
+ N_VConst at Base 2.4.0
+ N_VConstrMask at Base 2.4.0
+ N_VDestroy at Base 2.4.0
+ N_VDestroyVectorArray at Base 2.4.0
+ N_VDiv at Base 2.4.0
+ N_VDotProd at Base 2.4.0
+ N_VGetArrayPointer at Base 2.4.0
+ N_VInv at Base 2.4.0
+ N_VInvTest at Base 2.4.0
+ N_VL1Norm at Base 2.4.0
+ N_VLinearSum at Base 2.4.0
+ N_VMaxNorm at Base 2.4.0
+ N_VMin at Base 2.4.0
+ N_VMinQuotient at Base 2.4.0
+ N_VProd at Base 2.4.0
+ N_VScale at Base 2.4.0
+ N_VSetArrayPointer at Base 2.4.0
+ N_VSpace at Base 2.4.0
+ N_VWL2Norm at Base 2.4.0
+ N_VWrmsNorm at Base 2.4.0
+ N_VWrmsNormMask at Base 2.4.0
+ NewBandMat at Base 2.4.0
+ NewDenseMat at Base 2.4.0
+ NewIntArray at Base 2.4.0
+ NewRealArray at Base 2.4.0
+ PrintMat at Base 2.4.0
+ QRfact at Base 2.4.0
+ QRsol at Base 2.4.0
+ RAbs at Base 2.4.0
+ RExp at Base 2.4.0
+ RPowerI at Base 2.4.0
+ RPowerR at Base 2.4.0
+ RSqrt at Base 2.4.0
+ SetToZero at Base 2.4.0
+ SpbcgFree at Base 2.4.0
+ SpbcgMalloc at Base 2.4.0
+ SpbcgSolve at Base 2.4.0
+ SpgmrFree at Base 2.4.0
+ SpgmrMalloc at Base 2.4.0
+ SpgmrSolve at Base 2.4.0
+ SptfqmrFree at Base 2.4.0
+ SptfqmrMalloc at Base 2.4.0
+ SptfqmrSolve at Base 2.4.0
+ bandAddIdentity at Base 2.4.0
+ bandCopy at Base 2.4.0
+ bandGBTRF at Base 2.4.0
+ bandGBTRS at Base 2.4.0
+ bandScale at Base 2.4.0
+ cvDlsBandDQJac at Base 2.4.0
+ cvDlsDenseDQJac at Base 2.4.0
+ denseAddIdentity at Base 2.4.0
+ denseCopy at Base 2.4.0
+ denseGEQRF at Base 2.4.0
+ denseGETRF at Base 2.4.0
+ denseGETRS at Base 2.4.0
+ denseORMQR at Base 2.4.0
+ densePOTRF at Base 2.4.0
+ densePOTRS at Base 2.4.0
+ denseScale at Base 2.4.0
+ destroyArray at Base 2.4.0
+ destroyMat at Base 2.4.0
+ newBandMat at Base 2.4.0
+ newDenseMat at Base 2.4.0
+ newIntArray at Base 2.4.0
+ newRealArray at Base 2.4.0
diff --git a/debian/libsundials-cvodes1.symbols b/debian/libsundials-cvodes1.symbols
deleted file mode 100644
index 742a199..0000000
--- a/debian/libsundials-cvodes1.symbols
+++ /dev/null
@@ -1,295 +0,0 @@
-libsundials_cvodes.so.1 libsundials-cvodes1 #MINVER#
- BandAddI at Base 2.3.0
- BandAllocMat at Base 2.3.0
- BandAllocPiv at Base 2.3.0
- BandCopy at Base 2.3.0
- BandFreeMat at Base 2.3.0
- BandFreePiv at Base 2.3.0
- BandGBTRF at Base 2.3.0
- BandGBTRS at Base 2.3.0
- BandPrint at Base 2.3.0
- BandScale at Base 2.3.0
- BandZero at Base 2.3.0
- CVAspilsJacTimesVec at Base 2.3.0
- CVAspilsPrecSetup at Base 2.3.0
- CVAspilsPrecSolve at Base 2.3.0
- CVBBDPrecAlloc at Base 2.3.0
- CVBBDPrecAllocB at Base 2.3.0
- CVBBDPrecFree at Base 2.3.0
- CVBBDPrecFreeB at Base 2.3.0
- CVBBDPrecGetNumGfnEvals at Base 2.3.0
- CVBBDPrecGetReturnFlagName at Base 2.3.0
- CVBBDPrecGetWorkSpace at Base 2.3.0
- CVBBDPrecReInit at Base 2.3.0
- CVBBDPrecReInitB at Base 2.3.0
- CVBBDSpbcg at Base 2.3.0
- CVBBDSpbcgB at Base 2.3.0
- CVBBDSpgmr at Base 2.3.0
- CVBBDSpgmrB at Base 2.3.0
- CVBBDSptfqmr at Base 2.3.0
- CVBBDSptfqmrB at Base 2.3.0
- CVBPSpbcg at Base 2.3.0
- CVBPSpbcgB at Base 2.3.0
- CVBPSpgmr at Base 2.3.0
- CVBPSpgmrB at Base 2.3.0
- CVBPSptfqmr at Base 2.3.0
- CVBPSptfqmrB at Base 2.3.0
- CVBand at Base 2.3.0
- CVBandB at Base 2.3.0
- CVBandGetLastFlag at Base 2.3.0
- CVBandGetNumJacEvals at Base 2.3.0
- CVBandGetNumRhsEvals at Base 2.3.0
- CVBandGetReturnFlagName at Base 2.3.0
- CVBandGetWorkSpace at Base 2.3.0
- CVBandPrecAlloc at Base 2.3.0
- CVBandPrecAllocB at Base 2.3.0
- CVBandPrecFree at Base 2.3.0
- CVBandPrecFreeB at Base 2.3.0
- CVBandPrecGetNumRhsEvals at Base 2.3.0
- CVBandPrecGetReturnFlagName at Base 2.3.0
- CVBandPrecGetWorkSpace at Base 2.3.0
- CVBandSetJacFn at Base 2.3.0
- CVBandSetJacFnB at Base 2.3.0
- CVDense at Base 2.3.0
- CVDenseB at Base 2.3.0
- CVDenseGetLastFlag at Base 2.3.0
- CVDenseGetNumJacEvals at Base 2.3.0
- CVDenseGetNumRhsEvals at Base 2.3.0
- CVDenseGetReturnFlagName at Base 2.3.0
- CVDenseGetWorkSpace at Base 2.3.0
- CVDenseSetJacFn at Base 2.3.0
- CVDenseSetJacFnB at Base 2.3.0
- CVDiag at Base 2.3.0
- CVDiagB at Base 2.3.0
- CVDiagGetLastFlag at Base 2.3.0
- CVDiagGetNumRhsEvals at Base 2.3.0
- CVDiagGetReturnFlagName at Base 2.3.0
- CVDiagGetWorkSpace at Base 2.3.0
- CVErrHandler at Base 2.3.0
- CVEwtSet at Base 2.3.0
- CVProcessError at Base 2.3.0
- CVSensRhs1DQ at Base 2.3.0
- CVSensRhsDQ at Base 2.3.0
- CVSpbcg at Base 2.3.0
- CVSpbcgB at Base 2.3.0
- CVSpgmr at Base 2.3.0
- CVSpgmrB at Base 2.3.0
- CVSpilsAtimes at Base 2.3.0
- CVSpilsDQJtimes at Base 2.3.0
- CVSpilsGetLastFlag at Base 2.3.0
- CVSpilsGetNumConvFails at Base 2.3.0
- CVSpilsGetNumJtimesEvals at Base 2.3.0
- CVSpilsGetNumLinIters at Base 2.3.0
- CVSpilsGetNumPrecEvals at Base 2.3.0
- CVSpilsGetNumPrecSolves at Base 2.3.0
- CVSpilsGetNumRhsEvals at Base 2.3.0
- CVSpilsGetReturnFlagName at Base 2.3.0
- CVSpilsGetWorkSpace at Base 2.3.0
- CVSpilsPSolve at Base 2.3.0
- CVSpilsSetDelt at Base 2.3.0
- CVSpilsSetDeltB at Base 2.3.0
- CVSpilsSetGSType at Base 2.3.0
- CVSpilsSetGSTypeB at Base 2.3.0
- CVSpilsSetJacTimesVecFn at Base 2.3.0
- CVSpilsSetJacTimesVecFnB at Base 2.3.0
- CVSpilsSetMaxl at Base 2.3.0
- CVSpilsSetMaxlB at Base 2.3.0
- CVSpilsSetPrecType at Base 2.3.0
- CVSpilsSetPrecTypeB at Base 2.3.0
- CVSpilsSetPreconditioner at Base 2.3.0
- CVSpilsSetPreconditionerB at Base 2.3.0
- CVSptfqmr at Base 2.3.0
- CVSptfqmrB at Base 2.3.0
- CVadjFree at Base 2.3.0
- CVadjGetCVodeBmem at Base 2.3.0
- CVadjGetCheckPointsInfo at Base 2.3.0
- CVadjGetCurrentCheckPoint at Base 2.3.0
- CVadjGetDataPointHermite at Base 2.3.0
- CVadjGetDataPointPolynomial at Base 2.3.0
- CVadjGetReturnFlagName at Base 2.3.0
- CVadjGetY at Base 2.3.0
- CVadjMalloc at Base 2.3.0
- CVadjSetInterpType at Base 2.3.0
- CVode at Base 2.3.0
- CVodeB at Base 2.3.0
- CVodeCreate at Base 2.3.0
- CVodeCreateB at Base 2.3.0
- CVodeF at Base 2.3.0
- CVodeFree at Base 2.3.0
- CVodeGetActualInitStep at Base 2.3.0
- CVodeGetCurrentOrder at Base 2.3.0
- CVodeGetCurrentStep at Base 2.3.0
- CVodeGetCurrentTime at Base 2.3.0
- CVodeGetDky at Base 2.3.0
- CVodeGetErrWeights at Base 2.3.0
- CVodeGetEstLocalErrors at Base 2.3.0
- CVodeGetIntegratorStats at Base 2.3.0
- CVodeGetLastOrder at Base 2.3.0
- CVodeGetLastStep at Base 2.3.0
- CVodeGetNonlinSolvStats at Base 2.3.0
- CVodeGetNumErrTestFails at Base 2.3.0
- CVodeGetNumGEvals at Base 2.3.0
- CVodeGetNumLinSolvSetups at Base 2.3.0
- CVodeGetNumNonlinSolvConvFails at Base 2.3.0
- CVodeGetNumNonlinSolvIters at Base 2.3.0
- CVodeGetNumRhsEvals at Base 2.3.0
- CVodeGetNumRhsEvalsSens at Base 2.3.0
- CVodeGetNumSensErrTestFails at Base 2.3.0
- CVodeGetNumSensLinSolvSetups at Base 2.3.0
- CVodeGetNumSensNonlinSolvConvFails at Base 2.3.0
- CVodeGetNumSensNonlinSolvIters at Base 2.3.0
- CVodeGetNumSensRhsEvals at Base 2.3.0
- CVodeGetNumStabLimOrderReds at Base 2.3.0
- CVodeGetNumSteps at Base 2.3.0
- CVodeGetNumStgrSensNonlinSolvConvFails at Base 2.3.0
- CVodeGetNumStgrSensNonlinSolvIters at Base 2.3.0
- CVodeGetQuad at Base 2.3.0
- CVodeGetQuadB at Base 2.3.0
- CVodeGetQuadDky at Base 2.3.0
- CVodeGetQuadErrWeights at Base 2.3.0
- CVodeGetQuadNumErrTestFails at Base 2.3.0
- CVodeGetQuadNumRhsEvals at Base 2.3.0
- CVodeGetQuadStats at Base 2.3.0
- CVodeGetReturnFlagName at Base 2.3.0
- CVodeGetRootInfo at Base 2.3.0
- CVodeGetSens1 at Base 2.3.0
- CVodeGetSens at Base 2.3.0
- CVodeGetSensDky1 at Base 2.3.0
- CVodeGetSensDky at Base 2.3.0
- CVodeGetSensErrWeights at Base 2.3.0
- CVodeGetSensNonlinSolvStats at Base 2.3.0
- CVodeGetSensStats at Base 2.3.0
- CVodeGetTolScaleFactor at Base 2.3.0
- CVodeGetWorkSpace at Base 2.3.0
- CVodeMalloc at Base 2.3.0
- CVodeMallocB at Base 2.3.0
- CVodeQuadFree at Base 2.3.0
- CVodeQuadMalloc at Base 2.3.0
- CVodeQuadMallocB at Base 2.3.0
- CVodeQuadReInit at Base 2.3.0
- CVodeQuadReInitB at Base 2.3.0
- CVodeReInit at Base 2.3.0
- CVodeReInitB at Base 2.3.0
- CVodeRootInit at Base 2.3.0
- CVodeSensFree at Base 2.3.0
- CVodeSensMalloc at Base 2.3.0
- CVodeSensReInit at Base 2.3.0
- CVodeSensToggleOff at Base 2.3.0
- CVodeSetErrFile at Base 2.3.0
- CVodeSetErrFileB at Base 2.3.0
- CVodeSetErrHandlerFn at Base 2.3.0
- CVodeSetErrHandlerFnB at Base 2.3.0
- CVodeSetEwtFn at Base 2.3.0
- CVodeSetFdata at Base 2.3.0
- CVodeSetFdataB at Base 2.3.0
- CVodeSetInitStep at Base 2.3.0
- CVodeSetInitStepB at Base 2.3.0
- CVodeSetIterType at Base 2.3.0
- CVodeSetIterTypeB at Base 2.3.0
- CVodeSetMaxConvFails at Base 2.3.0
- CVodeSetMaxErrTestFails at Base 2.3.0
- CVodeSetMaxHnilWarns at Base 2.3.0
- CVodeSetMaxNonlinIters at Base 2.3.0
- CVodeSetMaxNumSteps at Base 2.3.0
- CVodeSetMaxNumStepsB at Base 2.3.0
- CVodeSetMaxOrd at Base 2.3.0
- CVodeSetMaxOrdB at Base 2.3.0
- CVodeSetMaxStep at Base 2.3.0
- CVodeSetMaxStepB at Base 2.3.0
- CVodeSetMinStep at Base 2.3.0
- CVodeSetMinStepB at Base 2.3.0
- CVodeSetNonlinConvCoef at Base 2.3.0
- CVodeSetQuadErrCon at Base 2.3.0
- CVodeSetQuadErrConB at Base 2.3.0
- CVodeSetQuadFdata at Base 2.3.0
- CVodeSetQuadFdataB at Base 2.3.0
- CVodeSetSensDQMethod at Base 2.3.0
- CVodeSetSensErrCon at Base 2.3.0
- CVodeSetSensMaxNonlinIters at Base 2.3.0
- CVodeSetSensParams at Base 2.3.0
- CVodeSetSensRhs1Fn at Base 2.3.0
- CVodeSetSensRhsFn at Base 2.3.0
- CVodeSetSensTolerances at Base 2.3.0
- CVodeSetStabLimDet at Base 2.3.0
- CVodeSetStabLimDetB at Base 2.3.0
- CVodeSetStopTime at Base 2.3.0
- CVodeSetTolerances at Base 2.3.0
- ClassicalGS at Base 2.3.0
- DenseAddI at Base 2.3.0
- DenseAllocMat at Base 2.3.0
- DenseAllocPiv at Base 2.3.0
- DenseCopy at Base 2.3.0
- DenseFreeMat at Base 2.3.0
- DenseFreePiv at Base 2.3.0
- DenseGETRF at Base 2.3.0
- DenseGETRS at Base 2.3.0
- DensePrint at Base 2.3.0
- DenseScale at Base 2.3.0
- DenseZero at Base 2.3.0
- ModifiedGS at Base 2.3.0
- N_VAbs at Base 2.3.0
- N_VAddConst at Base 2.3.0
- N_VClone at Base 2.3.0
- N_VCloneEmpty at Base 2.3.0
- N_VCloneEmptyVectorArray at Base 2.3.0
- N_VCloneVectorArray at Base 2.3.0
- N_VCompare at Base 2.3.0
- N_VConst at Base 2.3.0
- N_VConstrMask at Base 2.3.0
- N_VDestroy at Base 2.3.0
- N_VDestroyVectorArray at Base 2.3.0
- N_VDiv at Base 2.3.0
- N_VDotProd at Base 2.3.0
- N_VGetArrayPointer at Base 2.3.0
- N_VInv at Base 2.3.0
- N_VInvTest at Base 2.3.0
- N_VL1Norm at Base 2.3.0
- N_VLinearSum at Base 2.3.0
- N_VMaxNorm at Base 2.3.0
- N_VMin at Base 2.3.0
- N_VMinQuotient at Base 2.3.0
- N_VProd at Base 2.3.0
- N_VScale at Base 2.3.0
- N_VSetArrayPointer at Base 2.3.0
- N_VSpace at Base 2.3.0
- N_VWL2Norm at Base 2.3.0
- N_VWrmsNorm at Base 2.3.0
- N_VWrmsNormMask at Base 2.3.0
- QRfact at Base 2.3.0
- QRsol at Base 2.3.0
- RAbs at Base 2.3.0
- RExp at Base 2.3.0
- RPowerI at Base 2.3.0
- RPowerR at Base 2.3.0
- RSqrt at Base 2.3.0
- SpbcgFree at Base 2.3.0
- SpbcgMalloc at Base 2.3.0
- SpbcgSolve at Base 2.3.0
- SpgmrFree at Base 2.3.0
- SpgmrMalloc at Base 2.3.0
- SpgmrSolve at Base 2.3.0
- SptfqmrFree at Base 2.3.0
- SptfqmrMalloc at Base 2.3.0
- SptfqmrSolve at Base 2.3.0
- bandGBTRF at Base 2.3.0
- bandGBTRS at Base 2.3.0
- bandaddI at Base 2.3.0
- bandalloc at Base 2.3.0
- bandallocpiv at Base 2.3.0
- bandcopy at Base 2.3.0
- bandfree at Base 2.3.0
- bandfreepiv at Base 2.3.0
- bandprint at Base 2.3.0
- bandscale at Base 2.3.0
- bandzero at Base 2.3.0
- denGETRF at Base 2.3.0
- denGETRS at Base 2.3.0
- denaddI at Base 2.3.0
- denalloc at Base 2.3.0
- denallocpiv at Base 2.3.0
- dencopy at Base 2.3.0
- denfree at Base 2.3.0
- denfreepiv at Base 2.3.0
- denprint at Base 2.3.0
- denscale at Base 2.3.0
- denzero at Base 2.3.0
diff --git a/debian/libsundials-cvodes2.install b/debian/libsundials-cvodes2.install
new file mode 100644
index 0000000..1c26287
--- /dev/null
+++ b/debian/libsundials-cvodes2.install
@@ -0,0 +1 @@
+usr/lib/libsundials_cvodes.so.*
diff --git a/debian/libsundials-cvodes2.symbols b/debian/libsundials-cvodes2.symbols
new file mode 100644
index 0000000..d26a462
--- /dev/null
+++ b/debian/libsundials-cvodes2.symbols
@@ -0,0 +1,298 @@
+libsundials_cvodes.so.2 libsundials-cvodes2 #MINVER#
+ AddIdentity at Base 2.4.0
+ BandCopy at Base 2.4.0
+ BandGBTRF at Base 2.4.0
+ BandGBTRS at Base 2.4.0
+ BandScale at Base 2.4.0
+ CVBBDPrecGetNumGfnEvals at Base 2.4.0
+ CVBBDPrecGetWorkSpace at Base 2.4.0
+ CVBBDPrecInit at Base 2.4.0
+ CVBBDPrecInitB at Base 2.4.0
+ CVBBDPrecReInit at Base 2.4.0
+ CVBBDPrecReInitB at Base 2.4.0
+ CVBand at Base 2.4.0
+ CVBandB at Base 2.4.0
+ CVBandPrecGetNumRhsEvals at Base 2.4.0
+ CVBandPrecGetWorkSpace at Base 2.4.0
+ CVBandPrecInit at Base 2.4.0
+ CVBandPrecInitB at Base 2.4.0
+ CVDense at Base 2.4.0
+ CVDenseB at Base 2.4.0
+ CVDiag at Base 2.4.0
+ CVDiagB at Base 2.4.0
+ CVDiagGetLastFlag at Base 2.4.0
+ CVDiagGetNumRhsEvals at Base 2.4.0
+ CVDiagGetReturnFlagName at Base 2.4.0
+ CVDiagGetWorkSpace at Base 2.4.0
+ CVDlsGetLastFlag at Base 2.4.0
+ CVDlsGetNumJacEvals at Base 2.4.0
+ CVDlsGetNumRhsEvals at Base 2.4.0
+ CVDlsGetReturnFlagName at Base 2.4.0
+ CVDlsGetWorkSpace at Base 2.4.0
+ CVDlsSetBandJacFn at Base 2.4.0
+ CVDlsSetBandJacFnB at Base 2.4.0
+ CVDlsSetDenseJacFn at Base 2.4.0
+ CVDlsSetDenseJacFnB at Base 2.4.0
+ CVLapackBand at Base 2.4.0
+ CVLapackBandB at Base 2.4.0
+ CVLapackDense at Base 2.4.0
+ CVLapackDenseB at Base 2.4.0
+ CVSpbcg at Base 2.4.0
+ CVSpbcgB at Base 2.4.0
+ CVSpgmr at Base 2.4.0
+ CVSpgmrB at Base 2.4.0
+ CVSpilsAtimes at Base 2.4.0
+ CVSpilsDQJtimes at Base 2.4.0
+ CVSpilsGetLastFlag at Base 2.4.0
+ CVSpilsGetNumConvFails at Base 2.4.0
+ CVSpilsGetNumJtimesEvals at Base 2.4.0
+ CVSpilsGetNumLinIters at Base 2.4.0
+ CVSpilsGetNumPrecEvals at Base 2.4.0
+ CVSpilsGetNumPrecSolves at Base 2.4.0
+ CVSpilsGetNumRhsEvals at Base 2.4.0
+ CVSpilsGetReturnFlagName at Base 2.4.0
+ CVSpilsGetWorkSpace at Base 2.4.0
+ CVSpilsPSolve at Base 2.4.0
+ CVSpilsSetEpsLin at Base 2.4.0
+ CVSpilsSetEpsLinB at Base 2.4.0
+ CVSpilsSetGSType at Base 2.4.0
+ CVSpilsSetGSTypeB at Base 2.4.0
+ CVSpilsSetJacTimesVecFn at Base 2.4.0
+ CVSpilsSetJacTimesVecFnB at Base 2.4.0
+ CVSpilsSetMaxl at Base 2.4.0
+ CVSpilsSetMaxlB at Base 2.4.0
+ CVSpilsSetPrecType at Base 2.4.0
+ CVSpilsSetPrecTypeB at Base 2.4.0
+ CVSpilsSetPreconditioner at Base 2.4.0
+ CVSpilsSetPreconditionerB at Base 2.4.0
+ CVSptfqmr at Base 2.4.0
+ CVSptfqmrB at Base 2.4.0
+ CVode at Base 2.4.0
+ CVodeAdjFree at Base 2.4.0
+ CVodeAdjInit at Base 2.4.0
+ CVodeAdjReInit at Base 2.4.0
+ CVodeB at Base 2.4.0
+ CVodeCreate at Base 2.4.0
+ CVodeCreateB at Base 2.4.0
+ CVodeF at Base 2.4.0
+ CVodeFree at Base 2.4.0
+ CVodeGetActualInitStep at Base 2.4.0
+ CVodeGetAdjCVodeBmem at Base 2.4.0
+ CVodeGetAdjCheckPointsInfo at Base 2.4.0
+ CVodeGetAdjCurrentCheckPoint at Base 2.4.0
+ CVodeGetAdjDataPointHermite at Base 2.4.0
+ CVodeGetAdjDataPointPolynomial at Base 2.4.0
+ CVodeGetAdjY at Base 2.4.0
+ CVodeGetB at Base 2.4.0
+ CVodeGetCurrentOrder at Base 2.4.0
+ CVodeGetCurrentStep at Base 2.4.0
+ CVodeGetCurrentTime at Base 2.4.0
+ CVodeGetDky at Base 2.4.0
+ CVodeGetErrWeights at Base 2.4.0
+ CVodeGetEstLocalErrors at Base 2.4.0
+ CVodeGetIntegratorStats at Base 2.4.0
+ CVodeGetLastOrder at Base 2.4.0
+ CVodeGetLastStep at Base 2.4.0
+ CVodeGetNonlinSolvStats at Base 2.4.0
+ CVodeGetNumErrTestFails at Base 2.4.0
+ CVodeGetNumGEvals at Base 2.4.0
+ CVodeGetNumLinSolvSetups at Base 2.4.0
+ CVodeGetNumNonlinSolvConvFails at Base 2.4.0
+ CVodeGetNumNonlinSolvIters at Base 2.4.0
+ CVodeGetNumRhsEvals at Base 2.4.0
+ CVodeGetNumRhsEvalsSens at Base 2.4.0
+ CVodeGetNumStabLimOrderReds at Base 2.4.0
+ CVodeGetNumSteps at Base 2.4.0
+ CVodeGetQuad at Base 2.4.0
+ CVodeGetQuadB at Base 2.4.0
+ CVodeGetQuadDky at Base 2.4.0
+ CVodeGetQuadErrWeights at Base 2.4.0
+ CVodeGetQuadNumErrTestFails at Base 2.4.0
+ CVodeGetQuadNumRhsEvals at Base 2.4.0
+ CVodeGetQuadSens1 at Base 2.4.0
+ CVodeGetQuadSens at Base 2.4.0
+ CVodeGetQuadSensDky1 at Base 2.4.0
+ CVodeGetQuadSensDky at Base 2.4.0
+ CVodeGetQuadSensErrWeights at Base 2.4.0
+ CVodeGetQuadSensNumErrTestFails at Base 2.4.0
+ CVodeGetQuadSensNumRhsEvals at Base 2.4.0
+ CVodeGetQuadSensStats at Base 2.4.0
+ CVodeGetQuadStats at Base 2.4.0
+ CVodeGetReturnFlagName at Base 2.4.0
+ CVodeGetRootInfo at Base 2.4.0
+ CVodeGetSens1 at Base 2.4.0
+ CVodeGetSens at Base 2.4.0
+ CVodeGetSensDky1 at Base 2.4.0
+ CVodeGetSensDky at Base 2.4.0
+ CVodeGetSensErrWeights at Base 2.4.0
+ CVodeGetSensNonlinSolvStats at Base 2.4.0
+ CVodeGetSensNumErrTestFails at Base 2.4.0
+ CVodeGetSensNumLinSolvSetups at Base 2.4.0
+ CVodeGetSensNumNonlinSolvConvFails at Base 2.4.0
+ CVodeGetSensNumNonlinSolvIters at Base 2.4.0
+ CVodeGetSensNumRhsEvals at Base 2.4.0
+ CVodeGetSensStats at Base 2.4.0
+ CVodeGetStgrSensNumNonlinSolvConvFails at Base 2.4.0
+ CVodeGetStgrSensNumNonlinSolvIters at Base 2.4.0
+ CVodeGetTolScaleFactor at Base 2.4.0
+ CVodeGetWorkSpace at Base 2.4.0
+ CVodeInit at Base 2.4.0
+ CVodeInitB at Base 2.4.0
+ CVodeInitBS at Base 2.4.0
+ CVodeQuadFree at Base 2.4.0
+ CVodeQuadInit at Base 2.4.0
+ CVodeQuadInitB at Base 2.4.0
+ CVodeQuadInitBS at Base 2.4.0
+ CVodeQuadReInit at Base 2.4.0
+ CVodeQuadReInitB at Base 2.4.0
+ CVodeQuadSStolerances at Base 2.4.0
+ CVodeQuadSStolerancesB at Base 2.4.0
+ CVodeQuadSVtolerances at Base 2.4.0
+ CVodeQuadSVtolerancesB at Base 2.4.0
+ CVodeQuadSensEEtolerances at Base 2.4.0
+ CVodeQuadSensFree at Base 2.4.0
+ CVodeQuadSensInit at Base 2.4.0
+ CVodeQuadSensReInit at Base 2.4.0
+ CVodeQuadSensSStolerances at Base 2.4.0
+ CVodeQuadSensSVtolerances at Base 2.4.0
+ CVodeReInit at Base 2.4.0
+ CVodeReInitB at Base 2.4.0
+ CVodeRootInit at Base 2.4.0
+ CVodeSStolerances at Base 2.4.0
+ CVodeSStolerancesB at Base 2.4.0
+ CVodeSVtolerances at Base 2.4.0
+ CVodeSVtolerancesB at Base 2.4.0
+ CVodeSensEEtolerances at Base 2.4.0
+ CVodeSensFree at Base 2.4.0
+ CVodeSensInit1 at Base 2.4.0
+ CVodeSensInit at Base 2.4.0
+ CVodeSensReInit at Base 2.4.0
+ CVodeSensSStolerances at Base 2.4.0
+ CVodeSensSVtolerances at Base 2.4.0
+ CVodeSensToggleOff at Base 2.4.0
+ CVodeSetAdjNoSensi at Base 2.4.0
+ CVodeSetErrFile at Base 2.4.0
+ CVodeSetErrHandlerFn at Base 2.4.0
+ CVodeSetInitStep at Base 2.4.0
+ CVodeSetInitStepB at Base 2.4.0
+ CVodeSetIterType at Base 2.4.0
+ CVodeSetIterTypeB at Base 2.4.0
+ CVodeSetMaxConvFails at Base 2.4.0
+ CVodeSetMaxErrTestFails at Base 2.4.0
+ CVodeSetMaxHnilWarns at Base 2.4.0
+ CVodeSetMaxNonlinIters at Base 2.4.0
+ CVodeSetMaxNumSteps at Base 2.4.0
+ CVodeSetMaxNumStepsB at Base 2.4.0
+ CVodeSetMaxOrd at Base 2.4.0
+ CVodeSetMaxOrdB at Base 2.4.0
+ CVodeSetMaxStep at Base 2.4.0
+ CVodeSetMaxStepB at Base 2.4.0
+ CVodeSetMinStep at Base 2.4.0
+ CVodeSetMinStepB at Base 2.4.0
+ CVodeSetNoInactiveRootWarn at Base 2.4.0
+ CVodeSetNonlinConvCoef at Base 2.4.0
+ CVodeSetQuadErrCon at Base 2.4.0
+ CVodeSetQuadErrConB at Base 2.4.0
+ CVodeSetQuadSensErrCon at Base 2.4.0
+ CVodeSetRootDirection at Base 2.4.0
+ CVodeSetSensDQMethod at Base 2.4.0
+ CVodeSetSensErrCon at Base 2.4.0
+ CVodeSetSensMaxNonlinIters at Base 2.4.0
+ CVodeSetSensParams at Base 2.4.0
+ CVodeSetStabLimDet at Base 2.4.0
+ CVodeSetStabLimDetB at Base 2.4.0
+ CVodeSetStopTime at Base 2.4.0
+ CVodeSetUserData at Base 2.4.0
+ CVodeSetUserDataB at Base 2.4.0
+ CVodeWFtolerances at Base 2.4.0
+ ClassicalGS at Base 2.4.0
+ DenseCopy at Base 2.4.0
+ DenseGEQRF at Base 2.4.0
+ DenseGETRF at Base 2.4.0
+ DenseGETRS at Base 2.4.0
+ DenseORMQR at Base 2.4.0
+ DensePOTRF at Base 2.4.0
+ DensePOTRS at Base 2.4.0
+ DenseScale at Base 2.4.0
+ DestroyArray at Base 2.4.0
+ DestroyMat at Base 2.4.0
+ ModifiedGS at Base 2.4.0
+ N_VAbs at Base 2.4.0
+ N_VAddConst at Base 2.4.0
+ N_VClone at Base 2.4.0
+ N_VCloneEmpty at Base 2.4.0
+ N_VCloneEmptyVectorArray at Base 2.4.0
+ N_VCloneVectorArray at Base 2.4.0
+ N_VCompare at Base 2.4.0
+ N_VConst at Base 2.4.0
+ N_VConstrMask at Base 2.4.0
+ N_VDestroy at Base 2.4.0
+ N_VDestroyVectorArray at Base 2.4.0
+ N_VDiv at Base 2.4.0
+ N_VDotProd at Base 2.4.0
+ N_VGetArrayPointer at Base 2.4.0
+ N_VInv at Base 2.4.0
+ N_VInvTest at Base 2.4.0
+ N_VL1Norm at Base 2.4.0
+ N_VLinearSum at Base 2.4.0
+ N_VMaxNorm at Base 2.4.0
+ N_VMin at Base 2.4.0
+ N_VMinQuotient at Base 2.4.0
+ N_VProd at Base 2.4.0
+ N_VScale at Base 2.4.0
+ N_VSetArrayPointer at Base 2.4.0
+ N_VSpace at Base 2.4.0
+ N_VWL2Norm at Base 2.4.0
+ N_VWrmsNorm at Base 2.4.0
+ N_VWrmsNormMask at Base 2.4.0
+ NewBandMat at Base 2.4.0
+ NewDenseMat at Base 2.4.0
+ NewIntArray at Base 2.4.0
+ NewRealArray at Base 2.4.0
+ PrintMat at Base 2.4.0
+ QRfact at Base 2.4.0
+ QRsol at Base 2.4.0
+ RAbs at Base 2.4.0
+ RExp at Base 2.4.0
+ RPowerI at Base 2.4.0
+ RPowerR at Base 2.4.0
+ RSqrt at Base 2.4.0
+ SetToZero at Base 2.4.0
+ SpbcgFree at Base 2.4.0
+ SpbcgMalloc at Base 2.4.0
+ SpbcgSolve at Base 2.4.0
+ SpgmrFree at Base 2.4.0
+ SpgmrMalloc at Base 2.4.0
+ SpgmrSolve at Base 2.4.0
+ SptfqmrFree at Base 2.4.0
+ SptfqmrMalloc at Base 2.4.0
+ SptfqmrSolve at Base 2.4.0
+ bandAddIdentity at Base 2.4.0
+ bandCopy at Base 2.4.0
+ bandGBTRF at Base 2.4.0
+ bandGBTRS at Base 2.4.0
+ bandScale at Base 2.4.0
+ cvDlsBandDQJac at Base 2.4.0
+ cvDlsDenseDQJac at Base 2.4.0
+ cvErrHandler at Base 2.4.0
+ cvEwtSet at Base 2.4.0
+ cvProcessError at Base 2.4.0
+ cvSensRhs1InternalDQ at Base 2.4.0
+ cvSensRhs1Wrapper at Base 2.4.0
+ cvSensRhsInternalDQ at Base 2.4.0
+ cvSensRhsWrapper at Base 2.4.0
+ denseAddIdentity at Base 2.4.0
+ denseCopy at Base 2.4.0
+ denseGEQRF at Base 2.4.0
+ denseGETRF at Base 2.4.0
+ denseGETRS at Base 2.4.0
+ denseORMQR at Base 2.4.0
+ densePOTRF at Base 2.4.0
+ densePOTRS at Base 2.4.0
+ denseScale at Base 2.4.0
+ destroyArray at Base 2.4.0
+ destroyMat at Base 2.4.0
+ newBandMat at Base 2.4.0
+ newDenseMat at Base 2.4.0
+ newIntArray at Base 2.4.0
+ newRealArray at Base 2.4.0
diff --git a/debian/libsundials-ida1.symbols b/debian/libsundials-ida1.symbols
deleted file mode 100644
index 460228e..0000000
--- a/debian/libsundials-ida1.symbols
+++ /dev/null
@@ -1,197 +0,0 @@
-libsundials_ida.so.1 libsundials-ida1 #MINVER#
- BandAddI at Base 2.3.0
- BandAllocMat at Base 2.3.0
- BandAllocPiv at Base 2.3.0
- BandCopy at Base 2.3.0
- BandFreeMat at Base 2.3.0
- BandFreePiv at Base 2.3.0
- BandGBTRF at Base 2.3.0
- BandGBTRS at Base 2.3.0
- BandPrint at Base 2.3.0
- BandScale at Base 2.3.0
- BandZero at Base 2.3.0
- ClassicalGS at Base 2.3.0
- DenseAddI at Base 2.3.0
- DenseAllocMat at Base 2.3.0
- DenseAllocPiv at Base 2.3.0
- DenseCopy at Base 2.3.0
- DenseFreeMat at Base 2.3.0
- DenseFreePiv at Base 2.3.0
- DenseGETRF at Base 2.3.0
- DenseGETRS at Base 2.3.0
- DensePrint at Base 2.3.0
- DenseScale at Base 2.3.0
- DenseZero at Base 2.3.0
- IDABBDPrecAlloc at Base 2.3.0
- IDABBDPrecFree at Base 2.3.0
- IDABBDPrecGetNumGfnEvals at Base 2.3.0
- IDABBDPrecGetReturnFlagName at Base 2.3.0
- IDABBDPrecGetWorkSpace at Base 2.3.0
- IDABBDPrecReInit at Base 2.3.0
- IDABBDPrecSetup at Base 2.3.0
- IDABBDPrecSolve at Base 2.3.0
- IDABBDSpbcg at Base 2.3.0
- IDABBDSpgmr at Base 2.3.0
- IDABBDSptfqmr at Base 2.3.0
- IDABand at Base 2.3.0
- IDABandGetLastFlag at Base 2.3.0
- IDABandGetNumJacEvals at Base 2.3.0
- IDABandGetNumResEvals at Base 2.3.0
- IDABandGetReturnFlagName at Base 2.3.0
- IDABandGetWorkSpace at Base 2.3.0
- IDABandSetJacFn at Base 2.3.0
- IDACalcIC at Base 2.3.0
- IDACreate at Base 2.3.0
- IDADense at Base 2.3.0
- IDADenseGetLastFlag at Base 2.3.0
- IDADenseGetNumJacEvals at Base 2.3.0
- IDADenseGetNumResEvals at Base 2.3.0
- IDADenseGetReturnFlagName at Base 2.3.0
- IDADenseGetWorkSpace at Base 2.3.0
- IDADenseSetJacFn at Base 2.3.0
- IDAErrHandler at Base 2.3.0
- IDAEwtSet at Base 2.3.0
- IDAFree at Base 2.3.0
- IDAGetActualInitStep at Base 2.3.0
- IDAGetConsistentIC at Base 2.3.0
- IDAGetCurrentOrder at Base 2.3.0
- IDAGetCurrentStep at Base 2.3.0
- IDAGetCurrentTime at Base 2.3.0
- IDAGetErrWeights at Base 2.3.0
- IDAGetEstLocalErrors at Base 2.3.0
- IDAGetIntegratorStats at Base 2.3.0
- IDAGetLastOrder at Base 2.3.0
- IDAGetLastStep at Base 2.3.0
- IDAGetNonlinSolvStats at Base 2.3.0
- IDAGetNumBacktrackOps at Base 2.3.0
- IDAGetNumErrTestFails at Base 2.3.0
- IDAGetNumGEvals at Base 2.3.0
- IDAGetNumLinSolvSetups at Base 2.3.0
- IDAGetNumNonlinSolvConvFails at Base 2.3.0
- IDAGetNumNonlinSolvIters at Base 2.3.0
- IDAGetNumResEvals at Base 2.3.0
- IDAGetNumSteps at Base 2.3.0
- IDAGetReturnFlagName at Base 2.3.0
- IDAGetRootInfo at Base 2.3.0
- IDAGetSolution at Base 2.3.0
- IDAGetTolScaleFactor at Base 2.3.0
- IDAGetWorkSpace at Base 2.3.0
- IDAInitialSetup at Base 2.3.0
- IDAMalloc at Base 2.3.0
- IDAProcessError at Base 2.3.0
- IDAReInit at Base 2.3.0
- IDARootInit at Base 2.3.0
- IDASetConstraints at Base 2.3.0
- IDASetErrFile at Base 2.3.0
- IDASetErrHandlerFn at Base 2.3.0
- IDASetEwtFn at Base 2.3.0
- IDASetId at Base 2.3.0
- IDASetInitStep at Base 2.3.0
- IDASetLineSearchOffIC at Base 2.3.0
- IDASetMaxConvFails at Base 2.3.0
- IDASetMaxErrTestFails at Base 2.3.0
- IDASetMaxNonlinIters at Base 2.3.0
- IDASetMaxNumItersIC at Base 2.3.0
- IDASetMaxNumJacsIC at Base 2.3.0
- IDASetMaxNumSteps at Base 2.3.0
- IDASetMaxNumStepsIC at Base 2.3.0
- IDASetMaxOrd at Base 2.3.0
- IDASetMaxStep at Base 2.3.0
- IDASetNonlinConvCoef at Base 2.3.0
- IDASetNonlinConvCoefIC at Base 2.3.0
- IDASetRdata at Base 2.3.0
- IDASetStepToleranceIC at Base 2.3.0
- IDASetStopTime at Base 2.3.0
- IDASetSuppressAlg at Base 2.3.0
- IDASetTolerances at Base 2.3.0
- IDASolve at Base 2.3.0
- IDASpbcg at Base 2.3.0
- IDASpgmr at Base 2.3.0
- IDASpilsAtimes at Base 2.3.0
- IDASpilsDQJtimes at Base 2.3.0
- IDASpilsGetLastFlag at Base 2.3.0
- IDASpilsGetNumConvFails at Base 2.3.0
- IDASpilsGetNumJtimesEvals at Base 2.3.0
- IDASpilsGetNumLinIters at Base 2.3.0
- IDASpilsGetNumPrecEvals at Base 2.3.0
- IDASpilsGetNumPrecSolves at Base 2.3.0
- IDASpilsGetNumResEvals at Base 2.3.0
- IDASpilsGetReturnFlagName at Base 2.3.0
- IDASpilsGetWorkSpace at Base 2.3.0
- IDASpilsPSolve at Base 2.3.0
- IDASpilsSetEpsLin at Base 2.3.0
- IDASpilsSetGSType at Base 2.3.0
- IDASpilsSetIncrementFactor at Base 2.3.0
- IDASpilsSetJacTimesVecFn at Base 2.3.0
- IDASpilsSetMaxRestarts at Base 2.3.0
- IDASpilsSetMaxl at Base 2.3.0
- IDASpilsSetPreconditioner at Base 2.3.0
- IDASptfqmr at Base 2.3.0
- IDAWrmsNorm at Base 2.3.0
- ModifiedGS at Base 2.3.0
- N_VAbs at Base 2.3.0
- N_VAddConst at Base 2.3.0
- N_VClone at Base 2.3.0
- N_VCloneEmpty at Base 2.3.0
- N_VCloneEmptyVectorArray at Base 2.3.0
- N_VCloneVectorArray at Base 2.3.0
- N_VCompare at Base 2.3.0
- N_VConst at Base 2.3.0
- N_VConstrMask at Base 2.3.0
- N_VDestroy at Base 2.3.0
- N_VDestroyVectorArray at Base 2.3.0
- N_VDiv at Base 2.3.0
- N_VDotProd at Base 2.3.0
- N_VGetArrayPointer at Base 2.3.0
- N_VInv at Base 2.3.0
- N_VInvTest at Base 2.3.0
- N_VL1Norm at Base 2.3.0
- N_VLinearSum at Base 2.3.0
- N_VMaxNorm at Base 2.3.0
- N_VMin at Base 2.3.0
- N_VMinQuotient at Base 2.3.0
- N_VProd at Base 2.3.0
- N_VScale at Base 2.3.0
- N_VSetArrayPointer at Base 2.3.0
- N_VSpace at Base 2.3.0
- N_VWL2Norm at Base 2.3.0
- N_VWrmsNorm at Base 2.3.0
- N_VWrmsNormMask at Base 2.3.0
- QRfact at Base 2.3.0
- QRsol at Base 2.3.0
- RAbs at Base 2.3.0
- RExp at Base 2.3.0
- RPowerI at Base 2.3.0
- RPowerR at Base 2.3.0
- RSqrt at Base 2.3.0
- SpbcgFree at Base 2.3.0
- SpbcgMalloc at Base 2.3.0
- SpbcgSolve at Base 2.3.0
- SpgmrFree at Base 2.3.0
- SpgmrMalloc at Base 2.3.0
- SpgmrSolve at Base 2.3.0
- SptfqmrFree at Base 2.3.0
- SptfqmrMalloc at Base 2.3.0
- SptfqmrSolve at Base 2.3.0
- bandGBTRF at Base 2.3.0
- bandGBTRS at Base 2.3.0
- bandaddI at Base 2.3.0
- bandalloc at Base 2.3.0
- bandallocpiv at Base 2.3.0
- bandcopy at Base 2.3.0
- bandfree at Base 2.3.0
- bandfreepiv at Base 2.3.0
- bandprint at Base 2.3.0
- bandscale at Base 2.3.0
- bandzero at Base 2.3.0
- denGETRF at Base 2.3.0
- denGETRS at Base 2.3.0
- denaddI at Base 2.3.0
- denalloc at Base 2.3.0
- denallocpiv at Base 2.3.0
- dencopy at Base 2.3.0
- denfree at Base 2.3.0
- denfreepiv at Base 2.3.0
- denprint at Base 2.3.0
- denscale at Base 2.3.0
- denzero at Base 2.3.0
diff --git a/debian/libsundials-ida2.install b/debian/libsundials-ida2.install
new file mode 100644
index 0000000..c3066dd
--- /dev/null
+++ b/debian/libsundials-ida2.install
@@ -0,0 +1 @@
+usr/lib/libsundials_ida.so.*
diff --git a/debian/libsundials-ida2.symbols b/debian/libsundials-ida2.symbols
new file mode 100644
index 0000000..d5a1c34
--- /dev/null
+++ b/debian/libsundials-ida2.symbols
@@ -0,0 +1,189 @@
+libsundials_ida.so.2 libsundials-ida2 #MINVER#
+ AddIdentity at Base 2.4.0
+ BandCopy at Base 2.4.0
+ BandGBTRF at Base 2.4.0
+ BandGBTRS at Base 2.4.0
+ BandScale at Base 2.4.0
+ ClassicalGS at Base 2.4.0
+ DenseCopy at Base 2.4.0
+ DenseGEQRF at Base 2.4.0
+ DenseGETRF at Base 2.4.0
+ DenseGETRS at Base 2.4.0
+ DenseORMQR at Base 2.4.0
+ DensePOTRF at Base 2.4.0
+ DensePOTRS at Base 2.4.0
+ DenseScale at Base 2.4.0
+ DestroyArray at Base 2.4.0
+ DestroyMat at Base 2.4.0
+ IDABBDPrecGetNumGfnEvals at Base 2.4.0
+ IDABBDPrecGetWorkSpace at Base 2.4.0
+ IDABBDPrecInit at Base 2.4.0
+ IDABBDPrecReInit at Base 2.4.0
+ IDABand at Base 2.4.0
+ IDACalcIC at Base 2.4.0
+ IDACreate at Base 2.4.0
+ IDADense at Base 2.4.0
+ IDADlsGetLastFlag at Base 2.4.0
+ IDADlsGetNumJacEvals at Base 2.4.0
+ IDADlsGetNumResEvals at Base 2.4.0
+ IDADlsGetReturnFlagName at Base 2.4.0
+ IDADlsGetWorkSpace at Base 2.4.0
+ IDADlsSetBandJacFn at Base 2.4.0
+ IDADlsSetDenseJacFn at Base 2.4.0
+ IDAErrHandler at Base 2.4.0
+ IDAEwtSet at Base 2.4.0
+ IDAFree at Base 2.4.0
+ IDAGetActualInitStep at Base 2.4.0
+ IDAGetConsistentIC at Base 2.4.0
+ IDAGetCurrentOrder at Base 2.4.0
+ IDAGetCurrentStep at Base 2.4.0
+ IDAGetCurrentTime at Base 2.4.0
+ IDAGetErrWeights at Base 2.4.0
+ IDAGetEstLocalErrors at Base 2.4.0
+ IDAGetIntegratorStats at Base 2.4.0
+ IDAGetLastOrder at Base 2.4.0
+ IDAGetLastStep at Base 2.4.0
+ IDAGetNonlinSolvStats at Base 2.4.0
+ IDAGetNumBacktrackOps at Base 2.4.0
+ IDAGetNumErrTestFails at Base 2.4.0
+ IDAGetNumGEvals at Base 2.4.0
+ IDAGetNumLinSolvSetups at Base 2.4.0
+ IDAGetNumNonlinSolvConvFails at Base 2.4.0
+ IDAGetNumNonlinSolvIters at Base 2.4.0
+ IDAGetNumResEvals at Base 2.4.0
+ IDAGetNumSteps at Base 2.4.0
+ IDAGetReturnFlagName at Base 2.4.0
+ IDAGetRootInfo at Base 2.4.0
+ IDAGetSolution at Base 2.4.0
+ IDAGetTolScaleFactor at Base 2.4.0
+ IDAGetWorkSpace at Base 2.4.0
+ IDAInit at Base 2.4.0
+ IDAInitialSetup at Base 2.4.0
+ IDALapackBand at Base 2.4.0
+ IDALapackDense at Base 2.4.0
+ IDAProcessError at Base 2.4.0
+ IDAReInit at Base 2.4.0
+ IDARootInit at Base 2.4.0
+ IDASStolerances at Base 2.4.0
+ IDASVtolerances at Base 2.4.0
+ IDASetConstraints at Base 2.4.0
+ IDASetErrFile at Base 2.4.0
+ IDASetErrHandlerFn at Base 2.4.0
+ IDASetId at Base 2.4.0
+ IDASetInitStep at Base 2.4.0
+ IDASetLineSearchOffIC at Base 2.4.0
+ IDASetMaxConvFails at Base 2.4.0
+ IDASetMaxErrTestFails at Base 2.4.0
+ IDASetMaxNonlinIters at Base 2.4.0
+ IDASetMaxNumItersIC at Base 2.4.0
+ IDASetMaxNumJacsIC at Base 2.4.0
+ IDASetMaxNumSteps at Base 2.4.0
+ IDASetMaxNumStepsIC at Base 2.4.0
+ IDASetMaxOrd at Base 2.4.0
+ IDASetMaxStep at Base 2.4.0
+ IDASetNoInactiveRootWarn at Base 2.4.0
+ IDASetNonlinConvCoef at Base 2.4.0
+ IDASetNonlinConvCoefIC at Base 2.4.0
+ IDASetRootDirection at Base 2.4.0
+ IDASetStepToleranceIC at Base 2.4.0
+ IDASetStopTime at Base 2.4.0
+ IDASetSuppressAlg at Base 2.4.0
+ IDASetUserData at Base 2.4.0
+ IDASolve at Base 2.4.0
+ IDASpbcg at Base 2.4.0
+ IDASpgmr at Base 2.4.0
+ IDASpilsAtimes at Base 2.4.0
+ IDASpilsDQJtimes at Base 2.4.0
+ IDASpilsGetLastFlag at Base 2.4.0
+ IDASpilsGetNumConvFails at Base 2.4.0
+ IDASpilsGetNumJtimesEvals at Base 2.4.0
+ IDASpilsGetNumLinIters at Base 2.4.0
+ IDASpilsGetNumPrecEvals at Base 2.4.0
+ IDASpilsGetNumPrecSolves at Base 2.4.0
+ IDASpilsGetNumResEvals at Base 2.4.0
+ IDASpilsGetReturnFlagName at Base 2.4.0
+ IDASpilsGetWorkSpace at Base 2.4.0
+ IDASpilsPSolve at Base 2.4.0
+ IDASpilsSetEpsLin at Base 2.4.0
+ IDASpilsSetGSType at Base 2.4.0
+ IDASpilsSetIncrementFactor at Base 2.4.0
+ IDASpilsSetJacTimesVecFn at Base 2.4.0
+ IDASpilsSetMaxRestarts at Base 2.4.0
+ IDASpilsSetMaxl at Base 2.4.0
+ IDASpilsSetPreconditioner at Base 2.4.0
+ IDASptfqmr at Base 2.4.0
+ IDAWFtolerances at Base 2.4.0
+ IDAWrmsNorm at Base 2.4.0
+ ModifiedGS at Base 2.4.0
+ N_VAbs at Base 2.4.0
+ N_VAddConst at Base 2.4.0
+ N_VClone at Base 2.4.0
+ N_VCloneEmpty at Base 2.4.0
+ N_VCloneEmptyVectorArray at Base 2.4.0
+ N_VCloneVectorArray at Base 2.4.0
+ N_VCompare at Base 2.4.0
+ N_VConst at Base 2.4.0
+ N_VConstrMask at Base 2.4.0
+ N_VDestroy at Base 2.4.0
+ N_VDestroyVectorArray at Base 2.4.0
+ N_VDiv at Base 2.4.0
+ N_VDotProd at Base 2.4.0
+ N_VGetArrayPointer at Base 2.4.0
+ N_VInv at Base 2.4.0
+ N_VInvTest at Base 2.4.0
+ N_VL1Norm at Base 2.4.0
+ N_VLinearSum at Base 2.4.0
+ N_VMaxNorm at Base 2.4.0
+ N_VMin at Base 2.4.0
+ N_VMinQuotient at Base 2.4.0
+ N_VProd at Base 2.4.0
+ N_VScale at Base 2.4.0
+ N_VSetArrayPointer at Base 2.4.0
+ N_VSpace at Base 2.4.0
+ N_VWL2Norm at Base 2.4.0
+ N_VWrmsNorm at Base 2.4.0
+ N_VWrmsNormMask at Base 2.4.0
+ NewBandMat at Base 2.4.0
+ NewDenseMat at Base 2.4.0
+ NewIntArray at Base 2.4.0
+ NewRealArray at Base 2.4.0
+ PrintMat at Base 2.4.0
+ QRfact at Base 2.4.0
+ QRsol at Base 2.4.0
+ RAbs at Base 2.4.0
+ RExp at Base 2.4.0
+ RPowerI at Base 2.4.0
+ RPowerR at Base 2.4.0
+ RSqrt at Base 2.4.0
+ SetToZero at Base 2.4.0
+ SpbcgFree at Base 2.4.0
+ SpbcgMalloc at Base 2.4.0
+ SpbcgSolve at Base 2.4.0
+ SpgmrFree at Base 2.4.0
+ SpgmrMalloc at Base 2.4.0
+ SpgmrSolve at Base 2.4.0
+ SptfqmrFree at Base 2.4.0
+ SptfqmrMalloc at Base 2.4.0
+ SptfqmrSolve at Base 2.4.0
+ bandAddIdentity at Base 2.4.0
+ bandCopy at Base 2.4.0
+ bandGBTRF at Base 2.4.0
+ bandGBTRS at Base 2.4.0
+ bandScale at Base 2.4.0
+ denseAddIdentity at Base 2.4.0
+ denseCopy at Base 2.4.0
+ denseGEQRF at Base 2.4.0
+ denseGETRF at Base 2.4.0
+ denseGETRS at Base 2.4.0
+ denseORMQR at Base 2.4.0
+ densePOTRF at Base 2.4.0
+ densePOTRS at Base 2.4.0
+ denseScale at Base 2.4.0
+ destroyArray at Base 2.4.0
+ destroyMat at Base 2.4.0
+ idaDlsBandDQJac at Base 2.4.0
+ idaDlsDenseDQJac at Base 2.4.0
+ newBandMat at Base 2.4.0
+ newDenseMat at Base 2.4.0
+ newIntArray at Base 2.4.0
+ newRealArray at Base 2.4.0
diff --git a/debian/libsundials-idas1.install b/debian/libsundials-idas1.install
new file mode 100644
index 0000000..9cd7c0b
--- /dev/null
+++ b/debian/libsundials-idas1.install
@@ -0,0 +1 @@
+usr/lib/libsundials_idas.so.*
diff --git a/debian/libsundials-idas1.symbols b/debian/libsundials-idas1.symbols
new file mode 100644
index 0000000..3c93f47
--- /dev/null
+++ b/debian/libsundials-idas1.symbols
@@ -0,0 +1,300 @@
+libsundials_idas.so.0 libsundials-ida2 #MINVER#
+ AddIdentity at Base 2.4.0
+ BandCopy at Base 2.4.0
+ BandGBTRF at Base 2.4.0
+ BandGBTRS at Base 2.4.0
+ BandScale at Base 2.4.0
+ ClassicalGS at Base 2.4.0
+ DenseCopy at Base 2.4.0
+ DenseGEQRF at Base 2.4.0
+ DenseGETRF at Base 2.4.0
+ DenseGETRS at Base 2.4.0
+ DenseORMQR at Base 2.4.0
+ DensePOTRF at Base 2.4.0
+ DensePOTRS at Base 2.4.0
+ DenseScale at Base 2.4.0
+ DestroyArray at Base 2.4.0
+ DestroyMat at Base 2.4.0
+ IDAAdjFree at Base 2.4.0
+ IDAAdjInit at Base 2.4.0
+ IDAAdjReInit at Base 2.4.0
+ IDAAdjSetNoSensi at Base 2.4.0
+ IDABBDPrecGetNumGfnEvals at Base 2.4.0
+ IDABBDPrecGetWorkSpace at Base 2.4.0
+ IDABBDPrecInit at Base 2.4.0
+ IDABBDPrecInitB at Base 2.4.0
+ IDABBDPrecReInit at Base 2.4.0
+ IDABBDPrecReInitB at Base 2.4.0
+ IDABand at Base 2.4.0
+ IDABandB at Base 2.4.0
+ IDACalcIC at Base 2.4.0
+ IDACalcICB at Base 2.4.0
+ IDACalcICBS at Base 2.4.0
+ IDACreate at Base 2.4.0
+ IDACreateB at Base 2.4.0
+ IDADense at Base 2.4.0
+ IDADenseB at Base 2.4.0
+ IDADlsGetLastFlag at Base 2.4.0
+ IDADlsGetNumJacEvals at Base 2.4.0
+ IDADlsGetNumResEvals at Base 2.4.0
+ IDADlsGetReturnFlagName at Base 2.4.0
+ IDADlsGetWorkSpace at Base 2.4.0
+ IDADlsSetBandJacFn at Base 2.4.0
+ IDADlsSetBandJacFnB at Base 2.4.0
+ IDADlsSetDenseJacFn at Base 2.4.0
+ IDADlsSetDenseJacFnB at Base 2.4.0
+ IDAErrHandler at Base 2.4.0
+ IDAEwtSet at Base 2.4.0
+ IDAFree at Base 2.4.0
+ IDAGetActualInitStep at Base 2.4.0
+ IDAGetAdjCheckPointsInfo at Base 2.4.0
+ IDAGetAdjCurrentCheckPoint at Base 2.4.0
+ IDAGetAdjDataPointHermite at Base 2.4.0
+ IDAGetAdjDataPointPolynomial at Base 2.4.0
+ IDAGetAdjIDABmem at Base 2.4.0
+ IDAGetAdjY at Base 2.4.0
+ IDAGetB at Base 2.4.0
+ IDAGetConsistentIC at Base 2.4.0
+ IDAGetConsistentICB at Base 2.4.0
+ IDAGetCurrentOrder at Base 2.4.0
+ IDAGetCurrentStep at Base 2.4.0
+ IDAGetCurrentTime at Base 2.4.0
+ IDAGetDky at Base 2.4.0
+ IDAGetErrWeights at Base 2.4.0
+ IDAGetEstLocalErrors at Base 2.4.0
+ IDAGetIntegratorStats at Base 2.4.0
+ IDAGetLastOrder at Base 2.4.0
+ IDAGetLastStep at Base 2.4.0
+ IDAGetNonlinSolvStats at Base 2.4.0
+ IDAGetNumBacktrackOps at Base 2.4.0
+ IDAGetNumErrTestFails at Base 2.4.0
+ IDAGetNumGEvals at Base 2.4.0
+ IDAGetNumLinSolvSetups at Base 2.4.0
+ IDAGetNumNonlinSolvConvFails at Base 2.4.0
+ IDAGetNumNonlinSolvIters at Base 2.4.0
+ IDAGetNumResEvals at Base 2.4.0
+ IDAGetNumResEvalsSens at Base 2.4.0
+ IDAGetNumSteps at Base 2.4.0
+ IDAGetQuad at Base 2.4.0
+ IDAGetQuadB at Base 2.4.0
+ IDAGetQuadDky at Base 2.4.0
+ IDAGetQuadErrWeights at Base 2.4.0
+ IDAGetQuadNumErrTestFails at Base 2.4.0
+ IDAGetQuadNumRhsEvals at Base 2.4.0
+ IDAGetQuadSens1 at Base 2.4.0
+ IDAGetQuadSens at Base 2.4.0
+ IDAGetQuadSensDky1 at Base 2.4.0
+ IDAGetQuadSensDky at Base 2.4.0
+ IDAGetQuadSensErrWeights at Base 2.4.0
+ IDAGetQuadSensNumErrTestFails at Base 2.4.0
+ IDAGetQuadSensNumRhsEvals at Base 2.4.0
+ IDAGetQuadSensStats at Base 2.4.0
+ IDAGetQuadStats at Base 2.4.0
+ IDAGetReturnFlagName at Base 2.4.0
+ IDAGetRootInfo at Base 2.4.0
+ IDAGetSens1 at Base 2.4.0
+ IDAGetSens at Base 2.4.0
+ IDAGetSensConsistentIC at Base 2.4.0
+ IDAGetSensDky1 at Base 2.4.0
+ IDAGetSensDky at Base 2.4.0
+ IDAGetSensErrWeights at Base 2.4.0
+ IDAGetSensNonlinSolvStats at Base 2.4.0
+ IDAGetSensNumErrTestFails at Base 2.4.0
+ IDAGetSensNumLinSolvSetups at Base 2.4.0
+ IDAGetSensNumNonlinSolvConvFails at Base 2.4.0
+ IDAGetSensNumNonlinSolvIters at Base 2.4.0
+ IDAGetSensNumResEvals at Base 2.4.0
+ IDAGetSensStats at Base 2.4.0
+ IDAGetSolution at Base 2.4.0
+ IDAGetTolScaleFactor at Base 2.4.0
+ IDAGetWorkSpace at Base 2.4.0
+ IDAInit at Base 2.4.0
+ IDAInitB at Base 2.4.0
+ IDAInitBS at Base 2.4.0
+ IDAInitialSetup at Base 2.4.0
+ IDALapackBand at Base 2.4.0
+ IDALapackDense at Base 2.4.0
+ IDAProcessError at Base 2.4.0
+ IDAQuadFree at Base 2.4.0
+ IDAQuadInit at Base 2.4.0
+ IDAQuadInitB at Base 2.4.0
+ IDAQuadInitBS at Base 2.4.0
+ IDAQuadReInit at Base 2.4.0
+ IDAQuadReInitB at Base 2.4.0
+ IDAQuadSStolerances at Base 2.4.0
+ IDAQuadSStolerancesB at Base 2.4.0
+ IDAQuadSVtolerances at Base 2.4.0
+ IDAQuadSVtolerancesB at Base 2.4.0
+ IDAQuadSensEEtolerances at Base 2.4.0
+ IDAQuadSensEwtSet at Base 2.4.0
+ IDAQuadSensFree at Base 2.4.0
+ IDAQuadSensInit at Base 2.4.0
+ IDAQuadSensReInit at Base 2.4.0
+ IDAQuadSensSStolerances at Base 2.4.0
+ IDAQuadSensSVtolerances at Base 2.4.0
+ IDAReInit at Base 2.4.0
+ IDAReInitB at Base 2.4.0
+ IDARootInit at Base 2.4.0
+ IDASStolerances at Base 2.4.0
+ IDASStolerancesB at Base 2.4.0
+ IDASVtolerances at Base 2.4.0
+ IDASVtolerancesB at Base 2.4.0
+ IDASensEEtolerances at Base 2.4.0
+ IDASensEwtSet at Base 2.4.0
+ IDASensFree at Base 2.4.0
+ IDASensInit at Base 2.4.0
+ IDASensReInit at Base 2.4.0
+ IDASensResDQ at Base 2.4.0
+ IDASensSStolerances at Base 2.4.0
+ IDASensSVtolerances at Base 2.4.0
+ IDASensToggleOff at Base 2.4.0
+ IDASensWrmsNorm at Base 2.4.0
+ IDASensWrmsNormUpdate at Base 2.4.0
+ IDASetConstraints at Base 2.4.0
+ IDASetConstraintsB at Base 2.4.0
+ IDASetErrFile at Base 2.4.0
+ IDASetErrHandlerFn at Base 2.4.0
+ IDASetId at Base 2.4.0
+ IDASetIdB at Base 2.4.0
+ IDASetInitStep at Base 2.4.0
+ IDASetInitStepB at Base 2.4.0
+ IDASetLineSearchOffIC at Base 2.4.0
+ IDASetMaxConvFails at Base 2.4.0
+ IDASetMaxErrTestFails at Base 2.4.0
+ IDASetMaxNonlinIters at Base 2.4.0
+ IDASetMaxNumItersIC at Base 2.4.0
+ IDASetMaxNumJacsIC at Base 2.4.0
+ IDASetMaxNumSteps at Base 2.4.0
+ IDASetMaxNumStepsB at Base 2.4.0
+ IDASetMaxNumStepsIC at Base 2.4.0
+ IDASetMaxOrd at Base 2.4.0
+ IDASetMaxOrdB at Base 2.4.0
+ IDASetMaxStep at Base 2.4.0
+ IDASetMaxStepB at Base 2.4.0
+ IDASetNoInactiveRootWarn at Base 2.4.0
+ IDASetNonlinConvCoef at Base 2.4.0
+ IDASetNonlinConvCoefIC at Base 2.4.0
+ IDASetQuadErrCon at Base 2.4.0
+ IDASetQuadErrConB at Base 2.4.0
+ IDASetQuadSensErrCon at Base 2.4.0
+ IDASetRootDirection at Base 2.4.0
+ IDASetSensDQMethod at Base 2.4.0
+ IDASetSensErrCon at Base 2.4.0
+ IDASetSensMaxNonlinIters at Base 2.4.0
+ IDASetSensParams at Base 2.4.0
+ IDASetStepToleranceIC at Base 2.4.0
+ IDASetStopTime at Base 2.4.0
+ IDASetSuppressAlg at Base 2.4.0
+ IDASetSuppressAlgB at Base 2.4.0
+ IDASetUserData at Base 2.4.0
+ IDASetUserDataB at Base 2.4.0
+ IDASolve at Base 2.4.0
+ IDASolveB at Base 2.4.0
+ IDASolveF at Base 2.4.0
+ IDASpbcg at Base 2.4.0
+ IDASpbcgB at Base 2.4.0
+ IDASpgmr at Base 2.4.0
+ IDASpgmrB at Base 2.4.0
+ IDASpilsAtimes at Base 2.4.0
+ IDASpilsDQJtimes at Base 2.4.0
+ IDASpilsGetLastFlag at Base 2.4.0
+ IDASpilsGetNumConvFails at Base 2.4.0
+ IDASpilsGetNumJtimesEvals at Base 2.4.0
+ IDASpilsGetNumLinIters at Base 2.4.0
+ IDASpilsGetNumPrecEvals at Base 2.4.0
+ IDASpilsGetNumPrecSolves at Base 2.4.0
+ IDASpilsGetNumResEvals at Base 2.4.0
+ IDASpilsGetReturnFlagName at Base 2.4.0
+ IDASpilsGetWorkSpace at Base 2.4.0
+ IDASpilsPSolve at Base 2.4.0
+ IDASpilsSetEpsLin at Base 2.4.0
+ IDASpilsSetEpsLinB at Base 2.4.0
+ IDASpilsSetGSType at Base 2.4.0
+ IDASpilsSetGSTypeB at Base 2.4.0
+ IDASpilsSetIncrementFactor at Base 2.4.0
+ IDASpilsSetIncrementFactorB at Base 2.4.0
+ IDASpilsSetJacTimesVecFn at Base 2.4.0
+ IDASpilsSetJacTimesVecFnB at Base 2.4.0
+ IDASpilsSetMaxRestarts at Base 2.4.0
+ IDASpilsSetMaxRestartsB at Base 2.4.0
+ IDASpilsSetMaxl at Base 2.4.0
+ IDASpilsSetMaxlB at Base 2.4.0
+ IDASpilsSetPreconditioner at Base 2.4.0
+ IDASpilsSetPreconditionerB at Base 2.4.0
+ IDASptfqmr at Base 2.4.0
+ IDASptfqmrB at Base 2.4.0
+ IDAWFtolerances at Base 2.4.0
+ IDAWrmsNorm at Base 2.4.0
+ ModifiedGS at Base 2.4.0
+ N_VAbs at Base 2.4.0
+ N_VAddConst at Base 2.4.0
+ N_VClone at Base 2.4.0
+ N_VCloneEmpty at Base 2.4.0
+ N_VCloneEmptyVectorArray at Base 2.4.0
+ N_VCloneVectorArray at Base 2.4.0
+ N_VCompare at Base 2.4.0
+ N_VConst at Base 2.4.0
+ N_VConstrMask at Base 2.4.0
+ N_VDestroy at Base 2.4.0
+ N_VDestroyVectorArray at Base 2.4.0
+ N_VDiv at Base 2.4.0
+ N_VDotProd at Base 2.4.0
+ N_VGetArrayPointer at Base 2.4.0
+ N_VInv at Base 2.4.0
+ N_VInvTest at Base 2.4.0
+ N_VL1Norm at Base 2.4.0
+ N_VLinearSum at Base 2.4.0
+ N_VMaxNorm at Base 2.4.0
+ N_VMin at Base 2.4.0
+ N_VMinQuotient at Base 2.4.0
+ N_VProd at Base 2.4.0
+ N_VScale at Base 2.4.0
+ N_VSetArrayPointer at Base 2.4.0
+ N_VSpace at Base 2.4.0
+ N_VWL2Norm at Base 2.4.0
+ N_VWrmsNorm at Base 2.4.0
+ N_VWrmsNormMask at Base 2.4.0
+ NewBandMat at Base 2.4.0
+ NewDenseMat at Base 2.4.0
+ NewIntArray at Base 2.4.0
+ NewRealArray at Base 2.4.0
+ PrintMat at Base 2.4.0
+ QRfact at Base 2.4.0
+ QRsol at Base 2.4.0
+ RAbs at Base 2.4.0
+ RExp at Base 2.4.0
+ RPowerI at Base 2.4.0
+ RPowerR at Base 2.4.0
+ RSqrt at Base 2.4.0
+ SetToZero at Base 2.4.0
+ SpbcgFree at Base 2.4.0
+ SpbcgMalloc at Base 2.4.0
+ SpbcgSolve at Base 2.4.0
+ SpgmrFree at Base 2.4.0
+ SpgmrMalloc at Base 2.4.0
+ SpgmrSolve at Base 2.4.0
+ SptfqmrFree at Base 2.4.0
+ SptfqmrMalloc at Base 2.4.0
+ SptfqmrSolve at Base 2.4.0
+ bandAddIdentity at Base 2.4.0
+ bandCopy at Base 2.4.0
+ bandGBTRF at Base 2.4.0
+ bandGBTRS at Base 2.4.0
+ bandScale at Base 2.4.0
+ denseAddIdentity at Base 2.4.0
+ denseCopy at Base 2.4.0
+ denseGEQRF at Base 2.4.0
+ denseGETRF at Base 2.4.0
+ denseGETRS at Base 2.4.0
+ denseORMQR at Base 2.4.0
+ densePOTRF at Base 2.4.0
+ densePOTRS at Base 2.4.0
+ denseScale at Base 2.4.0
+ destroyArray at Base 2.4.0
+ destroyMat at Base 2.4.0
+ idaDlsBandDQJac at Base 2.4.0
+ idaDlsDenseDQJac at Base 2.4.0
+ newBandMat at Base 2.4.0
+ newDenseMat at Base 2.4.0
+ newIntArray at Base 2.4.0
+ newRealArray at Base 2.4.0
diff --git a/debian/libsundials-kinsol0.symbols b/debian/libsundials-kinsol0.symbols
deleted file mode 100644
index 1204dd3..0000000
--- a/debian/libsundials-kinsol0.symbols
+++ /dev/null
@@ -1,173 +0,0 @@
-libsundials_kinsol.so.0 libsundials-kinsol0 #MINVER#
- BandAddI at Base 2.3.0
- BandAllocMat at Base 2.3.0
- BandAllocPiv at Base 2.3.0
- BandCopy at Base 2.3.0
- BandFreeMat at Base 2.3.0
- BandFreePiv at Base 2.3.0
- BandGBTRF at Base 2.3.0
- BandGBTRS at Base 2.3.0
- BandPrint at Base 2.3.0
- BandScale at Base 2.3.0
- BandZero at Base 2.3.0
- ClassicalGS at Base 2.3.0
- DenseAddI at Base 2.3.0
- DenseAllocMat at Base 2.3.0
- DenseAllocPiv at Base 2.3.0
- DenseCopy at Base 2.3.0
- DenseFreeMat at Base 2.3.0
- DenseFreePiv at Base 2.3.0
- DenseGETRF at Base 2.3.0
- DenseGETRS at Base 2.3.0
- DensePrint at Base 2.3.0
- DenseScale at Base 2.3.0
- DenseZero at Base 2.3.0
- KINBBDPrecAlloc at Base 2.3.0
- KINBBDPrecFree at Base 2.3.0
- KINBBDPrecGetNumGfnEvals at Base 2.3.0
- KINBBDPrecGetReturnFlagName at Base 2.3.0
- KINBBDPrecGetWorkSpace at Base 2.3.0
- KINBBDPrecSetup at Base 2.3.0
- KINBBDPrecSolve at Base 2.3.0
- KINBBDSpbcg at Base 2.3.0
- KINBBDSpgmr at Base 2.3.0
- KINBBDSptfqmr at Base 2.3.0
- KINBand at Base 2.3.0
- KINBandGetLastFlag at Base 2.3.0
- KINBandGetNumFuncEvals at Base 2.3.0
- KINBandGetNumJacEvals at Base 2.3.0
- KINBandGetReturnFlagName at Base 2.3.0
- KINBandGetWorkSpace at Base 2.3.0
- KINBandSetJacFn at Base 2.3.0
- KINCreate at Base 2.3.0
- KINDense at Base 2.3.0
- KINDenseGetLastFlag at Base 2.3.0
- KINDenseGetNumFuncEvals at Base 2.3.0
- KINDenseGetNumJacEvals at Base 2.3.0
- KINDenseGetReturnFlagName at Base 2.3.0
- KINDenseGetWorkSpace at Base 2.3.0
- KINDenseSetJacFn at Base 2.3.0
- KINErrHandler at Base 2.3.0
- KINFree at Base 2.3.0
- KINGetFuncNorm at Base 2.3.0
- KINGetNumBacktrackOps at Base 2.3.0
- KINGetNumBetaCondFails at Base 2.3.0
- KINGetNumFuncEvals at Base 2.3.0
- KINGetNumNonlinSolvIters at Base 2.3.0
- KINGetReturnFlagName at Base 2.3.0
- KINGetStepLength at Base 2.3.0
- KINGetWorkSpace at Base 2.3.0
- KINInfoHandler at Base 2.3.0
- KINMalloc at Base 2.3.0
- KINPrintInfo at Base 2.3.0
- KINProcessError at Base 2.3.0
- KINSetConstraints at Base 2.3.0
- KINSetErrFile at Base 2.3.0
- KINSetErrHandlerFn at Base 2.3.0
- KINSetEtaConstValue at Base 2.3.0
- KINSetEtaForm at Base 2.3.0
- KINSetEtaParams at Base 2.3.0
- KINSetFdata at Base 2.3.0
- KINSetFuncNormTol at Base 2.3.0
- KINSetInfoFile at Base 2.3.0
- KINSetInfoHandlerFn at Base 2.3.0
- KINSetMaxBetaFails at Base 2.3.0
- KINSetMaxNewtonStep at Base 2.3.0
- KINSetMaxSetupCalls at Base 2.3.0
- KINSetMaxSubSetupCalls at Base 2.3.0
- KINSetNoInitSetup at Base 2.3.0
- KINSetNoMinEps at Base 2.3.0
- KINSetNoResMon at Base 2.3.0
- KINSetNumMaxIters at Base 2.3.0
- KINSetPrintLevel at Base 2.3.0
- KINSetRelErrFunc at Base 2.3.0
- KINSetResMonConstValue at Base 2.3.0
- KINSetResMonParams at Base 2.3.0
- KINSetScaledStepTol at Base 2.3.0
- KINSetSysFunc at Base 2.3.0
- KINSol at Base 2.3.0
- KINSpbcg at Base 2.3.0
- KINSpgmr at Base 2.3.0
- KINSpilsAtimes at Base 2.3.0
- KINSpilsDQJtimes at Base 2.3.0
- KINSpilsGetLastFlag at Base 2.3.0
- KINSpilsGetNumConvFails at Base 2.3.0
- KINSpilsGetNumFuncEvals at Base 2.3.0
- KINSpilsGetNumJtimesEvals at Base 2.3.0
- KINSpilsGetNumLinIters at Base 2.3.0
- KINSpilsGetNumPrecEvals at Base 2.3.0
- KINSpilsGetNumPrecSolves at Base 2.3.0
- KINSpilsGetReturnFlagName at Base 2.3.0
- KINSpilsGetWorkSpace at Base 2.3.0
- KINSpilsPSolve at Base 2.3.0
- KINSpilsSetJacTimesVecFn at Base 2.3.0
- KINSpilsSetMaxRestarts at Base 2.3.0
- KINSpilsSetPreconditioner at Base 2.3.0
- KINSptfqmr at Base 2.3.0
- ModifiedGS at Base 2.3.0
- N_VAbs at Base 2.3.0
- N_VAddConst at Base 2.3.0
- N_VClone at Base 2.3.0
- N_VCloneEmpty at Base 2.3.0
- N_VCloneEmptyVectorArray at Base 2.3.0
- N_VCloneVectorArray at Base 2.3.0
- N_VCompare at Base 2.3.0
- N_VConst at Base 2.3.0
- N_VConstrMask at Base 2.3.0
- N_VDestroy at Base 2.3.0
- N_VDestroyVectorArray at Base 2.3.0
- N_VDiv at Base 2.3.0
- N_VDotProd at Base 2.3.0
- N_VGetArrayPointer at Base 2.3.0
- N_VInv at Base 2.3.0
- N_VInvTest at Base 2.3.0
- N_VL1Norm at Base 2.3.0
- N_VLinearSum at Base 2.3.0
- N_VMaxNorm at Base 2.3.0
- N_VMin at Base 2.3.0
- N_VMinQuotient at Base 2.3.0
- N_VProd at Base 2.3.0
- N_VScale at Base 2.3.0
- N_VSetArrayPointer at Base 2.3.0
- N_VSpace at Base 2.3.0
- N_VWL2Norm at Base 2.3.0
- N_VWrmsNorm at Base 2.3.0
- N_VWrmsNormMask at Base 2.3.0
- QRfact at Base 2.3.0
- QRsol at Base 2.3.0
- RAbs at Base 2.3.0
- RExp at Base 2.3.0
- RPowerI at Base 2.3.0
- RPowerR at Base 2.3.0
- RSqrt at Base 2.3.0
- SpbcgFree at Base 2.3.0
- SpbcgMalloc at Base 2.3.0
- SpbcgSolve at Base 2.3.0
- SpgmrFree at Base 2.3.0
- SpgmrMalloc at Base 2.3.0
- SpgmrSolve at Base 2.3.0
- SptfqmrFree at Base 2.3.0
- SptfqmrMalloc at Base 2.3.0
- SptfqmrSolve at Base 2.3.0
- bandGBTRF at Base 2.3.0
- bandGBTRS at Base 2.3.0
- bandaddI at Base 2.3.0
- bandalloc at Base 2.3.0
- bandallocpiv at Base 2.3.0
- bandcopy at Base 2.3.0
- bandfree at Base 2.3.0
- bandfreepiv at Base 2.3.0
- bandprint at Base 2.3.0
- bandscale at Base 2.3.0
- bandzero at Base 2.3.0
- denGETRF at Base 2.3.0
- denGETRS at Base 2.3.0
- denaddI at Base 2.3.0
- denalloc at Base 2.3.0
- denallocpiv at Base 2.3.0
- dencopy at Base 2.3.0
- denfree at Base 2.3.0
- denfreepiv at Base 2.3.0
- denprint at Base 2.3.0
- denscale at Base 2.3.0
- denzero at Base 2.3.0
diff --git a/debian/libsundials-kinsol1.install b/debian/libsundials-kinsol1.install
new file mode 100644
index 0000000..4c515ed
--- /dev/null
+++ b/debian/libsundials-kinsol1.install
@@ -0,0 +1 @@
+usr/lib/libsundials_kinsol.so.*
diff --git a/debian/libsundials-kinsol1.symbols b/debian/libsundials-kinsol1.symbols
new file mode 100644
index 0000000..dd28f81
--- /dev/null
+++ b/debian/libsundials-kinsol1.symbols
@@ -0,0 +1,162 @@
+libsundials_kinsol.so.1 libsundials-kinsol1 #MINVER#
+ AddIdentity at Base 2.4.0
+ BandCopy at Base 2.4.0
+ BandGBTRF at Base 2.4.0
+ BandGBTRS at Base 2.4.0
+ BandScale at Base 2.4.0
+ ClassicalGS at Base 2.4.0
+ DenseCopy at Base 2.4.0
+ DenseGEQRF at Base 2.4.0
+ DenseGETRF at Base 2.4.0
+ DenseGETRS at Base 2.4.0
+ DenseORMQR at Base 2.4.0
+ DensePOTRF at Base 2.4.0
+ DensePOTRS at Base 2.4.0
+ DenseScale at Base 2.4.0
+ DestroyArray at Base 2.4.0
+ DestroyMat at Base 2.4.0
+ KINBBDPrecGetNumGfnEvals at Base 2.4.0
+ KINBBDPrecGetWorkSpace at Base 2.4.0
+ KINBBDPrecInit at Base 2.4.0
+ KINBand at Base 2.4.0
+ KINCreate at Base 2.4.0
+ KINDense at Base 2.4.0
+ KINDlsGetLastFlag at Base 2.4.0
+ KINDlsGetNumFuncEvals at Base 2.4.0
+ KINDlsGetNumJacEvals at Base 2.4.0
+ KINDlsGetReturnFlagName at Base 2.4.0
+ KINDlsGetWorkSpace at Base 2.4.0
+ KINDlsSetBandJacFn at Base 2.4.0
+ KINDlsSetDenseJacFn at Base 2.4.0
+ KINErrHandler at Base 2.4.0
+ KINFree at Base 2.4.0
+ KINGetFuncNorm at Base 2.4.0
+ KINGetNumBacktrackOps at Base 2.4.0
+ KINGetNumBetaCondFails at Base 2.4.0
+ KINGetNumFuncEvals at Base 2.4.0
+ KINGetNumNonlinSolvIters at Base 2.4.0
+ KINGetReturnFlagName at Base 2.4.0
+ KINGetStepLength at Base 2.4.0
+ KINGetWorkSpace at Base 2.4.0
+ KINInfoHandler at Base 2.4.0
+ KINInit at Base 2.4.0
+ KINLapackBand at Base 2.4.0
+ KINLapackDense at Base 2.4.0
+ KINPrintInfo at Base 2.4.0
+ KINProcessError at Base 2.4.0
+ KINSetConstraints at Base 2.4.0
+ KINSetErrFile at Base 2.4.0
+ KINSetErrHandlerFn at Base 2.4.0
+ KINSetEtaConstValue at Base 2.4.0
+ KINSetEtaForm at Base 2.4.0
+ KINSetEtaParams at Base 2.4.0
+ KINSetFuncNormTol at Base 2.4.0
+ KINSetInfoFile at Base 2.4.0
+ KINSetInfoHandlerFn at Base 2.4.0
+ KINSetMaxBetaFails at Base 2.4.0
+ KINSetMaxNewtonStep at Base 2.4.0
+ KINSetMaxSetupCalls at Base 2.4.0
+ KINSetMaxSubSetupCalls at Base 2.4.0
+ KINSetNoInitSetup at Base 2.4.0
+ KINSetNoMinEps at Base 2.4.0
+ KINSetNoResMon at Base 2.4.0
+ KINSetNumMaxIters at Base 2.4.0
+ KINSetPrintLevel at Base 2.4.0
+ KINSetRelErrFunc at Base 2.4.0
+ KINSetResMonConstValue at Base 2.4.0
+ KINSetResMonParams at Base 2.4.0
+ KINSetScaledStepTol at Base 2.4.0
+ KINSetSysFunc at Base 2.4.0
+ KINSetUserData at Base 2.4.0
+ KINSol at Base 2.4.0
+ KINSpbcg at Base 2.4.0
+ KINSpgmr at Base 2.4.0
+ KINSpilsAtimes at Base 2.4.0
+ KINSpilsDQJtimes at Base 2.4.0
+ KINSpilsGetLastFlag at Base 2.4.0
+ KINSpilsGetNumConvFails at Base 2.4.0
+ KINSpilsGetNumFuncEvals at Base 2.4.0
+ KINSpilsGetNumJtimesEvals at Base 2.4.0
+ KINSpilsGetNumLinIters at Base 2.4.0
+ KINSpilsGetNumPrecEvals at Base 2.4.0
+ KINSpilsGetNumPrecSolves at Base 2.4.0
+ KINSpilsGetReturnFlagName at Base 2.4.0
+ KINSpilsGetWorkSpace at Base 2.4.0
+ KINSpilsPSolve at Base 2.4.0
+ KINSpilsSetJacTimesVecFn at Base 2.4.0
+ KINSpilsSetMaxRestarts at Base 2.4.0
+ KINSpilsSetPreconditioner at Base 2.4.0
+ KINSptfqmr at Base 2.4.0
+ ModifiedGS at Base 2.4.0
+ N_VAbs at Base 2.4.0
+ N_VAddConst at Base 2.4.0
+ N_VClone at Base 2.4.0
+ N_VCloneEmpty at Base 2.4.0
+ N_VCloneEmptyVectorArray at Base 2.4.0
+ N_VCloneVectorArray at Base 2.4.0
+ N_VCompare at Base 2.4.0
+ N_VConst at Base 2.4.0
+ N_VConstrMask at Base 2.4.0
+ N_VDestroy at Base 2.4.0
+ N_VDestroyVectorArray at Base 2.4.0
+ N_VDiv at Base 2.4.0
+ N_VDotProd at Base 2.4.0
+ N_VGetArrayPointer at Base 2.4.0
+ N_VInv at Base 2.4.0
+ N_VInvTest at Base 2.4.0
+ N_VL1Norm at Base 2.4.0
+ N_VLinearSum at Base 2.4.0
+ N_VMaxNorm at Base 2.4.0
+ N_VMin at Base 2.4.0
+ N_VMinQuotient at Base 2.4.0
+ N_VProd at Base 2.4.0
+ N_VScale at Base 2.4.0
+ N_VSetArrayPointer at Base 2.4.0
+ N_VSpace at Base 2.4.0
+ N_VWL2Norm at Base 2.4.0
+ N_VWrmsNorm at Base 2.4.0
+ N_VWrmsNormMask at Base 2.4.0
+ NewBandMat at Base 2.4.0
+ NewDenseMat at Base 2.4.0
+ NewIntArray at Base 2.4.0
+ NewRealArray at Base 2.4.0
+ PrintMat at Base 2.4.0
+ QRfact at Base 2.4.0
+ QRsol at Base 2.4.0
+ RAbs at Base 2.4.0
+ RExp at Base 2.4.0
+ RPowerI at Base 2.4.0
+ RPowerR at Base 2.4.0
+ RSqrt at Base 2.4.0
+ SetToZero at Base 2.4.0
+ SpbcgFree at Base 2.4.0
+ SpbcgMalloc at Base 2.4.0
+ SpbcgSolve at Base 2.4.0
+ SpgmrFree at Base 2.4.0
+ SpgmrMalloc at Base 2.4.0
+ SpgmrSolve at Base 2.4.0
+ SptfqmrFree at Base 2.4.0
+ SptfqmrMalloc at Base 2.4.0
+ SptfqmrSolve at Base 2.4.0
+ bandAddIdentity at Base 2.4.0
+ bandCopy at Base 2.4.0
+ bandGBTRF at Base 2.4.0
+ bandGBTRS at Base 2.4.0
+ bandScale at Base 2.4.0
+ denseAddIdentity at Base 2.4.0
+ denseCopy at Base 2.4.0
+ denseGEQRF at Base 2.4.0
+ denseGETRF at Base 2.4.0
+ denseGETRS at Base 2.4.0
+ denseORMQR at Base 2.4.0
+ densePOTRF at Base 2.4.0
+ densePOTRS at Base 2.4.0
+ denseScale at Base 2.4.0
+ destroyArray at Base 2.4.0
+ destroyMat at Base 2.4.0
+ kinDlsBandDQJac at Base 2.4.0
+ kinDlsDenseDQJac at Base 2.4.0
+ newBandMat at Base 2.4.0
+ newDenseMat at Base 2.4.0
+ newIntArray at Base 2.4.0
+ newRealArray at Base 2.4.0
diff --git a/debian/libsundials-nvecserial0.install b/debian/libsundials-nvecserial0.install
index f0181cb..f6ef1af 100644
--- a/debian/libsundials-nvecserial0.install
+++ b/debian/libsundials-nvecserial0.install
@@ -1 +1,2 @@
 usr/lib/libsundials_nvecserial.so.*
+usr/lib/libsundials_fnvecserial.so.*
diff --git a/debian/libsundials-nvecserial0.symbols b/debian/libsundials-nvecserial0.symbols
index 29919d9..ae9c4c5 100644
--- a/debian/libsundials-nvecserial0.symbols
+++ b/debian/libsundials-nvecserial0.symbols
@@ -1,38 +1,60 @@
 libsundials_nvecserial.so.0 libsundials-nvecserial0 #MINVER#
- N_VAbs_Serial at Base 2.3.0
- N_VAddConst_Serial at Base 2.3.0
- N_VCloneEmpty_Serial at Base 2.3.0
- N_VCloneVectorArrayEmpty_Serial at Base 2.3.0
- N_VCloneVectorArray_Serial at Base 2.3.0
- N_VClone_Serial at Base 2.3.0
- N_VCompare_Serial at Base 2.3.0
- N_VConst_Serial at Base 2.3.0
- N_VConstrMask_Serial at Base 2.3.0
- N_VDestroyVectorArray_Serial at Base 2.3.0
- N_VDestroy_Serial at Base 2.3.0
- N_VDiv_Serial at Base 2.3.0
- N_VDotProd_Serial at Base 2.3.0
- N_VGetArrayPointer_Serial at Base 2.3.0
- N_VInvTest_Serial at Base 2.3.0
- N_VInv_Serial at Base 2.3.0
- N_VL1Norm_Serial at Base 2.3.0
- N_VLinearSum_Serial at Base 2.3.0
- N_VMake_Serial at Base 2.3.0
- N_VMaxNorm_Serial at Base 2.3.0
- N_VMinQuotient_Serial at Base 2.3.0
- N_VMin_Serial at Base 2.3.0
- N_VNewEmpty_Serial at Base 2.3.0
- N_VNew_Serial at Base 2.3.0
- N_VPrint_Serial at Base 2.3.0
- N_VProd_Serial at Base 2.3.0
- N_VScale_Serial at Base 2.3.0
- N_VSetArrayPointer_Serial at Base 2.3.0
- N_VSpace_Serial at Base 2.3.0
- N_VWL2Norm_Serial at Base 2.3.0
- N_VWrmsNormMask_Serial at Base 2.3.0
- N_VWrmsNorm_Serial at Base 2.3.0
- RAbs at Base 2.3.0
- RExp at Base 2.3.0
- RPowerI at Base 2.3.0
- RPowerR at Base 2.3.0
- RSqrt at Base 2.3.0
+ N_VAbs_Serial at Base 2.4.0
+ N_VAddConst_Serial at Base 2.4.0
+ N_VCloneEmpty_Serial at Base 2.4.0
+ N_VCloneVectorArrayEmpty_Serial at Base 2.4.0
+ N_VCloneVectorArray_Serial at Base 2.4.0
+ N_VClone_Serial at Base 2.4.0
+ N_VCompare_Serial at Base 2.4.0
+ N_VConst_Serial at Base 2.4.0
+ N_VConstrMask_Serial at Base 2.4.0
+ N_VDestroyVectorArray_Serial at Base 2.4.0
+ N_VDestroy_Serial at Base 2.4.0
+ N_VDiv_Serial at Base 2.4.0
+ N_VDotProd_Serial at Base 2.4.0
+ N_VGetArrayPointer_Serial at Base 2.4.0
+ N_VInvTest_Serial at Base 2.4.0
+ N_VInv_Serial at Base 2.4.0
+ N_VL1Norm_Serial at Base 2.4.0
+ N_VLinearSum_Serial at Base 2.4.0
+ N_VMake_Serial at Base 2.4.0
+ N_VMaxNorm_Serial at Base 2.4.0
+ N_VMinQuotient_Serial at Base 2.4.0
+ N_VMin_Serial at Base 2.4.0
+ N_VNewEmpty_Serial at Base 2.4.0
+ N_VNew_Serial at Base 2.4.0
+ N_VPrint_Serial at Base 2.4.0
+ N_VProd_Serial at Base 2.4.0
+ N_VScale_Serial at Base 2.4.0
+ N_VSetArrayPointer_Serial at Base 2.4.0
+ N_VSpace_Serial at Base 2.4.0
+ N_VWL2Norm_Serial at Base 2.4.0
+ N_VWrmsNormMask_Serial at Base 2.4.0
+ N_VWrmsNorm_Serial at Base 2.4.0
+ RAbs at Base 2.4.0
+ RExp at Base 2.4.0
+ RPowerI at Base 2.4.0
+ RPowerR at Base 2.4.0
+ RSqrt at Base 2.4.0
+libsundials_fnvecserial.so.0 libsundials-nvecserial0 #MINVER#
+ F2C_CVODE_vec at Base 2.4.0
+ F2C_CVODE_vecB at Base 2.4.0
+ F2C_CVODE_vecQ at Base 2.4.0
+ F2C_CVODE_vecQB at Base 2.4.0
+ F2C_CVODE_vecS at Base 2.4.0
+ F2C_IDA_vec at Base 2.4.0
+ F2C_IDA_vecB at Base 2.4.0
+ F2C_IDA_vecQ at Base 2.4.0
+ F2C_IDA_vecQB at Base 2.4.0
+ F2C_IDA_vecS at Base 2.4.0
+ F2C_KINSOL_vec at Base 2.4.0
+ RAbs at Base 2.4.0
+ RExp at Base 2.4.0
+ RPowerI at Base 2.4.0
+ RPowerR at Base 2.4.0
+ RSqrt at Base 2.4.0
+ fnvinits_ at Base 2.4.0
+ fnvinits_b_ at Base 2.4.0
+ fnvinits_q_ at Base 2.4.0
+ fnvinits_qb_ at Base 2.4.0
+ fnvinits_s_ at Base 2.4.0
diff --git a/debian/libsundials-serial-dev.install b/debian/libsundials-serial-dev.install
index 78566d1..1083705 100644
--- a/debian/libsundials-serial-dev.install
+++ b/debian/libsundials-serial-dev.install
@@ -1,4 +1,4 @@
 usr/include
-usr/lib/lib*.a
+usr/lib/lib*a
 usr/lib/lib*.so
 usr/bin/sundials-config
diff --git a/debian/libsundials-serial-doc.docs b/debian/libsundials-serial-doc.docs
index 6971327..bb06dd9 100644
--- a/debian/libsundials-serial-doc.docs
+++ b/debian/libsundials-serial-doc.docs
@@ -1 +1,11 @@
-*/*/*.pdf
+./doc/ida/ida_guide.pdf
+./doc/ida/ida_examples.pdf
+./doc/cvodes/cvs_guide.pdf
+./doc/cvodes/cvs_examples.pdf
+./doc/sundialsTB/sundialsTB.pdf
+./doc/idas/idas_examples.pdf
+./doc/idas/idas_guide.pdf
+./doc/kinsol/kin_examples.pdf
+./doc/kinsol/kin_guide.pdf
+./doc/cvode/cv_guide.pdf
+./doc/cvode/cv_examples.pdf
diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
new file mode 100644
index 0000000..3afc1ab
--- /dev/null
+++ b/debian/patches/makefile.patch
@@ -0,0 +1,448 @@
+Index: sundials-2.4.0/examples/cvode/fcmix_parallel/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/cvode/fcmix_parallel/Makefile.in	2009-05-10 02:22:28.000000000 +0200
++++ sundials-2.4.0/examples/cvode/fcmix_parallel/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -84,7 +84,7 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_parallel/README  $(EXS_INSTDIR)/cvode/fcmix_parallel/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_parallel/$${i}.f   $(EXS_INSTDIR)/cvode/fcmix_parallel/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_parallel/$${i}.out $(EXS_INSTDIR)/cvode/fcmix_parallel/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_parallel/$${i} $(EXS_INSTDIR)/cvode/fcmix_parallel/ ; \
+ 	done
+ 
+ uninstall:
+@@ -92,7 +92,7 @@
+ 	rm -f $(EXS_INSTDIR)/cvode/fcmix_parallel/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvode/fcmix_parallel/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/cvode/fcmix_parallel/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvode/fcmix_parallel/$${i} ; \
+ 	done
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvode/fcmix_parallel
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvode
+Index: sundials-2.4.0/examples/cvode/fcmix_serial/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/cvode/fcmix_serial/Makefile.in	2009-05-10 02:22:28.000000000 +0200
++++ sundials-2.4.0/examples/cvode/fcmix_serial/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -93,12 +93,12 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_serial/README $(EXS_INSTDIR)/cvode/fcmix_serial/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_serial/$${i}.f   $(EXS_INSTDIR)/cvode/fcmix_serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_serial/$${i}.out $(EXS_INSTDIR)/cvode/fcmix_serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_serial/$${i} $(EXS_INSTDIR)/cvode/fcmix_serial/ ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_serial/$${i}.f   $(EXS_INSTDIR)/cvode/fcmix_serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_serial/$${i}.out $(EXS_INSTDIR)/cvode/fcmix_serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/fcmix_serial/$${i} $(EXS_INSTDIR)/cvode/fcmix_serial/ ; \
+ 	done ; \
+ 	fi
+ 
+@@ -107,12 +107,12 @@
+ 	rm -f $(EXS_INSTDIR)/cvode/fcmix_serial/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvode/fcmix_serial/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/cvode/fcmix_serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvode/fcmix_serial/$${i} ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvode/fcmix_serial/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/cvode/fcmix_serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvode/fcmix_serial/$${i} ; \
+ 	done ; \
+ 	fi
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvode/fcmix_serial
+Index: sundials-2.4.0/examples/cvode/parallel/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/cvode/parallel/Makefile.in	2009-05-10 02:22:28.000000000 +0200
++++ sundials-2.4.0/examples/cvode/parallel/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -82,7 +82,7 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/cvode/parallel/README $(EXS_INSTDIR)/cvode/parallel/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/parallel/$${i}.c   $(EXS_INSTDIR)/cvode/parallel/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/parallel/$${i}.out $(EXS_INSTDIR)/cvode/parallel/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/parallel/$${i} $(EXS_INSTDIR)/cvode/parallel/ ; \
+ 	done
+ 
+ uninstall:
+@@ -90,7 +90,7 @@
+ 	rm -f $(EXS_INSTDIR)/cvode/parallel/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvode/parallel/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/cvode/parallel/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvode/parallel/$${i} ; \
+ 	done
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvode/parallel
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvode
+Index: sundials-2.4.0/examples/cvode/serial/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/cvode/serial/Makefile.in	2009-05-10 02:22:28.000000000 +0200
++++ sundials-2.4.0/examples/cvode/serial/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -96,12 +96,12 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/cvode/serial/README $(EXS_INSTDIR)/cvode/serial/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/serial/$${i}.c   $(EXS_INSTDIR)/cvode/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/serial/$${i}.out $(EXS_INSTDIR)/cvode/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/serial/$${i} $(EXS_INSTDIR)/cvode/serial/ ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/serial/$${i}.c   $(EXS_INSTDIR)/cvode/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/serial/$${i}.out $(EXS_INSTDIR)/cvode/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvode/serial/$${i} $(EXS_INSTDIR)/cvode/serial/ ; \
+ 	done ; \
+ 	fi
+ 
+@@ -110,12 +110,12 @@
+ 	rm -f $(EXS_INSTDIR)/cvode/serial/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvode/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/cvode/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvode/serial/$${i} ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvode/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/cvode/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvode/serial/$${i} ; \
+ 	done ; \
+ 	fi
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvode/serial
+Index: sundials-2.4.0/examples/cvodes/parallel/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/cvodes/parallel/Makefile.in	2009-05-10 02:22:36.000000000 +0200
++++ sundials-2.4.0/examples/cvodes/parallel/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -85,7 +85,7 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/cvodes/parallel/README $(EXS_INSTDIR)/cvodes/parallel/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/parallel/$${i}.c   $(EXS_INSTDIR)/cvodes/parallel/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/parallel/$${i}.out $(EXS_INSTDIR)/cvodes/parallel/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/parallel/$${i} $(EXS_INSTDIR)/cvodes/parallel/ ; \
+ 	done
+ 
+ uninstall:
+@@ -93,7 +93,7 @@
+ 	rm -f $(EXS_INSTDIR)/cvodes/parallel/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvodes/parallel/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/cvodes/parallel/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvodes/parallel/$${i} ; \
+ 	done
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvodes/parallel
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvodes
+Index: sundials-2.4.0/examples/cvodes/serial/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/cvodes/serial/Makefile.in	2009-05-10 02:22:36.000000000 +0200
++++ sundials-2.4.0/examples/cvodes/serial/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -103,12 +103,12 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/cvodes/serial/README $(EXS_INSTDIR)/cvodes/serial/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/serial/$${i}.c   $(EXS_INSTDIR)/cvodes/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/serial/$${i}.out $(EXS_INSTDIR)/cvodes/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/serial/$${i} $(EXS_INSTDIR)/cvodes/serial/ ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/serial/$${i}.c   $(EXS_INSTDIR)/cvodes/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/serial/$${i}.out $(EXS_INSTDIR)/cvodes/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/cvodes/serial/$${i} $(EXS_INSTDIR)/cvodes/serial/ ; \
+ 	done ; \
+ 	fi
+ 
+@@ -117,12 +117,12 @@
+ 	rm -f $(EXS_INSTDIR)/cvodes/serial/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvodes/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/cvodes/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvodes/serial/$${i} ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  rm -f $(EXS_INSTDIR)/cvodes/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/cvodes/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/cvodes/serial/$${i} ; \
+ 	done ; \
+ 	fi
+ 	$(rminstalldirs) $(EXS_INSTDIR)/cvodes/serial
+Index: sundials-2.4.0/examples/ida/fcmix_parallel/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/ida/fcmix_parallel/Makefile.in	2009-05-10 02:22:51.000000000 +0200
++++ sundials-2.4.0/examples/ida/fcmix_parallel/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -82,7 +82,7 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_parallel/README  $(EXS_INSTDIR)/ida/fcmix_parallel/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_parallel/$${i}.f   $(EXS_INSTDIR)/ida/fcmix_parallel/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_parallel/$${i}.out $(EXS_INSTDIR)/ida/fcmix_parallel/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_parallel/$${i} $(EXS_INSTDIR)/ida/fcmix_parallel/ ; \
+ 	done
+ 
+ uninstall:
+@@ -90,7 +90,7 @@
+ 	rm -f $(EXS_INSTDIR)/ida/fcmix_parallel/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/ida/fcmix_parallel/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/ida/fcmix_parallel/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/ida/fcmix_parallel/$${i} ; \
+ 	done
+ 	$(rminstalldirs) $(EXS_INSTDIR)/ida/fcmix_parallel
+ 	$(rminstalldirs) $(EXS_INSTDIR)/ida
+Index: sundials-2.4.0/examples/ida/fcmix_serial/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/ida/fcmix_serial/Makefile.in	2009-05-10 02:22:51.000000000 +0200
++++ sundials-2.4.0/examples/ida/fcmix_serial/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -90,12 +90,12 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_serial/README $(EXS_INSTDIR)/ida/fcmix_serial/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_serial/$${i}.f   $(EXS_INSTDIR)/ida/fcmix_serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_serial/$${i}.out $(EXS_INSTDIR)/ida/fcmix_serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_serial/$${i} $(EXS_INSTDIR)/ida/fcmix_serial/ ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_serial/$${i}.f   $(EXS_INSTDIR)/ida/fcmix_serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_serial/$${i}.out $(EXS_INSTDIR)/ida/fcmix_serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/fcmix_serial/$${i} $(EXS_INSTDIR)/ida/fcmix_serial/ ; \
+ 	done ; \
+ 	fi
+ 
+@@ -104,12 +104,12 @@
+ 	rm -f $(EXS_INSTDIR)/ida/fcmix_serial/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/ida/fcmix_serial/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/ida/fcmix_serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/ida/fcmix_serial/$${i} ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  rm -f $(EXS_INSTDIR)/ida/fcmix_serial/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/ida/fcmix_serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/ida/fcmix_serial/$${i} ; \
+ 	done ; \
+ 	fi
+ 	$(rminstalldirs) $(EXS_INSTDIR)/ida/fcmix_serial
+Index: sundials-2.4.0/examples/ida/parallel/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/ida/parallel/Makefile.in	2009-05-10 02:22:51.000000000 +0200
++++ sundials-2.4.0/examples/ida/parallel/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -82,7 +82,7 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/ida/parallel/README $(EXS_INSTDIR)/ida/parallel/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/parallel/$${i}.c   $(EXS_INSTDIR)/ida/parallel/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/parallel/$${i}.out $(EXS_INSTDIR)/ida/parallel/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/parallel/$${i} $(EXS_INSTDIR)/ida/parallel/ ; \
+ 	done
+ 
+ uninstall:
+@@ -90,7 +90,7 @@
+ 	rm -f $(EXS_INSTDIR)/ida/parallel/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/ida/parallel/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/ida/parallel/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/ida/parallel/$${i} ; \
+ 	done
+ 	$(rminstalldirs) $(EXS_INSTDIR)/ida/parallel
+ 	$(rminstalldirs) $(EXS_INSTDIR)/ida
+Index: sundials-2.4.0/examples/ida/serial/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/ida/serial/Makefile.in	2009-05-10 02:22:51.000000000 +0200
++++ sundials-2.4.0/examples/ida/serial/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -91,12 +91,12 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/ida/serial/README $(EXS_INSTDIR)/ida/serial/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/serial/$${i}.c   $(EXS_INSTDIR)/ida/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/serial/$${i}.out $(EXS_INSTDIR)/ida/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/serial/$${i} $(EXS_INSTDIR)/ida/serial/ ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/serial/$${i}.c   $(EXS_INSTDIR)/ida/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/serial/$${i}.out $(EXS_INSTDIR)/ida/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/ida/serial/$${i} $(EXS_INSTDIR)/ida/serial/ ; \
+ 	done ; \
+ 	fi
+ 
+@@ -105,12 +105,12 @@
+ 	rm -f $(EXS_INSTDIR)/ida/serial/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/ida/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/ida/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/ida/serial/$${i} ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  rm -f $(EXS_INSTDIR)/ida/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/ida/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/ida/serial/$${i} ; \
+ 	done ; \
+ 	fi
+ 	$(rminstalldirs) $(EXS_INSTDIR)/ida/serial
+Index: sundials-2.4.0/examples/idas/parallel/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/idas/parallel/Makefile.in	2009-05-10 02:22:58.000000000 +0200
++++ sundials-2.4.0/examples/idas/parallel/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -86,7 +86,7 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/idas/parallel/README $(EXS_INSTDIR)/idas/parallel/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/parallel/$${i}.c   $(EXS_INSTDIR)/idas/parallel/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/parallel/$${i}.out $(EXS_INSTDIR)/idas/parallel/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/parallel/$${i} $(EXS_INSTDIR)/idas/parallel/ ; \
+ 	done
+ 
+ uninstall:
+@@ -94,7 +94,7 @@
+ 	rm -f $(EXS_INSTDIR)/idas/parallel/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/idas/parallel/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/idas/parallel/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/idas/parallel/$${i} ; \
+ 	done
+ 	$(rminstalldirs) $(EXS_INSTDIR)/idas/parallel
+ 	$(rminstalldirs) $(EXS_INSTDIR)/idas
+Index: sundials-2.4.0/examples/idas/serial/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/idas/serial/Makefile.in	2009-05-10 02:22:58.000000000 +0200
++++ sundials-2.4.0/examples/idas/serial/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -97,12 +97,12 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/idas/serial/README $(EXS_INSTDIR)/idas/serial/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/serial/$${i}.c   $(EXS_INSTDIR)/idas/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/serial/$${i}.out $(EXS_INSTDIR)/idas/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/serial/$${i} $(EXS_INSTDIR)/idas/serial/ ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/serial/$${i}.c   $(EXS_INSTDIR)/idas/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/serial/$${i}.out $(EXS_INSTDIR)/idas/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/idas/serial/$${i} $(EXS_INSTDIR)/idas/serial/ ; \
+ 	done ; \
+ 	fi
+ 
+@@ -111,12 +111,12 @@
+ 	rm -f $(EXS_INSTDIR)/idas/serial/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/idas/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/idas/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/idas/serial/$${i} ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  rm -f $(EXS_INSTDIR)/idas/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/idas/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/idas/serial/$${i} ; \
+ 	done ; \
+ 	fi
+ 	$(rminstalldirs) $(EXS_INSTDIR)/idas/serial
+Index: sundials-2.4.0/examples/kinsol/fcmix_parallel/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/kinsol/fcmix_parallel/Makefile.in	2009-05-10 02:23:08.000000000 +0200
++++ sundials-2.4.0/examples/kinsol/fcmix_parallel/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -82,7 +82,7 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_parallel/README  $(EXS_INSTDIR)/kinsol/fcmix_parallel/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_parallel/$${i}.f   $(EXS_INSTDIR)/kinsol/fcmix_parallel/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_parallel/$${i}.out $(EXS_INSTDIR)/kinsol/fcmix_parallel/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_parallel/$${i} $(EXS_INSTDIR)/kinsol/fcmix_parallel/ ; \
+ 	done
+ 
+ uninstall:
+@@ -90,7 +90,7 @@
+ 	rm -f $(EXS_INSTDIR)/kinsol/fcmix_parallel/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_parallel/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_parallel/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_parallel/$${i} ; \
+ 	done
+ 	$(rminstalldirs) $(EXS_INSTDIR)/kinsol/fcmix_parallel
+ 	$(rminstalldirs) $(EXS_INSTDIR)/kinsol
+Index: sundials-2.4.0/examples/kinsol/fcmix_serial/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/kinsol/fcmix_serial/Makefile.in	2009-05-10 02:23:08.000000000 +0200
++++ sundials-2.4.0/examples/kinsol/fcmix_serial/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -90,12 +90,12 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_serial/README $(EXS_INSTDIR)/kinsol/fcmix_serial/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_serial/$${i}.f   $(EXS_INSTDIR)/kinsol/fcmix_serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_serial/$${i}.out $(EXS_INSTDIR)/kinsol/fcmix_serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_serial/$${i} $(EXS_INSTDIR)/kinsol/fcmix_serial/ ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_serial/$${i}.f   $(EXS_INSTDIR)/kinsol/fcmix_serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_serial/$${i}.out $(EXS_INSTDIR)/kinsol/fcmix_serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/fcmix_serial/$${i} $(EXS_INSTDIR)/kinsol/fcmix_serial/ ; \
+ 	done ; \
+ 	fi
+ 
+@@ -104,12 +104,12 @@
+ 	rm -f $(EXS_INSTDIR)/kinsol/fcmix_serial/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_serial/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_serial/$${i} ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_serial/$${i}.f ; \
+-	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/kinsol/fcmix_serial/$${i} ; \
+ 	done ; \
+ 	fi
+ 	$(rminstalldirs) $(EXS_INSTDIR)/kinsol/fcmix_serial
+Index: sundials-2.4.0/examples/kinsol/parallel/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/kinsol/parallel/Makefile.in	2009-05-10 02:23:08.000000000 +0200
++++ sundials-2.4.0/examples/kinsol/parallel/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -80,7 +80,7 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/kinsol/parallel/README $(EXS_INSTDIR)/kinsol/parallel/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/parallel/$${i}.c   $(EXS_INSTDIR)/kinsol/parallel/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/parallel/$${i}.out $(EXS_INSTDIR)/kinsol/parallel/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/parallel/$${i} $(EXS_INSTDIR)/kinsol/parallel/ ; \
+ 	done
+ 
+ uninstall:
+@@ -88,7 +88,7 @@
+ 	rm -f $(EXS_INSTDIR)/kinsol/parallel/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/kinsol/parallel/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/kinsol/parallel/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/kinsol/parallel/$${i} ; \
+ 	done
+ 	$(rminstalldirs) $(EXS_INSTDIR)/kinsol/parallel
+ 	$(rminstalldirs) $(EXS_INSTDIR)/kinsol
+Index: sundials-2.4.0/examples/kinsol/serial/Makefile.in
+===================================================================
+--- sundials-2.4.0.orig/examples/kinsol/serial/Makefile.in	2009-05-10 02:23:08.000000000 +0200
++++ sundials-2.4.0/examples/kinsol/serial/Makefile.in	2010-03-02 13:40:30.000000000 +0100
+@@ -90,12 +90,12 @@
+ 	$(INSTALL_FILE) $(top_srcdir)/examples/kinsol/serial/README $(EXS_INSTDIR)/kinsol/serial/
+ 	for i in ${EXAMPLES} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/serial/$${i}.c   $(EXS_INSTDIR)/kinsol/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/serial/$${i}.out $(EXS_INSTDIR)/kinsol/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/serial/$${i} $(EXS_INSTDIR)/kinsol/serial/ ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/serial/$${i}.c   $(EXS_INSTDIR)/kinsol/serial/ ; \
+-	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/serial/$${i}.out $(EXS_INSTDIR)/kinsol/serial/ ; \
++	  $(INSTALL_FILE) $(top_srcdir)/examples/kinsol/serial/$${i} $(EXS_INSTDIR)/kinsol/serial/ ; \
+ 	done ; \
+ 	fi
+ 
+@@ -104,12 +104,12 @@
+ 	rm -f $(EXS_INSTDIR)/kinsol/serial/README
+ 	for i in ${EXAMPLES} ; do \
+ 	  rm -f $(EXS_INSTDIR)/kinsol/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/kinsol/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/kinsol/serial/$${i} ; \
+ 	done
+ 	@if test "X${LAPACK_ENABLED}" = "Xyes"; then \
+ 	for i in ${EXAMPLES_BL} ; do \
+ 	  rm -f $(EXS_INSTDIR)/kinsol/serial/$${i}.c ; \
+-	  rm -f $(EXS_INSTDIR)/kinsol/serial/$${i}.out ; \
++	  rm -f $(EXS_INSTDIR)/kinsol/serial/$${i} ; \
+ 	done ; \
+ 	fi
+ 	$(rminstalldirs) $(EXS_INSTDIR)/kinsol/serial
diff --git a/debian/patches/series b/debian/patches/series
index fc50570..82374e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-modern-ltmain.sh.patch
+makefile.patch
diff --git a/debian/rules b/debian/rules
index 3e28256..6e72f7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,14 @@ include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 debusr := $(DEB_DESTDIR)usr
+debexp = debian/libsundials-serial-dev/usr/share/doc/libsundials-serial-dev/examples
+debexp = debian/libsundials-serial-dev/usr/lib
+
+DEB_AUTO_UPDATE_AUTOMAKE := 1.11
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --disable-mpi --enable-examples
 DEB_CONFIGURE_SCRIPT_ENV += F77="gfortran"
-DEB_MAKE_INSTALL_TARGET := install prefix=$(debusr)
+DEB_MAKE_INSTALL_TARGET := install prefix=$(debusr) EXS_INSTDIR=$(DEB_DESTDIR)$(debexp)
 
 DEB_INSTALL_MANPAGES_libsundials-serial-dev := debian/sundials-config.1
 DEB_INSTALL_EXAMPLES_libsundials-serial-dev := examples/*
@@ -31,11 +35,16 @@ get-orig-source:
 build/libsundials-serial::
 	$(SHELL) debian/check.sh
 
-debexp = debian/libsundials-serial-dev/usr/share/doc/libsundials-serial-dev/examples
 
 binary-install/libsundials-serial-dev::
+	find $(deblib) \( -name \*.la \) -exec rm -rf {} +
 	find $(debexp) -name .libs -exec rm -rf {} +
 	find $(debexp) \
 	        -type f -a ! \( -name README -o -name \*.out		\
 				   -o -name \*.f -o -name \*.c \)	\
 		-a -exec rm -f \{\} \;
+
+clean::
+	find examples \
+	        -type f -a  \( -name \*.o -o -name \*.out \)	\
+		-a -exec rm -f \{\} \;

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