[Pkg-scicomp-commits] [SCM] suitesparse branch, master, updated. 154ce228dc321c1bdb45a487febeae8621e79858

Rafael Laboissiere rafael at debian.org
Sat May 9 15:15:29 UTC 2009


The following commit has been merged in the master branch:
commit 154ce228dc321c1bdb45a487febeae8621e79858
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat May 9 17:10:32 2009 +0200

    Split the libraries into individual packages
    
    The new binary packages are (the soversion numbers are the ones
    provided by the upstream authors in the */README.txt files):
      - libamd2.2
      - libbtf1.0
      - libcamd2.2
      - libcolamd2.7
      - libccolamd2.7
      - libcholmod1.7.1
      - libcsparse2.2.3
      - libcxsparse2.2.3
      - libklu1.1
      - libldl2.0
      - libumfpack5.3.0
    
    The libsuitesparse-dev and libsuitesparse-dbg packages remain as before.
    They depend on all the binary packages above.
    
    debian/library-soname.pl: New Perl script that is used everywhere to obtain
    the name of the package for each library.  This is the centralized place
    where this information should be provided. The debian/control file has been
    moved into debian/control.in and is automatically generated by debian/rules
    with the appropriate names of the packages being replaced.
    
    debian/patches/*.diff: All the patches have been adapted for obtaining the
    library soversion using the debian/library-soname.pl script.
    
    debian/symbols/*, debian/install/*: These are the source files for the
    debian/lib*.symbols and debian/lib*.install.  The later are obtained from
    the former in debian/rules by using the appropriate package names.  For now,
    this is acomplished with $(foreach) in debian/rules and amounts to simply
    copying files, like "cp debian/symbols/AMD debian/libamd2.2.symbols"
    
    debian/NEWS: Document the changes above

diff --git a/debian/NEWS b/debian/NEWS
index 9e2b6f8..f4bc7be 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,13 @@
+suitesparse (3.3.0-1) unstable; urgency=low
+
+    Starting with this version, the libraries that were bundled together
+    in the libsuitesparse-x.y.z package are now distributed in individual
+    packages.  The new packages have names that follow the Debian
+    conventions and correspond really to the library sonames.  For
+    instance, the package libamd2.2 contains /usr/lib/libamd.so.2.2.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 09 May 2009 16:53:25 +0200
+
 suitesparse (3.1.0-1) experimental; urgency=low
 
     Since the upstream author does not provide soversion numbers for the
diff --git a/debian/changelog b/debian/changelog
index 19a5a2f..6fabf59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,42 @@ suitesparse (1:3.3.0-1) UNRELEASED; urgency=low
   * debian/patches/14-SPQR_Include_spqr_hpp.dpatch: Removed patch (applied
     upstream)
 
+  * Split the libraries into individual packages
+    + The new binary packages are (the soversion numbers are the ones
+      provided by the upstream authors in the */README.txt files):
+      - libamd2.2
+      - libbtf1.0
+      - libcamd2.2
+      - libcolamd2.7
+      - libccolamd2.7
+      - libcholmod1.7.1
+      - libcsparse2.2.3
+      - libcxsparse2.2.3
+      - libklu1.1
+      - libldl2.0
+      - libumfpack5.3.0
+    + The libsuitesparse-dev and libsuitesparse-dbg remain as before.
+      They depend on all the binary packages above.
+    + debian/library-soname.pl: New Perl script that is used everywhere to
+      obtain the name of the package for each library.  This is the
+      centralized place where this information should be provided.
+    + The debian/control file has been moved into debian/control.in and is
+      automatically generated by debian/rules with the appropriate names
+      of the packages being replaced.
+    + debian/patches/*.diff: All the patches have been adapted for
+      obtaining the library soversion using the debian/library-soname.pl
+      script.
+    + debian/symbols/*, debian/install/*: These are the source files for
+      the debian/lib*.symbols and debian/lib*.install.  The later are
+      obtained from the former in debian/rules by using the appropriate
+      package names.  For now, this is acomplished with $(foreach) in
+      debian/rules and amounts to simply copying files, like
+      "cp debian/symbols/AMD debian/libamd2.2.symbols"
+    + debian/NEWS: Document the changes above
+
   * Switch from dpatch to quilt as patch system
 
-  * debian/control:
+  * debian/control.in:
     + The Debian packaging files are now maintained through a Git
       repository at alioth.debian.org.  Switch the Vcs-* URLs to Git,
       accordingly.
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 6f54fc2..0000000
--- a/debian/control
+++ /dev/null
@@ -1,170 +0,0 @@
-Source: suitesparse
-Section: math
-Priority: optional
-Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Uploaders: Christophe Prud'homme <prudhomm at debian.org>,
- Daniel Rus Morales <danirus at tol-project.org>,
- Rafael Laboissiere <rafael at debian.org>,
- Ondrej Certik <ondrej at certik.cz>
-DM-Upload-Allowed: yes
-Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), quilt, gfortran,
- libblas-dev, liblapack-dev
-Standards-Version: 3.8.1
-Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/
-Vcs-Git: git://git.debian.org/git/pkg-scicomp/suitesparse.git
-Vcs-Browser: http://git.debian.org/?p=pkg-scicomp/suitesparse.git
-
-Package: libcolamd-3.2.0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-1)
-Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-1)
-Description: column approximate minimum degree ordering library for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.  The package includes the following dynamic library:
- .
- COLAMD      column approximate minimum degree ordering
-
-Package: libsuitesparse-3.2.0
-Section: libs
-Architecture: any
-Depends: libblas3gf | libatlas3gf-base | libatlas3gf-sse | libatlas3gf-sse2 | libatlas3gf-3dnow, liblapack3gf | libatlas3gf-base | libatlas3gf-sse | libatlas3gf-sse2 | libatlas3gf-3dnow, ${shlibs:Depends}, ${misc:Depends}
-Description: collection of libraries for computations for sparse matrices
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.  The package includes the following libraries:
- .
- AMD         approximate minimum degree ordering
- .
- CAMD        symmetric approximate minimum degree
- .
- BTF         permutation to block triangular form (beta)
- .
- CAMD        symmetric approximate minimum degree
- .
- CCOLAMD     constrained column approximate minimum degree ordering
- .
- CHOLMOD     sparse Cholesky factorization
- .
- CSparse     a concise sparse matrix package
- .
- CXSparse    CSparse extended: complex matrix, int and long int support
- .
- KLU         sparse LU factorization, primarily for circuit simulation
- .
- LDL         a simple LDL' factorization
- .
- UMFPACK     sparse LU factorization
- .
- UFconfig    configuration file for all the above packages.
- .
- This package contains the dynamic libraries.
-
-Package: libsuitesparse-dev
-Section: libdevel
-Architecture: any
-Replaces: libufsparse-dev, libsuitesparse-metis-dev, libumfpack4-dev
-Conflicts: libufsparse-dev, libsuitesparse-metis-dev, libumfpack4-dev
-Provides: libufsparse-dev, libumfpack4-dev
-Depends: libsuitesparse-3.2.0 (= ${binary:Version}), libblas-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev, liblapack-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev, libc6-dev, ${misc:Depends}
-Description: libraries for sparse matrices computations (development files)
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.  The package includes the following libraries:
- .
- AMD         approximate minimum degree ordering
- .
- CAMD        symmetric approximate minimum degree
- .
- BTF         permutation to block triangular form (beta)
- .
- COLAMD      column approximate minimum degree ordering
- .
- CCOLAMD     constrained column approximate minimum degree ordering
- .
- CHOLMOD     sparse Cholesky factorization
- .
- CSparse     a concise sparse matrix package
- .
- CXSparse    CSparse extended: complex matrix, int and long int support
- .
- KLU         sparse LU factorization, primarily for circuit simulation
- .
- LDL         a simple LDL' factorization
- .
- UMFPACK     sparse LU factorization
- .
- UFconfig    configuration file for all the above packages.
- .
- This package contains the static libraries and header files.
-
-Package: libsuitesparse-dbg
-Section: libdevel
-Priority: extra
-Architecture: any
-Depends: libsuitesparse-3.2.0 (= ${binary:Version}), libblas-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev, liblapack-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev, libc6-dev, ${misc:Depends}
-Conflicts: libufsparse-dbg
-Replaces: libufsparse-dbg
-Description: libraries for sparse matrices computations (debugging symbols)
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.  The package includes the following libraries:
- .
- AMD         approximate minimum degree ordering
- .
- CAMD        symmetric approximate minimum degree
- .
- BTF         permutation to block triangular form (beta)
- .
- COLAMD      column approximate minimum degree ordering
- .
- CCOLAMD     constrained column approximate minimum degree ordering
- .
- CHOLMOD     sparse Cholesky factorization
- .
- CSparse     a concise sparse matrix package
- .
- CXSparse    CSparse extended: complex matrix, int and long int support
- .
- KLU         sparse LU factorization, primarily for circuit simulation
- .
- LDL         a simple LDL' factorization
- .
- UMFPACK     sparse LU factorization
- .
- UFconfig    configuration file for all the above packages.
- .
- This package contains the debug libraries (stored in /usr/lib/debug).
-
-Package: libsuitesparse-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Replaces: libufsparse-doc, libumfpack4-doc
-Conflicts: libufsparse-doc, libumfpack4-doc
-Recommends: libatlas-doc, libblas-doc, doc-central
-Description: libraries for sparse matrices computations (documentation)
- Suitesparse is a collection of libraries for computations involving
- sparse matrices.  The package includes the following libraries:
- .
- AMD         approximate minimum degree ordering
- .
- BTF         permutation to block triangular form (beta)
- .
- COLAMD      column approximate minimum degree ordering
- .
- CCOLAMD     constrained column approximate minimum degree ordering
- .
- CHOLMOD     sparse Cholesky factorization
- .
- CSparse     a concise sparse matrix package
- .
- CXSparse    CSparse extended: complex matrix, int and long int support
- .
- KLU         sparse LU factorization, primarily for circuit simulation
- .
- LDL         a simple LDL' factorization
- .
- UMFPACK     sparse LU factorization
- .
- UFconfig    configuration file for all the above packages.
- .
- This package contains the user guides.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..119d27b
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,257 @@
+Source: suitesparse
+Section: math
+Priority: optional
+Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
+Uploaders: Christophe Prud'homme <prudhomm at debian.org>,
+ Daniel Rus Morales <danirus at tol-project.org>,
+ Rafael Laboissiere <rafael at debian.org>,
+ Ondrej Certik <ondrej at certik.cz>
+DM-Upload-Allowed: yes
+Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), quilt, gfortran,
+ libblas-dev, liblapack-dev
+Standards-Version: 3.8.1
+Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/
+Vcs-Git: git://git.debian.org/git/pkg-scicomp/suitesparse.git
+Vcs-Browser: http://git.debian.org/?p=pkg-scicomp/suitesparse.git
+
+Package: @AMD@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: approximate minimum degree ordering library for sparse matrices
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ AMD         approximate minimum degree ordering
+
+Package: @BTF@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: permutation to block triangular form library for sparse matrices
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ BTF         permutation to block triangular form (beta)
+
+Package: @CAMD@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: symmetric approximate minimum degree library for sparse matrices
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ CAMD        symmetric approximate minimum degree
+
+Package: @COLAMD@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libcolamd-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libcolamd-3.2.0 (<= 1:3.2.0-4)
+Description: column approximate minimum degree ordering library for sparse matrices
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ COLAMD      column approximate minimum degree ordering
+
+Package: @CCOLAMD@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: constrained column approximate library for sparse matrices
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ COLAMD      constrained column approximate minimum degree ordering
+
+Package: @CHOLMOD@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: sparse Cholesky factorization library for sparse matrices
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ CHOLMOD     sparse Cholesky factorization
+
+Package: @CSparse@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: concise sparse matrix library
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ CSparse     a concise sparse matrix package
+
+Package: @CXSparse@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: concise sparse matrix library (complex, int and long int support)
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ CXSparse    CSparse extended: complex matrix, int and long int support
+
+Package: @KLU@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: circuit simulation sparse LU factorization library
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ KLU         sparse LU factorization, primarily for circuit simulation
+
+Package: @LDL@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: simple LDL' factorization library for sparse matrices
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ LDL         a simple LDL' factorization
+
+Package: @UMFPACK@
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Conflicts: libsuitesparse-3.2.0 (<= 1:3.2.0-4)
+Description: sparse LU factorization library
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following dynamic library:
+ .
+ UMFPACK     sparse LU factorization
+
+Package: libsuitesparse-dev
+Section: libdevel
+Architecture: any
+Replaces: libufsparse-dev, libsuitesparse-metis-dev, libumfpack4-dev
+Conflicts: libufsparse-dev, libsuitesparse-metis-dev, libumfpack4-dev
+Provides: libufsparse-dev, libumfpack4-dev
+Depends: ${misc:Depends},
+ @AMD@ (= ${binary:Version}),
+ @CAMD@ (= ${binary:Version}),
+ @BTF@ (= ${binary:Version}),
+ @COLAMD@ (= ${binary:Version}),
+ @CCOLAMD@ (= ${binary:Version}),
+ @CHOLMOD@ (= ${binary:Version}),
+ @CSparse@ (= ${binary:Version}),
+ @CXSparse@ (= ${binary:Version}),
+ @KLU@ (= ${binary:Version}),
+ @LDL@ (= ${binary:Version}),
+ @UMFPACK@ (= ${binary:Version}),
+ libblas-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev,
+ liblapack-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev
+Description: libraries for sparse matrices computations (development files)
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following libraries:
+ .
+ AMD         approximate minimum degree ordering
+ .
+ CAMD        symmetric approximate minimum degree
+ .
+ BTF         permutation to block triangular form (beta)
+ .
+ COLAMD      column approximate minimum degree ordering
+ .
+ CCOLAMD     constrained column approximate minimum degree ordering
+ .
+ CHOLMOD     sparse Cholesky factorization
+ .
+ CSparse     a concise sparse matrix package
+ .
+ CXSparse    CSparse extended: complex matrix, int and long int support
+ .
+ KLU         sparse LU factorization, primarily for circuit simulation
+ .
+ LDL         a simple LDL' factorization
+ .
+ UMFPACK     sparse LU factorization
+ .
+ This package contains the static libraries and header files.
+
+Package: libsuitesparse-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+ @AMD@ (= ${binary:Version}),
+ @CAMD@ (= ${binary:Version}),
+ @BTF@ (= ${binary:Version}),
+ @COLAMD@ (= ${binary:Version}),
+ @CCOLAMD@ (= ${binary:Version}),
+ @CHOLMOD@ (= ${binary:Version}),
+ @CSparse@ (= ${binary:Version}),
+ @CXSparse@ (= ${binary:Version}),
+ @KLU@ (= ${binary:Version}),
+ @LDL@ (= ${binary:Version}),
+ @UMFPACK@ (= ${binary:Version}),
+ libblas-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev,
+ liblapack-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev
+Conflicts: libufsparse-dbg
+Replaces: libufsparse-dbg
+Description: libraries for sparse matrices computations (debugging symbols)
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package includes the following libraries:
+ .
+ AMD         approximate minimum degree ordering
+ .
+ CAMD        symmetric approximate minimum degree
+ .
+ BTF         permutation to block triangular form (beta)
+ .
+ COLAMD      column approximate minimum degree ordering
+ .
+ CCOLAMD     constrained column approximate minimum degree ordering
+ .
+ CHOLMOD     sparse Cholesky factorization
+ .
+ CSparse     a concise sparse matrix package
+ .
+ CXSparse    CSparse extended: complex matrix, int and long int support
+ .
+ KLU         sparse LU factorization, primarily for circuit simulation
+ .
+ LDL         a simple LDL' factorization
+ .
+ UMFPACK     sparse LU factorization
+ .
+ UFconfig    configuration file for all the above packages.
+ .
+ This package contains the debug libraries (stored in /usr/lib/debug).
+
+Package: libsuitesparse-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: libufsparse-doc, libumfpack4-doc
+Conflicts: libufsparse-doc, libumfpack4-doc
+Recommends: libatlas-doc, libblas-doc, doc-central
+Description: libraries for sparse matrices computations (documentation)
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.  This package contains the user guides for the
+ libraries distributed by the SuiteSparse project.
diff --git a/debian/install/AMD b/debian/install/AMD
new file mode 100644
index 0000000..4df12e0
--- /dev/null
+++ b/debian/install/AMD
@@ -0,0 +1 @@
+AMD/Lib/*.so.* /usr/lib
diff --git a/debian/install/BTF b/debian/install/BTF
new file mode 100644
index 0000000..793cf61
--- /dev/null
+++ b/debian/install/BTF
@@ -0,0 +1 @@
+BTF/Lib/*.so.* /usr/lib
diff --git a/debian/install/CAMD b/debian/install/CAMD
new file mode 100644
index 0000000..59ab6ec
--- /dev/null
+++ b/debian/install/CAMD
@@ -0,0 +1 @@
+CAMD/Lib/*.so.* /usr/lib
diff --git a/debian/install/CCOLAMD b/debian/install/CCOLAMD
new file mode 100644
index 0000000..80e4417
--- /dev/null
+++ b/debian/install/CCOLAMD
@@ -0,0 +1 @@
+CCOLAMD/Lib/*.so.* /usr/lib
diff --git a/debian/install/CHOLMOD b/debian/install/CHOLMOD
new file mode 100644
index 0000000..c219609
--- /dev/null
+++ b/debian/install/CHOLMOD
@@ -0,0 +1 @@
+CHOLMOD/Lib/*.so.* /usr/lib
diff --git a/debian/libcolamd-3.2.0.install b/debian/install/COLAMD
similarity index 100%
rename from debian/libcolamd-3.2.0.install
rename to debian/install/COLAMD
diff --git a/debian/install/CSparse b/debian/install/CSparse
new file mode 100644
index 0000000..e100879
--- /dev/null
+++ b/debian/install/CSparse
@@ -0,0 +1 @@
+CSparse/Lib/*.so.* /usr/lib
diff --git a/debian/install/CXSparse b/debian/install/CXSparse
new file mode 100644
index 0000000..aff3e9d
--- /dev/null
+++ b/debian/install/CXSparse
@@ -0,0 +1 @@
+CXSparse/Lib/*.so.* /usr/lib
diff --git a/debian/install/KLU b/debian/install/KLU
new file mode 100644
index 0000000..59f39aa
--- /dev/null
+++ b/debian/install/KLU
@@ -0,0 +1 @@
+KLU/Lib/*.so.* /usr/lib
diff --git a/debian/install/LDL b/debian/install/LDL
new file mode 100644
index 0000000..8e9f04b
--- /dev/null
+++ b/debian/install/LDL
@@ -0,0 +1 @@
+LDL/Lib/*.so.* /usr/lib
diff --git a/debian/install/UMFPACK b/debian/install/UMFPACK
new file mode 100644
index 0000000..36b9df4
--- /dev/null
+++ b/debian/install/UMFPACK
@@ -0,0 +1 @@
+UMFPACK/Lib/*.so.* /usr/lib
diff --git a/debian/libcolamd-3.2.0.symbols b/debian/libcolamd-3.2.0.symbols
deleted file mode 100644
index bd2525e..0000000
--- a/debian/libcolamd-3.2.0.symbols
+++ /dev/null
@@ -1,14 +0,0 @@
-libcolamd.so.3.2.0 libcolamd-3.2.0 #MINVER#
- colamd at Base 1:3.2.0
- colamd_l at Base 1:3.2.0
- colamd_l_recommended at Base 1:3.2.0
- colamd_l_report at Base 1:3.2.0
- colamd_l_set_defaults at Base 1:3.2.0
- colamd_printf at Base 1:3.2.0
- colamd_recommended at Base 1:3.2.0
- colamd_report at Base 1:3.2.0
- colamd_set_defaults at Base 1:3.2.0
- symamd at Base 1:3.2.0
- symamd_l at Base 1:3.2.0
- symamd_l_report at Base 1:3.2.0
- symamd_report at Base 1:3.2.0
diff --git a/debian/libsuitesparse-3.2.0.install b/debian/libsuitesparse-3.2.0.install
deleted file mode 100644
index 35696f6..0000000
--- a/debian/libsuitesparse-3.2.0.install
+++ /dev/null
@@ -1,10 +0,0 @@
-AMD/Lib/*.so.* /usr/lib
-CAMD/Lib/*.so.* /usr/lib
-BTF/Lib/*.so.* /usr/lib
-CCOLAMD/Lib/*.so.* /usr/lib
-KLU/Lib/*.so.* /usr/lib
-LDL/Lib/*.so.* /usr/lib
-CSparse/Lib/*.so.* /usr/lib
-CXSparse/Lib/*.so.* /usr/lib
-CHOLMOD/Lib/*.so.* /usr/lib
-UMFPACK/Lib/*.so.* /usr/lib
diff --git a/debian/libsuitesparse-3.2.0.lintian-overrides b/debian/libsuitesparse-3.2.0.lintian-overrides
deleted file mode 100644
index ed6a39c..0000000
--- a/debian/libsuitesparse-3.2.0.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-libsuitesparse-3.2.0: package-name-doesnt-match-sonames libamd3.2.0 libbtf3.2.0 libcamd3.2.0 libccolamd3.2.0 libcholmod3.2.0 libcsparse3.2.0 libcxsparse3.2.0 libklu3.2.0 libldl3.2.0 libumfpack3.2.0
diff --git a/debian/libsuitesparse-3.2.0.symbols b/debian/libsuitesparse-3.2.0.symbols
deleted file mode 100644
index fe97828..0000000
--- a/debian/libsuitesparse-3.2.0.symbols
+++ /dev/null
@@ -1,1106 +0,0 @@
-libamd.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- amd_1 at Base 1:3.2.0
- amd_2 at Base 1:3.2.0
- amd_aat at Base 1:3.2.0
- amd_calloc at Base 1:3.2.0
- amd_control at Base 1:3.2.0
- amd_defaults at Base 1:3.2.0
- amd_free at Base 1:3.2.0
- amd_info at Base 1:3.2.0
- amd_l1 at Base 1:3.2.0
- amd_l2 at Base 1:3.2.0
- amd_l_aat at Base 1:3.2.0
- amd_l_control at Base 1:3.2.0
- amd_l_defaults at Base 1:3.2.0
- amd_l_info at Base 1:3.2.0
- amd_l_order at Base 1:3.2.0
- amd_l_post_tree at Base 1:3.2.0
- amd_l_postorder at Base 1:3.2.0
- amd_l_preprocess at Base 1:3.2.0
- amd_l_valid at Base 1:3.2.0
- amd_malloc at Base 1:3.2.0
- amd_order at Base 1:3.2.0
- amd_post_tree at Base 1:3.2.0
- amd_postorder at Base 1:3.2.0
- amd_preprocess at Base 1:3.2.0
- amd_printf at Base 1:3.2.0
- amd_realloc at Base 1:3.2.0
- amd_valid at Base 1:3.2.0
-libbtf.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- btf_l_maxtrans at Base 1:3.2.0
- btf_l_order at Base 1:3.2.0
- btf_l_strongcomp at Base 1:3.2.0
- btf_maxtrans at Base 1:3.2.0
- btf_order at Base 1:3.2.0
- btf_strongcomp at Base 1:3.2.0
-libcamd.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- camd_1 at Base 1:3.2.0
- camd_2 at Base 1:3.2.0
- camd_aat at Base 1:3.2.0
- camd_calloc at Base 1:3.2.0
- camd_control at Base 1:3.2.0
- camd_cvalid at Base 1:3.2.0
- camd_defaults at Base 1:3.2.0
- camd_free at Base 1:3.2.0
- camd_info at Base 1:3.2.0
- camd_l1 at Base 1:3.2.0
- camd_l2 at Base 1:3.2.0
- camd_l_aat at Base 1:3.2.0
- camd_l_control at Base 1:3.2.0
- camd_l_cvalid at Base 1:3.2.0
- camd_l_defaults at Base 1:3.2.0
- camd_l_info at Base 1:3.2.0
- camd_l_order at Base 1:3.2.0
- camd_l_postorder at Base 1:3.2.0
- camd_l_preprocess at Base 1:3.2.0
- camd_l_valid at Base 1:3.2.0
- camd_malloc at Base 1:3.2.0
- camd_order at Base 1:3.2.0
- camd_postorder at Base 1:3.2.0
- camd_preprocess at Base 1:3.2.0
- camd_printf at Base 1:3.2.0
- camd_realloc at Base 1:3.2.0
- camd_valid at Base 1:3.2.0
-libccolamd.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- ccolamd2 at Base 1:3.2.0
- ccolamd2_l at Base 1:3.2.0
- ccolamd at Base 1:3.2.0
- ccolamd_apply_order at Base 1:3.2.0
- ccolamd_fsize at Base 1:3.2.0
- ccolamd_l at Base 1:3.2.0
- ccolamd_l_apply_order at Base 1:3.2.0
- ccolamd_l_fsize at Base 1:3.2.0
- ccolamd_l_post_tree at Base 1:3.2.0
- ccolamd_l_postorder at Base 1:3.2.0
- ccolamd_l_recommended at Base 1:3.2.0
- ccolamd_l_report at Base 1:3.2.0
- ccolamd_l_set_defaults at Base 1:3.2.0
- ccolamd_post_tree at Base 1:3.2.0
- ccolamd_postorder at Base 1:3.2.0
- ccolamd_printf at Base 1:3.2.0
- ccolamd_recommended at Base 1:3.2.0
- ccolamd_report at Base 1:3.2.0
- ccolamd_set_defaults at Base 1:3.2.0
- csymamd at Base 1:3.2.0
- csymamd_l at Base 1:3.2.0
- csymamd_l_report at Base 1:3.2.0
- csymamd_report at Base 1:3.2.0
-libcholmod.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- cholmod_aat at Base 1:3.2.0
- cholmod_add at Base 1:3.2.0
- cholmod_add_size_t at Base 1:3.2.0
- cholmod_allocate_dense at Base 1:3.2.0
- cholmod_allocate_factor at Base 1:3.2.0
- cholmod_allocate_sparse at Base 1:3.2.0
- cholmod_allocate_triplet at Base 1:3.2.0
- cholmod_allocate_work at Base 1:3.2.0
- cholmod_amd at Base 1:3.2.0
- cholmod_analyze at Base 1:3.2.0
- cholmod_analyze_ordering at Base 1:3.2.0
- cholmod_analyze_p2 at Base 1:3.2.0
- cholmod_analyze_p at Base 1:3.2.0
- cholmod_band at Base 1:3.2.0
- cholmod_band_inplace at Base 1:3.2.0
- cholmod_calloc at Base 1:3.2.0
- cholmod_change_factor at Base 1:3.2.0
- cholmod_check_common at Base 1:3.2.0
- cholmod_check_dense at Base 1:3.2.0
- cholmod_check_factor at Base 1:3.2.0
- cholmod_check_parent at Base 1:3.2.0
- cholmod_check_perm at Base 1:3.2.0
- cholmod_check_sparse at Base 1:3.2.0
- cholmod_check_subset at Base 1:3.2.0
- cholmod_check_triplet at Base 1:3.2.0
- cholmod_clear_flag at Base 1:3.2.0
- cholmod_colamd at Base 1:3.2.0
- cholmod_copy at Base 1:3.2.0
- cholmod_copy_dense2 at Base 1:3.2.0
- cholmod_copy_dense at Base 1:3.2.0
- cholmod_copy_factor at Base 1:3.2.0
- cholmod_copy_sparse at Base 1:3.2.0
- cholmod_copy_triplet at Base 1:3.2.0
- cholmod_dbound at Base 1:3.2.0
- cholmod_defaults at Base 1:3.2.0
- cholmod_dense_to_sparse at Base 1:3.2.0
- cholmod_dense_xtype at Base 1:3.2.0
- cholmod_divcomplex at Base 1:3.2.0
- cholmod_drop at Base 1:3.2.0
- cholmod_error at Base 1:3.2.0
- cholmod_etree at Base 1:3.2.0
- cholmod_eye at Base 1:3.2.0
- cholmod_factor_to_sparse at Base 1:3.2.0
- cholmod_factor_xtype at Base 1:3.2.0
- cholmod_factorize at Base 1:3.2.0
- cholmod_factorize_p at Base 1:3.2.0
- cholmod_finish at Base 1:3.2.0
- cholmod_free at Base 1:3.2.0
- cholmod_free_dense at Base 1:3.2.0
- cholmod_free_factor at Base 1:3.2.0
- cholmod_free_sparse at Base 1:3.2.0
- cholmod_free_triplet at Base 1:3.2.0
- cholmod_free_work at Base 1:3.2.0
- cholmod_horzcat at Base 1:3.2.0
- cholmod_hypot at Base 1:3.2.0
- cholmod_l_aat at Base 1:3.2.0
- cholmod_l_add at Base 1:3.2.0
- cholmod_l_add_size_t at Base 1:3.2.0
- cholmod_l_allocate_dense at Base 1:3.2.0
- cholmod_l_allocate_factor at Base 1:3.2.0
- cholmod_l_allocate_sparse at Base 1:3.2.0
- cholmod_l_allocate_triplet at Base 1:3.2.0
- cholmod_l_allocate_work at Base 1:3.2.0
- cholmod_l_amd at Base 1:3.2.0
- cholmod_l_analyze at Base 1:3.2.0
- cholmod_l_analyze_ordering at Base 1:3.2.0
- cholmod_l_analyze_p2 at Base 1:3.2.0
- cholmod_l_analyze_p at Base 1:3.2.0
- cholmod_l_band at Base 1:3.2.0
- cholmod_l_band_inplace at Base 1:3.2.0
- cholmod_l_calloc at Base 1:3.2.0
- cholmod_l_change_factor at Base 1:3.2.0
- cholmod_l_check_common at Base 1:3.2.0
- cholmod_l_check_dense at Base 1:3.2.0
- cholmod_l_check_factor at Base 1:3.2.0
- cholmod_l_check_parent at Base 1:3.2.0
- cholmod_l_check_perm at Base 1:3.2.0
- cholmod_l_check_sparse at Base 1:3.2.0
- cholmod_l_check_subset at Base 1:3.2.0
- cholmod_l_check_triplet at Base 1:3.2.0
- cholmod_l_clear_flag at Base 1:3.2.0
- cholmod_l_colamd at Base 1:3.2.0
- cholmod_l_copy at Base 1:3.2.0
- cholmod_l_copy_dense2 at Base 1:3.2.0
- cholmod_l_copy_dense at Base 1:3.2.0
- cholmod_l_copy_factor at Base 1:3.2.0
- cholmod_l_copy_sparse at Base 1:3.2.0
- cholmod_l_copy_triplet at Base 1:3.2.0
- cholmod_l_dbound at Base 1:3.2.0
- cholmod_l_defaults at Base 1:3.2.0
- cholmod_l_dense_to_sparse at Base 1:3.2.0
- cholmod_l_dense_xtype at Base 1:3.2.0
- cholmod_l_divcomplex at Base 1:3.2.0
- cholmod_l_drop at Base 1:3.2.0
- cholmod_l_error at Base 1:3.2.0
- cholmod_l_etree at Base 1:3.2.0
- cholmod_l_eye at Base 1:3.2.0
- cholmod_l_factor_to_sparse at Base 1:3.2.0
- cholmod_l_factor_xtype at Base 1:3.2.0
- cholmod_l_factorize at Base 1:3.2.0
- cholmod_l_factorize_p at Base 1:3.2.0
- cholmod_l_finish at Base 1:3.2.0
- cholmod_l_free at Base 1:3.2.0
- cholmod_l_free_dense at Base 1:3.2.0
- cholmod_l_free_factor at Base 1:3.2.0
- cholmod_l_free_sparse at Base 1:3.2.0
- cholmod_l_free_triplet at Base 1:3.2.0
- cholmod_l_free_work at Base 1:3.2.0
- cholmod_l_horzcat at Base 1:3.2.0
- cholmod_l_hypot at Base 1:3.2.0
- cholmod_l_malloc at Base 1:3.2.0
- cholmod_l_maxrank at Base 1:3.2.0
- cholmod_l_mult_size_t at Base 1:3.2.0
- cholmod_l_nnz at Base 1:3.2.0
- cholmod_l_norm_dense at Base 1:3.2.0
- cholmod_l_norm_sparse at Base 1:3.2.0
- cholmod_l_ones at Base 1:3.2.0
- cholmod_l_pack_factor at Base 1:3.2.0
- cholmod_l_postorder at Base 1:3.2.0
- cholmod_l_print_common at Base 1:3.2.0
- cholmod_l_print_dense at Base 1:3.2.0
- cholmod_l_print_factor at Base 1:3.2.0
- cholmod_l_print_parent at Base 1:3.2.0
- cholmod_l_print_perm at Base 1:3.2.0
- cholmod_l_print_sparse at Base 1:3.2.0
- cholmod_l_print_subset at Base 1:3.2.0
- cholmod_l_print_triplet at Base 1:3.2.0
- cholmod_l_ptranspose at Base 1:3.2.0
- cholmod_l_rcond at Base 1:3.2.0
- cholmod_l_read_dense at Base 1:3.2.0
- cholmod_l_read_matrix at Base 1:3.2.0
- cholmod_l_read_sparse at Base 1:3.2.0
- cholmod_l_read_triplet at Base 1:3.2.0
- cholmod_l_realloc at Base 1:3.2.0
- cholmod_l_realloc_multiple at Base 1:3.2.0
- cholmod_l_reallocate_column at Base 1:3.2.0
- cholmod_l_reallocate_factor at Base 1:3.2.0
- cholmod_l_reallocate_sparse at Base 1:3.2.0
- cholmod_l_reallocate_triplet at Base 1:3.2.0
- cholmod_l_resymbol at Base 1:3.2.0
- cholmod_l_resymbol_noperm at Base 1:3.2.0
- cholmod_l_row_lsubtree at Base 1:3.2.0
- cholmod_l_row_subtree at Base 1:3.2.0
- cholmod_l_rowadd at Base 1:3.2.0
- cholmod_l_rowadd_mark at Base 1:3.2.0
- cholmod_l_rowadd_solve at Base 1:3.2.0
- cholmod_l_rowcolcounts at Base 1:3.2.0
- cholmod_l_rowdel at Base 1:3.2.0
- cholmod_l_rowdel_mark at Base 1:3.2.0
- cholmod_l_rowdel_solve at Base 1:3.2.0
- cholmod_l_rowfac at Base 1:3.2.0
- cholmod_l_rowfac_mask at Base 1:3.2.0
- cholmod_l_scale at Base 1:3.2.0
- cholmod_l_sdmult at Base 1:3.2.0
- cholmod_l_solve at Base 1:3.2.0
- cholmod_l_sort at Base 1:3.2.0
- cholmod_l_sparse_to_dense at Base 1:3.2.0
- cholmod_l_sparse_to_triplet at Base 1:3.2.0
- cholmod_l_sparse_xtype at Base 1:3.2.0
- cholmod_l_speye at Base 1:3.2.0
- cholmod_l_spsolve at Base 1:3.2.0
- cholmod_l_spzeros at Base 1:3.2.0
- cholmod_l_ssmult at Base 1:3.2.0
- cholmod_l_start at Base 1:3.2.0
- cholmod_l_submatrix at Base 1:3.2.0
- cholmod_l_super_lsolve at Base 1:3.2.0
- cholmod_l_super_ltsolve at Base 1:3.2.0
- cholmod_l_super_numeric at Base 1:3.2.0
- cholmod_l_super_symbolic2 at Base 1:3.2.0
- cholmod_l_super_symbolic at Base 1:3.2.0
- cholmod_l_symmetry at Base 1:3.2.0
- cholmod_l_transpose at Base 1:3.2.0
- cholmod_l_transpose_sym at Base 1:3.2.0
- cholmod_l_transpose_unsym at Base 1:3.2.0
- cholmod_l_triplet_to_sparse at Base 1:3.2.0
- cholmod_l_triplet_xtype at Base 1:3.2.0
- cholmod_l_updown at Base 1:3.2.0
- cholmod_l_updown_mark at Base 1:3.2.0
- cholmod_l_updown_mask at Base 1:3.2.0
- cholmod_l_updown_solve at Base 1:3.2.0
- cholmod_l_vertcat at Base 1:3.2.0
- cholmod_l_write_dense at Base 1:3.2.0
- cholmod_l_write_sparse at Base 1:3.2.0
- cholmod_l_zeros at Base 1:3.2.0
- cholmod_malloc at Base 1:3.2.0
- cholmod_maxrank at Base 1:3.2.0
- cholmod_mult_size_t at Base 1:3.2.0
- cholmod_nnz at Base 1:3.2.0
- cholmod_norm_dense at Base 1:3.2.0
- cholmod_norm_sparse at Base 1:3.2.0
- cholmod_ones at Base 1:3.2.0
- cholmod_pack_factor at Base 1:3.2.0
- cholmod_postorder at Base 1:3.2.0
- cholmod_print_common at Base 1:3.2.0
- cholmod_print_dense at Base 1:3.2.0
- cholmod_print_factor at Base 1:3.2.0
- cholmod_print_parent at Base 1:3.2.0
- cholmod_print_perm at Base 1:3.2.0
- cholmod_print_sparse at Base 1:3.2.0
- cholmod_print_subset at Base 1:3.2.0
- cholmod_print_triplet at Base 1:3.2.0
- cholmod_ptranspose at Base 1:3.2.0
- cholmod_rcond at Base 1:3.2.0
- cholmod_read_dense at Base 1:3.2.0
- cholmod_read_matrix at Base 1:3.2.0
- cholmod_read_sparse at Base 1:3.2.0
- cholmod_read_triplet at Base 1:3.2.0
- cholmod_realloc at Base 1:3.2.0
- cholmod_realloc_multiple at Base 1:3.2.0
- cholmod_reallocate_column at Base 1:3.2.0
- cholmod_reallocate_factor at Base 1:3.2.0
- cholmod_reallocate_sparse at Base 1:3.2.0
- cholmod_reallocate_triplet at Base 1:3.2.0
- cholmod_resymbol at Base 1:3.2.0
- cholmod_resymbol_noperm at Base 1:3.2.0
- cholmod_row_lsubtree at Base 1:3.2.0
- cholmod_row_subtree at Base 1:3.2.0
- cholmod_rowadd at Base 1:3.2.0
- cholmod_rowadd_mark at Base 1:3.2.0
- cholmod_rowadd_solve at Base 1:3.2.0
- cholmod_rowcolcounts at Base 1:3.2.0
- cholmod_rowdel at Base 1:3.2.0
- cholmod_rowdel_mark at Base 1:3.2.0
- cholmod_rowdel_solve at Base 1:3.2.0
- cholmod_rowfac at Base 1:3.2.0
- cholmod_rowfac_mask at Base 1:3.2.0
- cholmod_scale at Base 1:3.2.0
- cholmod_sdmult at Base 1:3.2.0
- cholmod_solve at Base 1:3.2.0
- cholmod_sort at Base 1:3.2.0
- cholmod_sparse_to_dense at Base 1:3.2.0
- cholmod_sparse_to_triplet at Base 1:3.2.0
- cholmod_sparse_xtype at Base 1:3.2.0
- cholmod_speye at Base 1:3.2.0
- cholmod_spsolve at Base 1:3.2.0
- cholmod_spzeros at Base 1:3.2.0
- cholmod_ssmult at Base 1:3.2.0
- cholmod_start at Base 1:3.2.0
- cholmod_submatrix at Base 1:3.2.0
- cholmod_super_lsolve at Base 1:3.2.0
- cholmod_super_ltsolve at Base 1:3.2.0
- cholmod_super_numeric at Base 1:3.2.0
- cholmod_super_symbolic2 at Base 1:3.2.0
- cholmod_super_symbolic at Base 1:3.2.0
- cholmod_symmetry at Base 1:3.2.0
- cholmod_transpose at Base 1:3.2.0
- cholmod_transpose_sym at Base 1:3.2.0
- cholmod_transpose_unsym at Base 1:3.2.0
- cholmod_triplet_to_sparse at Base 1:3.2.0
- cholmod_triplet_xtype at Base 1:3.2.0
- cholmod_updown at Base 1:3.2.0
- cholmod_updown_mark at Base 1:3.2.0
- cholmod_updown_mask at Base 1:3.2.0
- cholmod_updown_solve at Base 1:3.2.0
- cholmod_vertcat at Base 1:3.2.0
- cholmod_write_dense at Base 1:3.2.0
- cholmod_write_sparse at Base 1:3.2.0
- cholmod_zeros at Base 1:3.2.0
-libcsparse.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- cs_add at Base 1:3.2.0
- cs_amd at Base 1:3.2.0
- cs_calloc at Base 1:3.2.0
- cs_chol at Base 1:3.2.0
- cs_cholsol at Base 1:3.2.0
- cs_compress at Base 1:3.2.0
- cs_counts at Base 1:3.2.0
- cs_cumsum at Base 1:3.2.0
- cs_dalloc at Base 1:3.2.0
- cs_ddone at Base 1:3.2.0
- cs_dfree at Base 1:3.2.0
- cs_dfs at Base 1:3.2.0
- cs_dmperm at Base 1:3.2.0
- cs_done at Base 1:3.2.0
- cs_droptol at Base 1:3.2.0
- cs_dropzeros at Base 1:3.2.0
- cs_dupl at Base 1:3.2.0
- cs_entry at Base 1:3.2.0
- cs_ereach at Base 1:3.2.0
- cs_etree at Base 1:3.2.0
- cs_fkeep at Base 1:3.2.0
- cs_free at Base 1:3.2.0
- cs_gaxpy at Base 1:3.2.0
- cs_happly at Base 1:3.2.0
- cs_house at Base 1:3.2.0
- cs_idone at Base 1:3.2.0
- cs_ipvec at Base 1:3.2.0
- cs_leaf at Base 1:3.2.0
- cs_load at Base 1:3.2.0
- cs_lsolve at Base 1:3.2.0
- cs_ltsolve at Base 1:3.2.0
- cs_lu at Base 1:3.2.0
- cs_lusol at Base 1:3.2.0
- cs_malloc at Base 1:3.2.0
- cs_maxtrans at Base 1:3.2.0
- cs_multiply at Base 1:3.2.0
- cs_ndone at Base 1:3.2.0
- cs_nfree at Base 1:3.2.0
- cs_norm at Base 1:3.2.0
- cs_permute at Base 1:3.2.0
- cs_pinv at Base 1:3.2.0
- cs_post at Base 1:3.2.0
- cs_print at Base 1:3.2.0
- cs_pvec at Base 1:3.2.0
- cs_qr at Base 1:3.2.0
- cs_qrsol at Base 1:3.2.0
- cs_randperm at Base 1:3.2.0
- cs_reach at Base 1:3.2.0
- cs_realloc at Base 1:3.2.0
- cs_scatter at Base 1:3.2.0
- cs_scc at Base 1:3.2.0
- cs_schol at Base 1:3.2.0
- cs_sfree at Base 1:3.2.0
- cs_spalloc at Base 1:3.2.0
- cs_spfree at Base 1:3.2.0
- cs_sprealloc at Base 1:3.2.0
- cs_spsolve at Base 1:3.2.0
- cs_sqr at Base 1:3.2.0
- cs_symperm at Base 1:3.2.0
- cs_tdfs at Base 1:3.2.0
- cs_transpose at Base 1:3.2.0
- cs_updown at Base 1:3.2.0
- cs_usolve at Base 1:3.2.0
- cs_utsolve at Base 1:3.2.0
-libcxsparse.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- cs_ci_add at Base 1:3.2.0
- cs_ci_amd at Base 1:3.2.0
- cs_ci_calloc at Base 1:3.2.0
- cs_ci_chol at Base 1:3.2.0
- cs_ci_cholsol at Base 1:3.2.0
- cs_ci_compress at Base 1:3.2.0
- cs_ci_counts at Base 1:3.2.0
- cs_ci_cumsum at Base 1:3.2.0
- cs_ci_dalloc at Base 1:3.2.0
- cs_ci_ddone at Base 1:3.2.0
- cs_ci_dfree at Base 1:3.2.0
- cs_ci_dfs at Base 1:3.2.0
- cs_ci_dmperm at Base 1:3.2.0
- cs_ci_done at Base 1:3.2.0
- cs_ci_droptol at Base 1:3.2.0
- cs_ci_dropzeros at Base 1:3.2.0
- cs_ci_dupl at Base 1:3.2.0
- cs_ci_entry at Base 1:3.2.0
- cs_ci_ereach at Base 1:3.2.0
- cs_ci_etree at Base 1:3.2.0
- cs_ci_fkeep at Base 1:3.2.0
- cs_ci_free at Base 1:3.2.0
- cs_ci_gaxpy at Base 1:3.2.0
- cs_ci_happly at Base 1:3.2.0
- cs_ci_house at Base 1:3.2.0
- cs_ci_idone at Base 1:3.2.0
- cs_ci_ipvec at Base 1:3.2.0
- cs_ci_leaf at Base 1:3.2.0
- cs_ci_load at Base 1:3.2.0
- cs_ci_lsolve at Base 1:3.2.0
- cs_ci_ltsolve at Base 1:3.2.0
- cs_ci_lu at Base 1:3.2.0
- cs_ci_lusol at Base 1:3.2.0
- cs_ci_malloc at Base 1:3.2.0
- cs_ci_maxtrans at Base 1:3.2.0
- cs_ci_multiply at Base 1:3.2.0
- cs_ci_ndone at Base 1:3.2.0
- cs_ci_nfree at Base 1:3.2.0
- cs_ci_norm at Base 1:3.2.0
- cs_ci_permute at Base 1:3.2.0
- cs_ci_pinv at Base 1:3.2.0
- cs_ci_post at Base 1:3.2.0
- cs_ci_print at Base 1:3.2.0
- cs_ci_pvec at Base 1:3.2.0
- cs_ci_qr at Base 1:3.2.0
- cs_ci_qrsol at Base 1:3.2.0
- cs_ci_randperm at Base 1:3.2.0
- cs_ci_reach at Base 1:3.2.0
- cs_ci_realloc at Base 1:3.2.0
- cs_ci_scatter at Base 1:3.2.0
- cs_ci_scc at Base 1:3.2.0
- cs_ci_schol at Base 1:3.2.0
- cs_ci_sfree at Base 1:3.2.0
- cs_ci_spalloc at Base 1:3.2.0
- cs_ci_spfree at Base 1:3.2.0
- cs_ci_sprealloc at Base 1:3.2.0
- cs_ci_spsolve at Base 1:3.2.0
- cs_ci_sqr at Base 1:3.2.0
- cs_ci_symperm at Base 1:3.2.0
- cs_ci_tdfs at Base 1:3.2.0
- cs_ci_transpose at Base 1:3.2.0
- cs_ci_updown at Base 1:3.2.0
- cs_ci_usolve at Base 1:3.2.0
- cs_ci_utsolve at Base 1:3.2.0
- cs_cl_add at Base 1:3.2.0
- cs_cl_amd at Base 1:3.2.0
- cs_cl_calloc at Base 1:3.2.0
- cs_cl_chol at Base 1:3.2.0
- cs_cl_cholsol at Base 1:3.2.0
- cs_cl_compress at Base 1:3.2.0
- cs_cl_counts at Base 1:3.2.0
- cs_cl_cumsum at Base 1:3.2.0
- cs_cl_dalloc at Base 1:3.2.0
- cs_cl_ddone at Base 1:3.2.0
- cs_cl_dfree at Base 1:3.2.0
- cs_cl_dfs at Base 1:3.2.0
- cs_cl_dmperm at Base 1:3.2.0
- cs_cl_done at Base 1:3.2.0
- cs_cl_droptol at Base 1:3.2.0
- cs_cl_dropzeros at Base 1:3.2.0
- cs_cl_dupl at Base 1:3.2.0
- cs_cl_entry at Base 1:3.2.0
- cs_cl_ereach at Base 1:3.2.0
- cs_cl_etree at Base 1:3.2.0
- cs_cl_fkeep at Base 1:3.2.0
- cs_cl_free at Base 1:3.2.0
- cs_cl_gaxpy at Base 1:3.2.0
- cs_cl_happly at Base 1:3.2.0
- cs_cl_house at Base 1:3.2.0
- cs_cl_idone at Base 1:3.2.0
- cs_cl_ipvec at Base 1:3.2.0
- cs_cl_leaf at Base 1:3.2.0
- cs_cl_load at Base 1:3.2.0
- cs_cl_lsolve at Base 1:3.2.0
- cs_cl_ltsolve at Base 1:3.2.0
- cs_cl_lu at Base 1:3.2.0
- cs_cl_lusol at Base 1:3.2.0
- cs_cl_malloc at Base 1:3.2.0
- cs_cl_maxtrans at Base 1:3.2.0
- cs_cl_multiply at Base 1:3.2.0
- cs_cl_ndone at Base 1:3.2.0
- cs_cl_nfree at Base 1:3.2.0
- cs_cl_norm at Base 1:3.2.0
- cs_cl_permute at Base 1:3.2.0
- cs_cl_pinv at Base 1:3.2.0
- cs_cl_post at Base 1:3.2.0
- cs_cl_print at Base 1:3.2.0
- cs_cl_pvec at Base 1:3.2.0
- cs_cl_qr at Base 1:3.2.0
- cs_cl_qrsol at Base 1:3.2.0
- cs_cl_randperm at Base 1:3.2.0
- cs_cl_reach at Base 1:3.2.0
- cs_cl_realloc at Base 1:3.2.0
- cs_cl_scatter at Base 1:3.2.0
- cs_cl_scc at Base 1:3.2.0
- cs_cl_schol at Base 1:3.2.0
- cs_cl_sfree at Base 1:3.2.0
- cs_cl_spalloc at Base 1:3.2.0
- cs_cl_spfree at Base 1:3.2.0
- cs_cl_sprealloc at Base 1:3.2.0
- cs_cl_spsolve at Base 1:3.2.0
- cs_cl_sqr at Base 1:3.2.0
- cs_cl_symperm at Base 1:3.2.0
- cs_cl_tdfs at Base 1:3.2.0
- cs_cl_transpose at Base 1:3.2.0
- cs_cl_updown at Base 1:3.2.0
- cs_cl_usolve at Base 1:3.2.0
- cs_cl_utsolve at Base 1:3.2.0
- cs_di_add at Base 1:3.2.0
- cs_di_amd at Base 1:3.2.0
- cs_di_calloc at Base 1:3.2.0
- cs_di_chol at Base 1:3.2.0
- cs_di_cholsol at Base 1:3.2.0
- cs_di_compress at Base 1:3.2.0
- cs_di_counts at Base 1:3.2.0
- cs_di_cumsum at Base 1:3.2.0
- cs_di_dalloc at Base 1:3.2.0
- cs_di_ddone at Base 1:3.2.0
- cs_di_dfree at Base 1:3.2.0
- cs_di_dfs at Base 1:3.2.0
- cs_di_dmperm at Base 1:3.2.0
- cs_di_done at Base 1:3.2.0
- cs_di_droptol at Base 1:3.2.0
- cs_di_dropzeros at Base 1:3.2.0
- cs_di_dupl at Base 1:3.2.0
- cs_di_entry at Base 1:3.2.0
- cs_di_ereach at Base 1:3.2.0
- cs_di_etree at Base 1:3.2.0
- cs_di_fkeep at Base 1:3.2.0
- cs_di_free at Base 1:3.2.0
- cs_di_gaxpy at Base 1:3.2.0
- cs_di_happly at Base 1:3.2.0
- cs_di_house at Base 1:3.2.0
- cs_di_idone at Base 1:3.2.0
- cs_di_ipvec at Base 1:3.2.0
- cs_di_leaf at Base 1:3.2.0
- cs_di_load at Base 1:3.2.0
- cs_di_lsolve at Base 1:3.2.0
- cs_di_ltsolve at Base 1:3.2.0
- cs_di_lu at Base 1:3.2.0
- cs_di_lusol at Base 1:3.2.0
- cs_di_malloc at Base 1:3.2.0
- cs_di_maxtrans at Base 1:3.2.0
- cs_di_multiply at Base 1:3.2.0
- cs_di_ndone at Base 1:3.2.0
- cs_di_nfree at Base 1:3.2.0
- cs_di_norm at Base 1:3.2.0
- cs_di_permute at Base 1:3.2.0
- cs_di_pinv at Base 1:3.2.0
- cs_di_post at Base 1:3.2.0
- cs_di_print at Base 1:3.2.0
- cs_di_pvec at Base 1:3.2.0
- cs_di_qr at Base 1:3.2.0
- cs_di_qrsol at Base 1:3.2.0
- cs_di_randperm at Base 1:3.2.0
- cs_di_reach at Base 1:3.2.0
- cs_di_realloc at Base 1:3.2.0
- cs_di_scatter at Base 1:3.2.0
- cs_di_scc at Base 1:3.2.0
- cs_di_schol at Base 1:3.2.0
- cs_di_sfree at Base 1:3.2.0
- cs_di_spalloc at Base 1:3.2.0
- cs_di_spfree at Base 1:3.2.0
- cs_di_sprealloc at Base 1:3.2.0
- cs_di_spsolve at Base 1:3.2.0
- cs_di_sqr at Base 1:3.2.0
- cs_di_symperm at Base 1:3.2.0
- cs_di_tdfs at Base 1:3.2.0
- cs_di_transpose at Base 1:3.2.0
- cs_di_updown at Base 1:3.2.0
- cs_di_usolve at Base 1:3.2.0
- cs_di_utsolve at Base 1:3.2.0
- cs_dl_add at Base 1:3.2.0
- cs_dl_amd at Base 1:3.2.0
- cs_dl_calloc at Base 1:3.2.0
- cs_dl_chol at Base 1:3.2.0
- cs_dl_cholsol at Base 1:3.2.0
- cs_dl_compress at Base 1:3.2.0
- cs_dl_counts at Base 1:3.2.0
- cs_dl_cumsum at Base 1:3.2.0
- cs_dl_dalloc at Base 1:3.2.0
- cs_dl_ddone at Base 1:3.2.0
- cs_dl_dfree at Base 1:3.2.0
- cs_dl_dfs at Base 1:3.2.0
- cs_dl_dmperm at Base 1:3.2.0
- cs_dl_done at Base 1:3.2.0
- cs_dl_droptol at Base 1:3.2.0
- cs_dl_dropzeros at Base 1:3.2.0
- cs_dl_dupl at Base 1:3.2.0
- cs_dl_entry at Base 1:3.2.0
- cs_dl_ereach at Base 1:3.2.0
- cs_dl_etree at Base 1:3.2.0
- cs_dl_fkeep at Base 1:3.2.0
- cs_dl_free at Base 1:3.2.0
- cs_dl_gaxpy at Base 1:3.2.0
- cs_dl_happly at Base 1:3.2.0
- cs_dl_house at Base 1:3.2.0
- cs_dl_idone at Base 1:3.2.0
- cs_dl_ipvec at Base 1:3.2.0
- cs_dl_leaf at Base 1:3.2.0
- cs_dl_load at Base 1:3.2.0
- cs_dl_lsolve at Base 1:3.2.0
- cs_dl_ltsolve at Base 1:3.2.0
- cs_dl_lu at Base 1:3.2.0
- cs_dl_lusol at Base 1:3.2.0
- cs_dl_malloc at Base 1:3.2.0
- cs_dl_maxtrans at Base 1:3.2.0
- cs_dl_multiply at Base 1:3.2.0
- cs_dl_ndone at Base 1:3.2.0
- cs_dl_nfree at Base 1:3.2.0
- cs_dl_norm at Base 1:3.2.0
- cs_dl_permute at Base 1:3.2.0
- cs_dl_pinv at Base 1:3.2.0
- cs_dl_post at Base 1:3.2.0
- cs_dl_print at Base 1:3.2.0
- cs_dl_pvec at Base 1:3.2.0
- cs_dl_qr at Base 1:3.2.0
- cs_dl_qrsol at Base 1:3.2.0
- cs_dl_randperm at Base 1:3.2.0
- cs_dl_reach at Base 1:3.2.0
- cs_dl_realloc at Base 1:3.2.0
- cs_dl_scatter at Base 1:3.2.0
- cs_dl_scc at Base 1:3.2.0
- cs_dl_schol at Base 1:3.2.0
- cs_dl_sfree at Base 1:3.2.0
- cs_dl_spalloc at Base 1:3.2.0
- cs_dl_spfree at Base 1:3.2.0
- cs_dl_sprealloc at Base 1:3.2.0
- cs_dl_spsolve at Base 1:3.2.0
- cs_dl_sqr at Base 1:3.2.0
- cs_dl_symperm at Base 1:3.2.0
- cs_dl_tdfs at Base 1:3.2.0
- cs_dl_transpose at Base 1:3.2.0
- cs_dl_updown at Base 1:3.2.0
- cs_dl_usolve at Base 1:3.2.0
- cs_dl_utsolve at Base 1:3.2.0
- cs_i_complex at Base 1:3.2.0
- cs_i_real at Base 1:3.2.0
- cs_l_complex at Base 1:3.2.0
- cs_l_real at Base 1:3.2.0
-libklu.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- klu_add_size_t at Base 1:3.2.0
- klu_alloc_symbolic at Base 1:3.2.0
- klu_analyze at Base 1:3.2.0
- klu_analyze_given at Base 1:3.2.0
- klu_condest at Base 1:3.2.0
- klu_defaults at Base 1:3.2.0
- klu_extract at Base 1:3.2.0
- klu_factor at Base 1:3.2.0
- klu_flops at Base 1:3.2.0
- klu_free at Base 1:3.2.0
- klu_free_numeric at Base 1:3.2.0
- klu_free_symbolic at Base 1:3.2.0
- klu_kernel at Base 1:3.2.0
- klu_kernel_factor at Base 1:3.2.0
- klu_l_add_size_t at Base 1:3.2.0
- klu_l_alloc_symbolic at Base 1:3.2.0
- klu_l_analyze at Base 1:3.2.0
- klu_l_analyze_given at Base 1:3.2.0
- klu_l_condest at Base 1:3.2.0
- klu_l_defaults at Base 1:3.2.0
- klu_l_extract at Base 1:3.2.0
- klu_l_factor at Base 1:3.2.0
- klu_l_flops at Base 1:3.2.0
- klu_l_free at Base 1:3.2.0
- klu_l_free_numeric at Base 1:3.2.0
- klu_l_free_symbolic at Base 1:3.2.0
- klu_l_kernel at Base 1:3.2.0
- klu_l_kernel_factor at Base 1:3.2.0
- klu_l_lsolve at Base 1:3.2.0
- klu_l_ltsolve at Base 1:3.2.0
- klu_l_malloc at Base 1:3.2.0
- klu_l_mult_size_t at Base 1:3.2.0
- klu_l_rcond at Base 1:3.2.0
- klu_l_realloc at Base 1:3.2.0
- klu_l_refactor at Base 1:3.2.0
- klu_l_rgrowth at Base 1:3.2.0
- klu_l_scale at Base 1:3.2.0
- klu_l_solve at Base 1:3.2.0
- klu_l_sort at Base 1:3.2.0
- klu_l_tsolve at Base 1:3.2.0
- klu_l_usolve at Base 1:3.2.0
- klu_l_utsolve at Base 1:3.2.0
- klu_lsolve at Base 1:3.2.0
- klu_ltsolve at Base 1:3.2.0
- klu_malloc at Base 1:3.2.0
- klu_mult_size_t at Base 1:3.2.0
- klu_rcond at Base 1:3.2.0
- klu_realloc at Base 1:3.2.0
- klu_refactor at Base 1:3.2.0
- klu_rgrowth at Base 1:3.2.0
- klu_scale at Base 1:3.2.0
- klu_solve at Base 1:3.2.0
- klu_sort at Base 1:3.2.0
- klu_tsolve at Base 1:3.2.0
- klu_usolve at Base 1:3.2.0
- klu_utsolve at Base 1:3.2.0
- klu_z_condest at Base 1:3.2.0
- klu_z_extract at Base 1:3.2.0
- klu_z_factor at Base 1:3.2.0
- klu_z_flops at Base 1:3.2.0
- klu_z_free_numeric at Base 1:3.2.0
- klu_z_kernel at Base 1:3.2.0
- klu_z_kernel_factor at Base 1:3.2.0
- klu_z_lsolve at Base 1:3.2.0
- klu_z_ltsolve at Base 1:3.2.0
- klu_z_rcond at Base 1:3.2.0
- klu_z_refactor at Base 1:3.2.0
- klu_z_rgrowth at Base 1:3.2.0
- klu_z_scale at Base 1:3.2.0
- klu_z_solve at Base 1:3.2.0
- klu_z_sort at Base 1:3.2.0
- klu_z_tsolve at Base 1:3.2.0
- klu_z_usolve at Base 1:3.2.0
- klu_z_utsolve at Base 1:3.2.0
- klu_zl_condest at Base 1:3.2.0
- klu_zl_extract at Base 1:3.2.0
- klu_zl_factor at Base 1:3.2.0
- klu_zl_flops at Base 1:3.2.0
- klu_zl_free_numeric at Base 1:3.2.0
- klu_zl_kernel at Base 1:3.2.0
- klu_zl_kernel_factor at Base 1:3.2.0
- klu_zl_lsolve at Base 1:3.2.0
- klu_zl_ltsolve at Base 1:3.2.0
- klu_zl_rcond at Base 1:3.2.0
- klu_zl_refactor at Base 1:3.2.0
- klu_zl_rgrowth at Base 1:3.2.0
- klu_zl_scale at Base 1:3.2.0
- klu_zl_solve at Base 1:3.2.0
- klu_zl_sort at Base 1:3.2.0
- klu_zl_tsolve at Base 1:3.2.0
- klu_zl_usolve at Base 1:3.2.0
- klu_zl_utsolve at Base 1:3.2.0
-libldl.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- ldl_dsolve at Base 1:3.2.0
- ldl_l_dsolve at Base 1:3.2.0
- ldl_l_lsolve at Base 1:3.2.0
- ldl_l_ltsolve at Base 1:3.2.0
- ldl_l_numeric at Base 1:3.2.0
- ldl_l_perm at Base 1:3.2.0
- ldl_l_permt at Base 1:3.2.0
- ldl_l_symbolic at Base 1:3.2.0
- ldl_l_valid_matrix at Base 1:3.2.0
- ldl_l_valid_perm at Base 1:3.2.0
- ldl_lsolve at Base 1:3.2.0
- ldl_ltsolve at Base 1:3.2.0
- ldl_numeric at Base 1:3.2.0
- ldl_perm at Base 1:3.2.0
- ldl_permt at Base 1:3.2.0
- ldl_symbolic at Base 1:3.2.0
- ldl_valid_matrix at Base 1:3.2.0
- ldl_valid_perm at Base 1:3.2.0
-libumfpack.so.3.2.0 libsuitesparse-3.2.0 #MINVER#
- umf_divcomplex at Base 1:3.2.0
- umf_hypot at Base 1:3.2.0
- umf_i_analyze at Base 1:3.2.0
- umf_i_apply_order at Base 1:3.2.0
- umf_i_colamd at Base 1:3.2.0
- umf_i_colamd_set_defaults at Base 1:3.2.0
- umf_i_free at Base 1:3.2.0
- umf_i_fsize at Base 1:3.2.0
- umf_i_is_permutation at Base 1:3.2.0
- umf_i_malloc at Base 1:3.2.0
- umf_i_realloc at Base 1:3.2.0
- umf_i_report_perm at Base 1:3.2.0
- umf_i_set_stats at Base 1:3.2.0
- umf_i_singletons at Base 1:3.2.0
- umf_l_analyze at Base 1:3.2.0
- umf_l_apply_order at Base 1:3.2.0
- umf_l_colamd at Base 1:3.2.0
- umf_l_colamd_set_defaults at Base 1:3.2.0
- umf_l_free at Base 1:3.2.0
- umf_l_fsize at Base 1:3.2.0
- umf_l_is_permutation at Base 1:3.2.0
- umf_l_malloc at Base 1:3.2.0
- umf_l_realloc at Base 1:3.2.0
- umf_l_report_perm at Base 1:3.2.0
- umf_l_set_stats at Base 1:3.2.0
- umf_l_singletons at Base 1:3.2.0
- umfdi_2by2 at Base 1:3.2.0
- umfdi_assemble at Base 1:3.2.0
- umfdi_assemble_fixq at Base 1:3.2.0
- umfdi_blas3_update at Base 1:3.2.0
- umfdi_build_tuples at Base 1:3.2.0
- umfdi_create_element at Base 1:3.2.0
- umfdi_extend_front at Base 1:3.2.0
- umfdi_garbage_collection at Base 1:3.2.0
- umfdi_get_memory at Base 1:3.2.0
- umfdi_grow_front at Base 1:3.2.0
- umfdi_init_front at Base 1:3.2.0
- umfdi_kernel at Base 1:3.2.0
- umfdi_kernel_init at Base 1:3.2.0
- umfdi_kernel_wrapup at Base 1:3.2.0
- umfdi_lhsolve at Base 1:3.2.0
- umfdi_local_search at Base 1:3.2.0
- umfdi_lsolve at Base 1:3.2.0
- umfdi_ltsolve at Base 1:3.2.0
- umfdi_mem_alloc_element at Base 1:3.2.0
- umfdi_mem_alloc_head_block at Base 1:3.2.0
- umfdi_mem_alloc_tail_block at Base 1:3.2.0
- umfdi_mem_free_tail_block at Base 1:3.2.0
- umfdi_mem_init_memoryspace at Base 1:3.2.0
- umfdi_report_vector at Base 1:3.2.0
- umfdi_row_search at Base 1:3.2.0
- umfdi_scale at Base 1:3.2.0
- umfdi_scale_column at Base 1:3.2.0
- umfdi_solve at Base 1:3.2.0
- umfdi_start_front at Base 1:3.2.0
- umfdi_store_lu at Base 1:3.2.0
- umfdi_store_lu_drop at Base 1:3.2.0
- umfdi_symbolic_usage at Base 1:3.2.0
- umfdi_transpose at Base 1:3.2.0
- umfdi_triplet_map_nox at Base 1:3.2.0
- umfdi_triplet_map_x at Base 1:3.2.0
- umfdi_triplet_nomap_nox at Base 1:3.2.0
- umfdi_triplet_nomap_x at Base 1:3.2.0
- umfdi_tuple_lengths at Base 1:3.2.0
- umfdi_uhsolve at Base 1:3.2.0
- umfdi_usolve at Base 1:3.2.0
- umfdi_utsolve at Base 1:3.2.0
- umfdi_valid_numeric at Base 1:3.2.0
- umfdi_valid_symbolic at Base 1:3.2.0
- umfdl_2by2 at Base 1:3.2.0
- umfdl_assemble at Base 1:3.2.0
- umfdl_assemble_fixq at Base 1:3.2.0
- umfdl_blas3_update at Base 1:3.2.0
- umfdl_build_tuples at Base 1:3.2.0
- umfdl_create_element at Base 1:3.2.0
- umfdl_extend_front at Base 1:3.2.0
- umfdl_garbage_collection at Base 1:3.2.0
- umfdl_get_memory at Base 1:3.2.0
- umfdl_grow_front at Base 1:3.2.0
- umfdl_init_front at Base 1:3.2.0
- umfdl_kernel at Base 1:3.2.0
- umfdl_kernel_init at Base 1:3.2.0
- umfdl_kernel_wrapup at Base 1:3.2.0
- umfdl_lhsolve at Base 1:3.2.0
- umfdl_local_search at Base 1:3.2.0
- umfdl_lsolve at Base 1:3.2.0
- umfdl_ltsolve at Base 1:3.2.0
- umfdl_mem_alloc_element at Base 1:3.2.0
- umfdl_mem_alloc_head_block at Base 1:3.2.0
- umfdl_mem_alloc_tail_block at Base 1:3.2.0
- umfdl_mem_free_tail_block at Base 1:3.2.0
- umfdl_mem_init_memoryspace at Base 1:3.2.0
- umfdl_report_vector at Base 1:3.2.0
- umfdl_row_search at Base 1:3.2.0
- umfdl_scale at Base 1:3.2.0
- umfdl_scale_column at Base 1:3.2.0
- umfdl_solve at Base 1:3.2.0
- umfdl_start_front at Base 1:3.2.0
- umfdl_store_lu at Base 1:3.2.0
- umfdl_store_lu_drop at Base 1:3.2.0
- umfdl_symbolic_usage at Base 1:3.2.0
- umfdl_transpose at Base 1:3.2.0
- umfdl_triplet_map_nox at Base 1:3.2.0
- umfdl_triplet_map_x at Base 1:3.2.0
- umfdl_triplet_nomap_nox at Base 1:3.2.0
- umfdl_triplet_nomap_x at Base 1:3.2.0
- umfdl_tuple_lengths at Base 1:3.2.0
- umfdl_uhsolve at Base 1:3.2.0
- umfdl_usolve at Base 1:3.2.0
- umfdl_utsolve at Base 1:3.2.0
- umfdl_valid_numeric at Base 1:3.2.0
- umfdl_valid_symbolic at Base 1:3.2.0
- umfpack_di_col_to_triplet at Base 1:3.2.0
- umfpack_di_defaults at Base 1:3.2.0
- umfpack_di_free_numeric at Base 1:3.2.0
- umfpack_di_free_symbolic at Base 1:3.2.0
- umfpack_di_get_determinant at Base 1:3.2.0
- umfpack_di_get_lunz at Base 1:3.2.0
- umfpack_di_get_numeric at Base 1:3.2.0
- umfpack_di_get_symbolic at Base 1:3.2.0
- umfpack_di_load_numeric at Base 1:3.2.0
- umfpack_di_load_symbolic at Base 1:3.2.0
- umfpack_di_numeric at Base 1:3.2.0
- umfpack_di_qsymbolic at Base 1:3.2.0
- umfpack_di_report_control at Base 1:3.2.0
- umfpack_di_report_info at Base 1:3.2.0
- umfpack_di_report_matrix at Base 1:3.2.0
- umfpack_di_report_numeric at Base 1:3.2.0
- umfpack_di_report_perm at Base 1:3.2.0
- umfpack_di_report_status at Base 1:3.2.0
- umfpack_di_report_symbolic at Base 1:3.2.0
- umfpack_di_report_triplet at Base 1:3.2.0
- umfpack_di_report_vector at Base 1:3.2.0
- umfpack_di_save_numeric at Base 1:3.2.0
- umfpack_di_save_symbolic at Base 1:3.2.0
- umfpack_di_scale at Base 1:3.2.0
- umfpack_di_solve at Base 1:3.2.0
- umfpack_di_symbolic at Base 1:3.2.0
- umfpack_di_transpose at Base 1:3.2.0
- umfpack_di_triplet_to_col at Base 1:3.2.0
- umfpack_di_wsolve at Base 1:3.2.0
- umfpack_divcomplex at Base 1:3.2.0
- umfpack_dl_col_to_triplet at Base 1:3.2.0
- umfpack_dl_defaults at Base 1:3.2.0
- umfpack_dl_free_numeric at Base 1:3.2.0
- umfpack_dl_free_symbolic at Base 1:3.2.0
- umfpack_dl_get_determinant at Base 1:3.2.0
- umfpack_dl_get_lunz at Base 1:3.2.0
- umfpack_dl_get_numeric at Base 1:3.2.0
- umfpack_dl_get_symbolic at Base 1:3.2.0
- umfpack_dl_load_numeric at Base 1:3.2.0
- umfpack_dl_load_symbolic at Base 1:3.2.0
- umfpack_dl_numeric at Base 1:3.2.0
- umfpack_dl_qsymbolic at Base 1:3.2.0
- umfpack_dl_report_control at Base 1:3.2.0
- umfpack_dl_report_info at Base 1:3.2.0
- umfpack_dl_report_matrix at Base 1:3.2.0
- umfpack_dl_report_numeric at Base 1:3.2.0
- umfpack_dl_report_perm at Base 1:3.2.0
- umfpack_dl_report_status at Base 1:3.2.0
- umfpack_dl_report_symbolic at Base 1:3.2.0
- umfpack_dl_report_triplet at Base 1:3.2.0
- umfpack_dl_report_vector at Base 1:3.2.0
- umfpack_dl_save_numeric at Base 1:3.2.0
- umfpack_dl_save_symbolic at Base 1:3.2.0
- umfpack_dl_scale at Base 1:3.2.0
- umfpack_dl_solve at Base 1:3.2.0
- umfpack_dl_symbolic at Base 1:3.2.0
- umfpack_dl_transpose at Base 1:3.2.0
- umfpack_dl_triplet_to_col at Base 1:3.2.0
- umfpack_dl_wsolve at Base 1:3.2.0
- umfpack_hypot at Base 1:3.2.0
- umfpack_tic at Base 1:3.2.0
- umfpack_timer at Base 1:3.2.0
- umfpack_toc at Base 1:3.2.0
- umfpack_zi_col_to_triplet at Base 1:3.2.0
- umfpack_zi_defaults at Base 1:3.2.0
- umfpack_zi_free_numeric at Base 1:3.2.0
- umfpack_zi_free_symbolic at Base 1:3.2.0
- umfpack_zi_get_determinant at Base 1:3.2.0
- umfpack_zi_get_lunz at Base 1:3.2.0
- umfpack_zi_get_numeric at Base 1:3.2.0
- umfpack_zi_get_symbolic at Base 1:3.2.0
- umfpack_zi_load_numeric at Base 1:3.2.0
- umfpack_zi_load_symbolic at Base 1:3.2.0
- umfpack_zi_numeric at Base 1:3.2.0
- umfpack_zi_qsymbolic at Base 1:3.2.0
- umfpack_zi_report_control at Base 1:3.2.0
- umfpack_zi_report_info at Base 1:3.2.0
- umfpack_zi_report_matrix at Base 1:3.2.0
- umfpack_zi_report_numeric at Base 1:3.2.0
- umfpack_zi_report_perm at Base 1:3.2.0
- umfpack_zi_report_status at Base 1:3.2.0
- umfpack_zi_report_symbolic at Base 1:3.2.0
- umfpack_zi_report_triplet at Base 1:3.2.0
- umfpack_zi_report_vector at Base 1:3.2.0
- umfpack_zi_save_numeric at Base 1:3.2.0
- umfpack_zi_save_symbolic at Base 1:3.2.0
- umfpack_zi_scale at Base 1:3.2.0
- umfpack_zi_solve at Base 1:3.2.0
- umfpack_zi_symbolic at Base 1:3.2.0
- umfpack_zi_transpose at Base 1:3.2.0
- umfpack_zi_triplet_to_col at Base 1:3.2.0
- umfpack_zi_wsolve at Base 1:3.2.0
- umfpack_zl_col_to_triplet at Base 1:3.2.0
- umfpack_zl_defaults at Base 1:3.2.0
- umfpack_zl_free_numeric at Base 1:3.2.0
- umfpack_zl_free_symbolic at Base 1:3.2.0
- umfpack_zl_get_determinant at Base 1:3.2.0
- umfpack_zl_get_lunz at Base 1:3.2.0
- umfpack_zl_get_numeric at Base 1:3.2.0
- umfpack_zl_get_symbolic at Base 1:3.2.0
- umfpack_zl_load_numeric at Base 1:3.2.0
- umfpack_zl_load_symbolic at Base 1:3.2.0
- umfpack_zl_numeric at Base 1:3.2.0
- umfpack_zl_qsymbolic at Base 1:3.2.0
- umfpack_zl_report_control at Base 1:3.2.0
- umfpack_zl_report_info at Base 1:3.2.0
- umfpack_zl_report_matrix at Base 1:3.2.0
- umfpack_zl_report_numeric at Base 1:3.2.0
- umfpack_zl_report_perm at Base 1:3.2.0
- umfpack_zl_report_status at Base 1:3.2.0
- umfpack_zl_report_symbolic at Base 1:3.2.0
- umfpack_zl_report_triplet at Base 1:3.2.0
- umfpack_zl_report_vector at Base 1:3.2.0
- umfpack_zl_save_numeric at Base 1:3.2.0
- umfpack_zl_save_symbolic at Base 1:3.2.0
- umfpack_zl_scale at Base 1:3.2.0
- umfpack_zl_solve at Base 1:3.2.0
- umfpack_zl_symbolic at Base 1:3.2.0
- umfpack_zl_transpose at Base 1:3.2.0
- umfpack_zl_triplet_to_col at Base 1:3.2.0
- umfpack_zl_wsolve at Base 1:3.2.0
- umfzi_2by2 at Base 1:3.2.0
- umfzi_assemble at Base 1:3.2.0
- umfzi_assemble_fixq at Base 1:3.2.0
- umfzi_blas3_update at Base 1:3.2.0
- umfzi_build_tuples at Base 1:3.2.0
- umfzi_create_element at Base 1:3.2.0
- umfzi_extend_front at Base 1:3.2.0
- umfzi_garbage_collection at Base 1:3.2.0
- umfzi_get_memory at Base 1:3.2.0
- umfzi_grow_front at Base 1:3.2.0
- umfzi_init_front at Base 1:3.2.0
- umfzi_kernel at Base 1:3.2.0
- umfzi_kernel_init at Base 1:3.2.0
- umfzi_kernel_wrapup at Base 1:3.2.0
- umfzi_lhsolve at Base 1:3.2.0
- umfzi_local_search at Base 1:3.2.0
- umfzi_lsolve at Base 1:3.2.0
- umfzi_ltsolve at Base 1:3.2.0
- umfzi_mem_alloc_element at Base 1:3.2.0
- umfzi_mem_alloc_head_block at Base 1:3.2.0
- umfzi_mem_alloc_tail_block at Base 1:3.2.0
- umfzi_mem_free_tail_block at Base 1:3.2.0
- umfzi_mem_init_memoryspace at Base 1:3.2.0
- umfzi_report_vector at Base 1:3.2.0
- umfzi_row_search at Base 1:3.2.0
- umfzi_scale at Base 1:3.2.0
- umfzi_scale_column at Base 1:3.2.0
- umfzi_set_stats at Base 1:3.2.0
- umfzi_solve at Base 1:3.2.0
- umfzi_start_front at Base 1:3.2.0
- umfzi_store_lu at Base 1:3.2.0
- umfzi_store_lu_drop at Base 1:3.2.0
- umfzi_symbolic_usage at Base 1:3.2.0
- umfzi_transpose at Base 1:3.2.0
- umfzi_triplet_map_nox at Base 1:3.2.0
- umfzi_triplet_map_x at Base 1:3.2.0
- umfzi_triplet_nomap_nox at Base 1:3.2.0
- umfzi_triplet_nomap_x at Base 1:3.2.0
- umfzi_tuple_lengths at Base 1:3.2.0
- umfzi_uhsolve at Base 1:3.2.0
- umfzi_usolve at Base 1:3.2.0
- umfzi_utsolve at Base 1:3.2.0
- umfzi_valid_numeric at Base 1:3.2.0
- umfzi_valid_symbolic at Base 1:3.2.0
- umfzl_2by2 at Base 1:3.2.0
- umfzl_assemble at Base 1:3.2.0
- umfzl_assemble_fixq at Base 1:3.2.0
- umfzl_blas3_update at Base 1:3.2.0
- umfzl_build_tuples at Base 1:3.2.0
- umfzl_create_element at Base 1:3.2.0
- umfzl_extend_front at Base 1:3.2.0
- umfzl_garbage_collection at Base 1:3.2.0
- umfzl_get_memory at Base 1:3.2.0
- umfzl_grow_front at Base 1:3.2.0
- umfzl_init_front at Base 1:3.2.0
- umfzl_kernel at Base 1:3.2.0
- umfzl_kernel_init at Base 1:3.2.0
- umfzl_kernel_wrapup at Base 1:3.2.0
- umfzl_lhsolve at Base 1:3.2.0
- umfzl_local_search at Base 1:3.2.0
- umfzl_lsolve at Base 1:3.2.0
- umfzl_ltsolve at Base 1:3.2.0
- umfzl_mem_alloc_element at Base 1:3.2.0
- umfzl_mem_alloc_head_block at Base 1:3.2.0
- umfzl_mem_alloc_tail_block at Base 1:3.2.0
- umfzl_mem_free_tail_block at Base 1:3.2.0
- umfzl_mem_init_memoryspace at Base 1:3.2.0
- umfzl_report_vector at Base 1:3.2.0
- umfzl_row_search at Base 1:3.2.0
- umfzl_scale at Base 1:3.2.0
- umfzl_scale_column at Base 1:3.2.0
- umfzl_set_stats at Base 1:3.2.0
- umfzl_solve at Base 1:3.2.0
- umfzl_start_front at Base 1:3.2.0
- umfzl_store_lu at Base 1:3.2.0
- umfzl_store_lu_drop at Base 1:3.2.0
- umfzl_symbolic_usage at Base 1:3.2.0
- umfzl_transpose at Base 1:3.2.0
- umfzl_triplet_map_nox at Base 1:3.2.0
- umfzl_triplet_map_x at Base 1:3.2.0
- umfzl_triplet_nomap_nox at Base 1:3.2.0
- umfzl_triplet_nomap_x at Base 1:3.2.0
- umfzl_tuple_lengths at Base 1:3.2.0
- umfzl_uhsolve at Base 1:3.2.0
- umfzl_usolve at Base 1:3.2.0
- umfzl_utsolve at Base 1:3.2.0
- umfzl_valid_numeric at Base 1:3.2.0
- umfzl_valid_symbolic at Base 1:3.2.0
diff --git a/debian/patches/02-AMD_Lib_GNUmakefile.diff b/debian/patches/02-AMD_Lib_GNUmakefile.diff
index 8904bfe..bcc34f3 100644
--- a/debian/patches/02-AMD_Lib_GNUmakefile.diff
+++ b/debian/patches/02-AMD_Lib_GNUmakefile.diff
@@ -5,12 +5,14 @@ Build shared version of AMD library
 diff -u upstrm/AMD/Lib/GNUmakefile debsrc/AMD/Lib/GNUmakefile
 --- upstrm/AMD/Lib/GNUmakefile	2007-05-06 14:32:19.000000000 +0200
 +++ debsrc/AMD/Lib/GNUmakefile	2007-12-15 19:01:19.000000000 +0100
-@@ -2,7 +2,7 @@
+@@ -2,7 +2,9 @@
  # AMD Makefile for compiling on Unix systems (for GNU make only)
  #-------------------------------------------------------------------------------
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl AMD | sed 's/libamd//')
++
 -default: ../Lib/libamd.a
-+default: ../Lib/libamd.a libamd.so.3.2.0
++default: ../Lib/libamd.a libamd.so.$(SOVERSION)
  
  include ../../UFconfig/UFconfig.mk
  
@@ -46,7 +48,7 @@ diff -u upstrm/AMD/Lib/GNUmakefile debsrc/AMD/Lib/GNUmakefile
  	$(AR) ../Lib/libamd.a $^
  	- $(RANLIB) ../Lib/libamd.a
  
-+libamd.so.3.2.0: amd_global.oo $(AMDI_SL) $(AMDL_SL)
++libamd.so.$(SOVERSION): amd_global.oo $(AMDI_SL) $(AMDL_SL)
 +	$(CC) -shared $^ -lm -Wl,-soname -Wl,$@ -o $@
 +	ln -s $@ libamd.so
 +
diff --git a/debian/patches/03-CAMD_Lib_GNUmakefile.diff b/debian/patches/03-CAMD_Lib_GNUmakefile.diff
index 99ffa52..c4e962b 100644
--- a/debian/patches/03-CAMD_Lib_GNUmakefile.diff
+++ b/debian/patches/03-CAMD_Lib_GNUmakefile.diff
@@ -5,12 +5,14 @@ Build shared version of CAMD library
 diff -u upstrm/CAMD/Lib/GNUmakefile debsrc/CAMD/Lib/GNUmakefile
 --- upstrm/CAMD/Lib/GNUmakefile	2007-05-05 16:29:25.000000000 +0200
 +++ debsrc/CAMD/Lib/GNUmakefile	2007-12-15 19:03:31.000000000 +0100
-@@ -2,7 +2,7 @@
+@@ -2,7 +2,9 @@
  # CAMD Makefile for compiling on Unix systems (for GNU make only)
  #-------------------------------------------------------------------------------
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl CAMD | sed 's/libcamd//')
++ 
 -default: libcamd.a
-+default: libcamd.a libcamd.so.3.2.0
++default: libcamd.a libcamd.so.$(SOVERSION)
  
  include ../../UFconfig/UFconfig.mk
  
@@ -46,7 +48,7 @@ diff -u upstrm/CAMD/Lib/GNUmakefile debsrc/CAMD/Lib/GNUmakefile
  	$(AR) libcamd.a $^
  	- $(RANLIB) libcamd.a
  
-+libcamd.so.3.2.0: camd_global.oo $(CAMDI_SL) $(CAMDL_SL)
++libcamd.so.$(SOVERSION): camd_global.oo $(CAMDI_SL) $(CAMDL_SL)
 +	$(CC) -shared $^ -lm -Wl,-soname -Wl,$@ -o $@
 +	ln -s $@ libcamd.so
 +
diff --git a/debian/patches/04-CCOLAMD_Lib_Makefile.diff b/debian/patches/04-CCOLAMD_Lib_Makefile.diff
index df0c9c7..56302c3 100644
--- a/debian/patches/04-CCOLAMD_Lib_Makefile.diff
+++ b/debian/patches/04-CCOLAMD_Lib_Makefile.diff
@@ -5,12 +5,14 @@ Build shared version of CCOLAMD library
 diff -u upstrm/CCOLAMD/Lib/Makefile debsrc/CCOLAMD/Lib/Makefile
 --- upstrm/CCOLAMD/Lib/Makefile	2007-05-05 15:59:13.000000000 +0200
 +++ debsrc/CCOLAMD/Lib/Makefile	2007-12-15 19:04:30.000000000 +0100
-@@ -2,7 +2,7 @@
+@@ -2,7 +2,9 @@
  # CCOLAMD Makefile
  #-------------------------------------------------------------------------------
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl CCOLAMD | sed 's/libccolamd//')
++
 -default: libccolamd.a
-+default: libccolamd.a libccolamd.so.3.2.0
++default: libccolamd.a libccolamd.so.$(SOVERSION)
  
  include ../../UFconfig/UFconfig.mk
  
@@ -18,7 +20,7 @@ diff -u upstrm/CCOLAMD/Lib/Makefile debsrc/CCOLAMD/Lib/Makefile
  	$(CC) $(CFLAGS) $(I) -c ../Source/ccolamd.c -DDLONG -o ccolamd_l.o
  	$(AR) libccolamd.a ccolamd.o ccolamd_l.o ccolamd_global.o
  
-+libccolamd.so.3.2.0:  $(SRC) $(INC)
++libccolamd.so.$(SOVERSION):  $(SRC) $(INC)
 +	$(CC) -fPIC $(CFLAGS) $(I) -c ../Source/ccolamd_global.c -o ccolamd_global.oo
 +	$(CC) -fPIC $(CFLAGS) $(I) -c ../Source/ccolamd.c -o ccolamd.oo
 +	$(CC) -fPIC $(CFLAGS) $(I) -c ../Source/ccolamd.c -DDLONG -o ccolamd_l.oo
diff --git a/debian/patches/05-COLAMD_Lib_Makefile.diff b/debian/patches/05-COLAMD_Lib_Makefile.diff
index 2487b47..668de5e 100644
--- a/debian/patches/05-COLAMD_Lib_Makefile.diff
+++ b/debian/patches/05-COLAMD_Lib_Makefile.diff
@@ -5,12 +5,14 @@ Build shared version of COLAMD library
 diff -u upstrm/CCOLAMD/Lib/Makefile debsrc/COLAMD/Lib/Makefile
 --- upstrm/COLAMD/Lib/Makefile	2007-05-05 15:41:47.000000000 +0200
 +++ debsrc/COLAMD/Lib/Makefile	2007-12-15 19:05:03.000000000 +0100
-@@ -2,7 +2,7 @@
+@@ -2,7 +2,9 @@
  # COLAMD Makefile
  #-------------------------------------------------------------------------------
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl COLAMD | sed 's/libcolamd//')
++
 -default: libcolamd.a
-+default: libcolamd.a libcolamd.so.3.2.0
++default: libcolamd.a libcolamd.so.$(SOVERSION)
  
  include ../../UFconfig/UFconfig.mk
  
@@ -18,7 +20,7 @@ diff -u upstrm/CCOLAMD/Lib/Makefile debsrc/COLAMD/Lib/Makefile
  	$(CC) $(CFLAGS) $(I) -c ../Source/colamd.c -DDLONG -o colamd_l.o
  	$(AR) libcolamd.a colamd.o colamd_l.o colamd_global.o
  
-+libcolamd.so.3.2.0:  $(SRC) $(INC)
++libcolamd.so.$(SOVERSION):  $(SRC) $(INC)
 +	$(CC) -fPIC $(CFLAGS) $(I) -c ../Source/colamd_global.c -o colamd_global.oo
 +	$(CC) -fPIC $(CFLAGS) $(I) -c ../Source/colamd.c -o colamd.oo
 +	$(CC) -fPIC $(CFLAGS) $(I) -c ../Source/colamd.c -DDLONG -o colamd_l.oo
diff --git a/debian/patches/06-BTF_Lib_Makefile.diff b/debian/patches/06-BTF_Lib_Makefile.diff
index 76abda4..a6cb8b2 100644
--- a/debian/patches/06-BTF_Lib_Makefile.diff
+++ b/debian/patches/06-BTF_Lib_Makefile.diff
@@ -5,12 +5,14 @@ Build shared version of BTF library
 diff -u upstrm/BTF/Lib/Makefile debsrc/BTF/Lib/Makefile
 --- upstrm/BTF/Lib/Makefile	2007-05-03 22:34:57.000000000 +0200
 +++ debsrc/BTF/Lib/Makefile	2007-12-15 19:05:38.000000000 +0100
-@@ -15,38 +15,55 @@
+@@ -15,38 +15,57 @@
  
  all: library
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl BTF | sed 's/libbtf//')
++
 -library: libbtf.a
-+library: libbtf.a libbtf.so.3.2.0
++library: libbtf.a libbtf.so.$(SOVERSION)
  
  OBJ = btf_order.o btf_maxtrans.o btf_strongcomp.o \
      btf_l_order.o btf_l_maxtrans.o btf_l_strongcomp.o
@@ -21,7 +23,7 @@ diff -u upstrm/BTF/Lib/Makefile debsrc/BTF/Lib/Makefile
  	$(RANLIB) libbtf.a
  
 -$(OBJ): $(INC)
-+libbtf.so.3.2.0: $(OBJ_SL)
++libbtf.so.$(SOVERSION): $(OBJ_SL)
 +	$(CC) -shared $^ -lm -Wl,-soname -Wl,$@ -o $@
 +	ln -s $@ libbtf.so
 +
diff --git a/debian/patches/07-KLU_Lib_Makefile.diff b/debian/patches/07-KLU_Lib_Makefile.diff
index 5151733..785c139 100644
--- a/debian/patches/07-KLU_Lib_Makefile.diff
+++ b/debian/patches/07-KLU_Lib_Makefile.diff
@@ -5,12 +5,14 @@ Build shared version of KLU library
 diff -u upstrm/KLU/Lib/Makefile debsrc/KLU/Lib/Makefile
 --- upstrm/KLU/Lib/Makefile	2007-05-05 16:33:38.000000000 +0200
 +++ debsrc/KLU/Lib/Makefile	2007-12-15 19:06:10.000000000 +0100
-@@ -17,132 +17,200 @@
+@@ -17,132 +17,202 @@
  
  all: library
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl KLU | sed 's/libklu//')
++
 -library: libklu.a
-+library: libklu.a libklu.so.3.2.0
++library: libklu.a libklu.so.$(SOVERSION)
  
  KLU_D = klu_d.o klu_d_kernel.o klu_d_dump.o \
      klu_d_factor.o klu_d_free_numeric.o klu_d_solve.o \
@@ -51,7 +53,7 @@ diff -u upstrm/KLU/Lib/Makefile debsrc/KLU/Lib/Makefile
  	$(RANLIB) libklu.a
  
 -$(OBJ): $(INC)
-+libklu.so.3.2.0: $(OBJ_SL)
++libklu.so.$(SOVERSION): $(OBJ_SL)
 +	$(CC) -shared $^ -lm ../../AMD/Lib/libamd.so ../../BTF/Lib/libbtf.so ../../COLAMD/Lib/libcolamd.so -Wl,-soname -Wl,$@ -o $@
 +	ln -s $@ libklu.so
 +
diff --git a/debian/patches/08-LDL_Lib_Makefile.diff b/debian/patches/08-LDL_Lib_Makefile.diff
index 61495bd..893b796 100644
--- a/debian/patches/08-LDL_Lib_Makefile.diff
+++ b/debian/patches/08-LDL_Lib_Makefile.diff
@@ -5,12 +5,14 @@ Build shared version of LDL library
 diff -u upstrm/LDL/Lib/Makefile debsrc/LDL/Lib/Makefile
 --- upstrm/LDL/Lib/Makefile	2007-05-05 19:31:44.000000000 +0200
 +++ debsrc/LDL/Lib/Makefile	2007-12-15 19:06:46.000000000 +0100
-@@ -10,7 +10,7 @@
+@@ -10,7 +10,9 @@
  
  C = $(CC) $(CFLAGS) $(I)
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl LDL | sed 's/libldl//')
++
 -all: libldl.a
-+all: libldl.a libldl.so.3.2.0
++all: libldl.a libldl.so.$(SOVERSION)
  
  #-------------------------------------------------------------------------------
  # the ldl library:
@@ -18,7 +20,7 @@ diff -u upstrm/LDL/Lib/Makefile debsrc/LDL/Lib/Makefile
  	$(AR) libldl.a ldl.o ldll.o
  	- $(RANLIB) libldl.a
  
-+libldl.so.3.2.0: ../Source/ldl.c ../Include/ldl.h
++libldl.so.$(SOVERSION): ../Source/ldl.c ../Include/ldl.h
 +	$(C) -fPIC -c ../Source/ldl.c -o ldl.oo
 +	$(C) -fPIC -DLDL_LONG -c ../Source/ldl.c -o ldll.oo
 +	$(C) -fPIC -shared *.oo -lm -Wl,-soname -Wl,$@ -o $@
diff --git a/debian/patches/09-CSparse_Lib_Makefile.diff b/debian/patches/09-CSparse_Lib_Makefile.diff
index bd59353..b922439 100644
--- a/debian/patches/09-CSparse_Lib_Makefile.diff
+++ b/debian/patches/09-CSparse_Lib_Makefile.diff
@@ -5,7 +5,7 @@ Build shared version of CSparse library
 diff -u upstrm/CSparse/Lib/Makefile debsrc/CSparse/Lib/Makefile
 --- upstrm/CSparse/Lib/Makefile	2007-05-05 22:46:13.000000000 +0200
 +++ debsrc/CSparse/Lib/Makefile	2007-12-15 19:08:44.000000000 +0100
-@@ -1,11 +1,13 @@
+@@ -1,11 +1,15 @@
  # Modify the "-O" optimization option for best performance (-O3 on Linux):
 -CC = cc
 -CFLAGS = -O -I../Include
@@ -17,8 +17,10 @@ diff -u upstrm/CSparse/Lib/Makefile debsrc/CSparse/Lib/Makefile
  AR = ar cr
  RANLIB = ranlib
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl CSparse | sed 's/libcsparse//')
++
 -all: libcsparse.a
-+all: libcsparse.a libcsparse.so.3.2.0
++all: libcsparse.a libcsparse.so.$(SOVERSION)
  
  CS = cs_add.o cs_amd.o cs_chol.o cs_cholsol.o cs_counts.o cs_cumsum.o \
  	cs_droptol.o cs_dropzeros.o cs_dupl.o cs_entry.o \
@@ -41,7 +43,7 @@ diff -u upstrm/CSparse/Lib/Makefile debsrc/CSparse/Lib/Makefile
  	$(AR) libcsparse.a $(CS)
  	$(RANLIB) libcsparse.a
  
-+libcsparse.so.3.2.0: $(CS_SL)
++libcsparse.so.$(SOVERSION): $(CS_SL)
 +	$(CC) -shared $^ -lm -Wl,-soname -Wl,$@ -o $@
 +	ln -s $@ libcsparse.so
 +
diff --git a/debian/patches/10-CXSparse_Lib_Makefile.diff b/debian/patches/10-CXSparse_Lib_Makefile.diff
index af1c934..95daea3 100644
--- a/debian/patches/10-CXSparse_Lib_Makefile.diff
+++ b/debian/patches/10-CXSparse_Lib_Makefile.diff
@@ -5,16 +5,18 @@ Build shared version of CXSparse library
 diff -u upstrm/CXSparse/Lib/Makefile debsrc/CXSparse/Lib/Makefile
 --- upstrm/CXSparse/Lib/Makefile	2007-05-05 23:03:41.000000000 +0200
 +++ debsrc/CXSparse/Lib/Makefile	2007-12-15 19:09:49.000000000 +0100
-@@ -6,7 +6,7 @@
- AR = ar cr
- RANLIB = ranlib
+@@ -10,7 +10,9 @@
+ # AR = ar cr
+ # RANLIB = ranlib
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl CXSparse | sed 's/libcxsparse//')
++
 -all: libcxsparse.a
-+all: libcxsparse.a libcxsparse.so.3.2.0
++all: libcxsparse.a libcxsparse.so.$(SOVERSION)
  
  CS_SOURCE = cs_add.c cs_amd.c cs_chol.c cs_cholsol.c cs_counts.c cs_cumsum.c \
  	cs_droptol.c cs_dropzeros.c cs_dupl.c cs_entry.c \
-@@ -29,6 +29,7 @@
+@@ -33,6 +35,7 @@
  	cs_scc_di.o cs_maxtrans_di.o cs_dmperm_di.o cs_updown_di.o cs_print_di.o \
  	cs_norm_di.o cs_load_di.o cs_dfs_di.o cs_reach_di.o cs_spsolve_di.o \
  	cs_leaf_di.o cs_ereach_di.o cs_randperm_di.o
@@ -22,7 +24,7 @@ diff -u upstrm/CXSparse/Lib/Makefile debsrc/CXSparse/Lib/Makefile
  
  CS_DL_OBJ =  cs_add_dl.o cs_amd_dl.o cs_chol_dl.o cs_cholsol_dl.o cs_counts_dl.o \
  	cs_cumsum_dl.o cs_droptol_dl.o cs_dropzeros_dl.o cs_dupl_dl.o \
-@@ -41,6 +42,7 @@
+@@ -45,6 +48,7 @@
  	cs_scc_dl.o cs_maxtrans_dl.o cs_dmperm_dl.o cs_updown_dl.o cs_print_dl.o \
  	cs_norm_dl.o cs_load_dl.o cs_dfs_dl.o cs_reach_dl.o cs_spsolve_dl.o \
  	cs_leaf_dl.o cs_ereach_dl.o cs_randperm_dl.o
@@ -30,7 +32,7 @@ diff -u upstrm/CXSparse/Lib/Makefile debsrc/CXSparse/Lib/Makefile
  
  CS_CI_OBJ =  cs_add_ci.o cs_amd_ci.o cs_chol_ci.o cs_cholsol_ci.o cs_counts_ci.o \
  	cs_cumsum_ci.o cs_droptol_ci.o cs_dropzeros_ci.o cs_dupl_ci.o \
-@@ -53,6 +55,7 @@
+@@ -57,6 +60,7 @@
  	cs_scc_ci.o cs_maxtrans_ci.o cs_dmperm_ci.o cs_updown_ci.o cs_print_ci.o \
  	cs_norm_ci.o cs_load_ci.o cs_dfs_ci.o cs_reach_ci.o cs_spsolve_ci.o \
  	cs_leaf_ci.o cs_ereach_ci.o cs_randperm_ci.o
@@ -38,7 +40,7 @@ diff -u upstrm/CXSparse/Lib/Makefile debsrc/CXSparse/Lib/Makefile
  
  CS_CL_OBJ =  cs_add_cl.o cs_amd_cl.o cs_chol_cl.o cs_cholsol_cl.o cs_counts_cl.o \
  	cs_cumsum_cl.o cs_droptol_cl.o cs_dropzeros_cl.o cs_dupl_cl.o \
-@@ -65,32 +68,50 @@
+@@ -69,32 +73,50 @@
  	cs_scc_cl.o cs_maxtrans_cl.o cs_dmperm_cl.o cs_updown_cl.o cs_print_cl.o \
  	cs_norm_cl.o cs_load_cl.o cs_dfs_cl.o cs_reach_cl.o cs_spsolve_cl.o \
  	cs_leaf_cl.o cs_ereach_cl.o cs_randperm_cl.o
@@ -78,7 +80,7 @@ diff -u upstrm/CXSparse/Lib/Makefile debsrc/CXSparse/Lib/Makefile
  	$(AR) libcxsparse.a $(CS)
  	$(RANLIB) libcxsparse.a
  
-+libcxsparse.so.3.2.0: $(CS_SL)
++libcxsparse.so.$(SOVERSION): $(CS_SL)
 +	$(CC) -shared $^ -lm -Wl,-soname -Wl,$@ -o $@
 +	ln -s $@ libcxsparse.so
 +
diff --git a/debian/patches/11-UMFPACK_Lib_GNUmakefile.diff b/debian/patches/11-UMFPACK_Lib_GNUmakefile.diff
index 0333826..a9baed5 100644
--- a/debian/patches/11-UMFPACK_Lib_GNUmakefile.diff
+++ b/debian/patches/11-UMFPACK_Lib_GNUmakefile.diff
@@ -5,12 +5,14 @@ Build shared version of UMFPACK library
 diff -u upstrm/UMFPACK/Lib/GNUmakefile debsrc/UMFPACK/Lib/GNUmakefile
 --- upstrm/UMFPACK/Lib/GNUmakefile	2007-05-06 14:31:22.000000000 +0200
 +++ debsrc/UMFPACK/Lib/GNUmakefile	2007-12-15 19:10:39.000000000 +0100
-@@ -2,7 +2,7 @@
+@@ -2,7 +2,9 @@
  # UMFPACK Makefile for compiling on Unix systems (for GNU Make)
  #-------------------------------------------------------------------------------
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl UMFPACK | sed 's/libumfpack//')
++
 -default: ../Lib/libumfpack.a
-+default: libumfpack.a libumfpack.so.3.2.0
++default: libumfpack.a libumfpack.so.$(SOVERSION)
  
  include ../../UFconfig/UFconfig.mk
  
@@ -287,7 +289,7 @@ diff -u upstrm/UMFPACK/Lib/GNUmakefile debsrc/UMFPACK/Lib/GNUmakefile
 +	$(AR) libumfpack.a $^
 +	- $(RANLIB) libumfpack.a
 +
-+libumfpack.so.3.2.0: $(II_SL) $(LL_SL) $(GN_SL) $(DI_SL) $(DL_SL) $(ZI_SL) $(ZL_SL)
++libumfpack.so.$(SOVERSION): $(II_SL) $(LL_SL) $(GN_SL) $(DI_SL) $(DL_SL) $(ZI_SL) $(ZL_SL)
 +	$(CC) -shared $^ -lm -lblas ../../AMD/Lib/libamd.so -Wl,-soname -Wl,$@ -o $@
 +	ln -s $@ libumfpack.so
  
diff --git a/debian/patches/12-CHOLMOD_Lib_Makefile.diff b/debian/patches/12-CHOLMOD_Lib_Makefile.diff
index e8029c4..b0cd3c4 100644
--- a/debian/patches/12-CHOLMOD_Lib_Makefile.diff
+++ b/debian/patches/12-CHOLMOD_Lib_Makefile.diff
@@ -5,12 +5,14 @@ Build shared version of CHOLMOD library.
 diff -u upstrm/CHOLMOD/Lib/Makefile debsrc/CHOLMOD/Lib/Makefile
 --- upstrm/CHOLMOD/Lib/Makefile	2007-05-05 16:36:56.000000000 +0200
 +++ debsrc/CHOLMOD/Lib/Makefile	2007-12-15 19:11:20.000000000 +0100
-@@ -10,7 +10,7 @@
+@@ -10,7 +10,9 @@
  
  C = $(CC) $(CFLAGS) $(CHOLMOD_CONFIG)
  
++SOVERSION = $(shell perl ../../debian/library-soname.pl CHOLMOD | sed 's/libcholmod//')
++
 -all: libcholmod.a
-+all: libcholmod.a libcholmod.so.3.2.0
++all: libcholmod.a libcholmod.so.$(SOVERSION)
  
  library: libcholmod.a
  
@@ -111,7 +113,7 @@ diff -u upstrm/CHOLMOD/Lib/Makefile debsrc/CHOLMOD/Lib/Makefile
  	$(RANLIB) libcholmod.a
  
 -$(OBJ): $(INC)
-+libcholmod.so.3.2.0: $(OBJ_SL)
++libcholmod.so.$(SOVERSION): $(OBJ_SL)
 +	$(CC) -shared $^ -lblas -llapack ../../AMD/Lib/libamd.so ../../COLAMD/Lib/libcolamd.so -lm  -Wl,-soname -Wl,$@ -o $@
 +	ln -s $@ libcholmod.so
 +
diff --git a/debian/rules b/debian/rules
index e813e31..7c85f9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,24 @@ ifeq ($(DEB_HOST_ARCH_CPU),amd64)
  CFLAGS+=-m64
 endif
 
-VERSION=3.2.0
+# List of libraries provided by SuiteSparse
+LIBRARIES = AMD CAMD BTF COLAMD CCOLAMD CHOLMOD CSparse CXSparse KLU LDL UMFPACK
+# Generate variables like "AMD = libamd<soversion>"
+$(foreach lib, $(LIBRARIES), $(eval $(lib) = $(shell perl debian/library-soname.pl $(lib))))
+# Lists of lib*.symbols and lib*.install files
+SYMBOLS_FILES = $(foreach lib, $(LIBRARIES), debian/$($(lib)).symbols)
+INSTALL_FILES = $(foreach lib, $(LIBRARIES), debian/$($(lib)).install)
 
-build/libsuitesparse-$(VERSION)::
+# This is for debian/control
+%: %.in
+	sed "$(foreach lib, $(LIBRARIES), s/@$(lib)@/$($(lib))/g;)" < $< > $@
+
+# Generate rules for debian/lib*.symbols and debian/lib*.install
+$(foreach lib, $(LIBRARIES), $(eval debian/$($(lib)).%: debian/%/$(lib) ; cp $$< $$@))
+
+makebuilddir:: $(SYMBOLS_FILES) $(INSTALL_FILES) debian/control
+
+common-build-arch::
 	-( cd AMD/Doc      && mv ChangeLog AMD_ChangeLog )
 	-( cd CAMD/Doc     && mv ChangeLog CAMD_ChangeLog )
 	-( cd CCOLAMD/Doc  && mv ChangeLog CCOLAMD_ChangeLog )
@@ -38,7 +53,7 @@ build/libsuitesparse-doc::
 	-( cd UMFPACK/Doc && mv UserGuide.pdf UMFPACK_UserGuide.pdf && mv UserGuide.bib UMFPACK_UserGuide.bib )
 	-( cd UMFPACK/Doc && mv QuickStart.pdf UMFPACK_QuickStart.pdf )
 
-cleanbuilddir/libsuitesparse-$(VERSION)::
+cleanbuilddir::
 	-( cd AMD/Doc      && mv AMD_ChangeLog ChangeLog )
 	-( cd CAMD/Doc     && mv CAMD_ChangeLog ChangeLog )
 	-( cd CCOLAMD/Doc  && mv CCOLAMD_ChangeLog ChangeLog )
@@ -61,6 +76,7 @@ clean::
 	-make purge
 	-find $(DEB_BUILDDIR) -name "*.a" | xargs rm
 	-find $(DEB_BUILDDIR) -name "*.so*" | xargs rm
+	rm -f $(SYMBOLS_FILES) $(INSTALL_FILES)
 
 get-orig-source:
 	uscan --force-download
diff --git a/debian/symbols/AMD b/debian/symbols/AMD
new file mode 100644
index 0000000..a787e80
--- /dev/null
+++ b/debian/symbols/AMD
@@ -0,0 +1,28 @@
+libamd.so.2.2 libamd2.2 #MINVER#
+ amd_1 at Base 1:3.3.0
+ amd_2 at Base 1:3.3.0
+ amd_aat at Base 1:3.3.0
+ amd_calloc at Base 1:3.3.0
+ amd_control at Base 1:3.3.0
+ amd_defaults at Base 1:3.3.0
+ amd_free at Base 1:3.3.0
+ amd_info at Base 1:3.3.0
+ amd_l1 at Base 1:3.3.0
+ amd_l2 at Base 1:3.3.0
+ amd_l_aat at Base 1:3.3.0
+ amd_l_control at Base 1:3.3.0
+ amd_l_defaults at Base 1:3.3.0
+ amd_l_info at Base 1:3.3.0
+ amd_l_order at Base 1:3.3.0
+ amd_l_post_tree at Base 1:3.3.0
+ amd_l_postorder at Base 1:3.3.0
+ amd_l_preprocess at Base 1:3.3.0
+ amd_l_valid at Base 1:3.3.0
+ amd_malloc at Base 1:3.3.0
+ amd_order at Base 1:3.3.0
+ amd_post_tree at Base 1:3.3.0
+ amd_postorder at Base 1:3.3.0
+ amd_preprocess at Base 1:3.3.0
+ amd_printf at Base 1:3.3.0
+ amd_realloc at Base 1:3.3.0
+ amd_valid at Base 1:3.3.0
diff --git a/debian/symbols/BTF b/debian/symbols/BTF
new file mode 100644
index 0000000..7afc6fa
--- /dev/null
+++ b/debian/symbols/BTF
@@ -0,0 +1,7 @@
+libbtf.so.1.0 libbtf1.0 #MINVER#
+ btf_l_maxtrans at Base 1:3.3.0
+ btf_l_order at Base 1:3.3.0
+ btf_l_strongcomp at Base 1:3.3.0
+ btf_maxtrans at Base 1:3.3.0
+ btf_order at Base 1:3.3.0
+ btf_strongcomp at Base 1:3.3.0
diff --git a/debian/symbols/CAMD b/debian/symbols/CAMD
new file mode 100644
index 0000000..a454478
--- /dev/null
+++ b/debian/symbols/CAMD
@@ -0,0 +1,28 @@
+libcamd.so.2.2 libcamd2.2 #MINVER#
+ camd_1 at Base 1:3.3.0
+ camd_2 at Base 1:3.3.0
+ camd_aat at Base 1:3.3.0
+ camd_calloc at Base 1:3.3.0
+ camd_control at Base 1:3.3.0
+ camd_cvalid at Base 1:3.3.0
+ camd_defaults at Base 1:3.3.0
+ camd_free at Base 1:3.3.0
+ camd_info at Base 1:3.3.0
+ camd_l1 at Base 1:3.3.0
+ camd_l2 at Base 1:3.3.0
+ camd_l_aat at Base 1:3.3.0
+ camd_l_control at Base 1:3.3.0
+ camd_l_cvalid at Base 1:3.3.0
+ camd_l_defaults at Base 1:3.3.0
+ camd_l_info at Base 1:3.3.0
+ camd_l_order at Base 1:3.3.0
+ camd_l_postorder at Base 1:3.3.0
+ camd_l_preprocess at Base 1:3.3.0
+ camd_l_valid at Base 1:3.3.0
+ camd_malloc at Base 1:3.3.0
+ camd_order at Base 1:3.3.0
+ camd_postorder at Base 1:3.3.0
+ camd_preprocess at Base 1:3.3.0
+ camd_printf at Base 1:3.3.0
+ camd_realloc at Base 1:3.3.0
+ camd_valid at Base 1:3.3.0
diff --git a/debian/symbols/CCOLAMD b/debian/symbols/CCOLAMD
new file mode 100644
index 0000000..5d936a8
--- /dev/null
+++ b/debian/symbols/CCOLAMD
@@ -0,0 +1,24 @@
+libccolamd.so.2.7 libccolamd2.7 #MINVER#
+ ccolamd2 at Base 1:3.3.0
+ ccolamd2_l at Base 1:3.3.0
+ ccolamd at Base 1:3.3.0
+ ccolamd_apply_order at Base 1:3.3.0
+ ccolamd_fsize at Base 1:3.3.0
+ ccolamd_l at Base 1:3.3.0
+ ccolamd_l_apply_order at Base 1:3.3.0
+ ccolamd_l_fsize at Base 1:3.3.0
+ ccolamd_l_post_tree at Base 1:3.3.0
+ ccolamd_l_postorder at Base 1:3.3.0
+ ccolamd_l_recommended at Base 1:3.3.0
+ ccolamd_l_report at Base 1:3.3.0
+ ccolamd_l_set_defaults at Base 1:3.3.0
+ ccolamd_post_tree at Base 1:3.3.0
+ ccolamd_postorder at Base 1:3.3.0
+ ccolamd_printf at Base 1:3.3.0
+ ccolamd_recommended at Base 1:3.3.0
+ ccolamd_report at Base 1:3.3.0
+ ccolamd_set_defaults at Base 1:3.3.0
+ csymamd at Base 1:3.3.0
+ csymamd_l at Base 1:3.3.0
+ csymamd_l_report at Base 1:3.3.0
+ csymamd_report at Base 1:3.3.0
diff --git a/debian/symbols/CHOLMOD b/debian/symbols/CHOLMOD
new file mode 100644
index 0000000..44331ba
--- /dev/null
+++ b/debian/symbols/CHOLMOD
@@ -0,0 +1,259 @@
+libcholmod.so.1.7.1 libcholmod1.7.1 #MINVER#
+ cholmod_aat at Base 1:3.3.0
+ cholmod_add at Base 1:3.3.0
+ cholmod_add_size_t at Base 1:3.3.0
+ cholmod_allocate_dense at Base 1:3.3.0
+ cholmod_allocate_factor at Base 1:3.3.0
+ cholmod_allocate_sparse at Base 1:3.3.0
+ cholmod_allocate_triplet at Base 1:3.3.0
+ cholmod_allocate_work at Base 1:3.3.0
+ cholmod_amd at Base 1:3.3.0
+ cholmod_analyze at Base 1:3.3.0
+ cholmod_analyze_ordering at Base 1:3.3.0
+ cholmod_analyze_p2 at Base 1:3.3.0
+ cholmod_analyze_p at Base 1:3.3.0
+ cholmod_band at Base 1:3.3.0
+ cholmod_band_inplace at Base 1:3.3.0
+ cholmod_calloc at Base 1:3.3.0
+ cholmod_change_factor at Base 1:3.3.0
+ cholmod_check_common at Base 1:3.3.0
+ cholmod_check_dense at Base 1:3.3.0
+ cholmod_check_factor at Base 1:3.3.0
+ cholmod_check_parent at Base 1:3.3.0
+ cholmod_check_perm at Base 1:3.3.0
+ cholmod_check_sparse at Base 1:3.3.0
+ cholmod_check_subset at Base 1:3.3.0
+ cholmod_check_triplet at Base 1:3.3.0
+ cholmod_clear_flag at Base 1:3.3.0
+ cholmod_colamd at Base 1:3.3.0
+ cholmod_copy at Base 1:3.3.0
+ cholmod_copy_dense2 at Base 1:3.3.0
+ cholmod_copy_dense at Base 1:3.3.0
+ cholmod_copy_factor at Base 1:3.3.0
+ cholmod_copy_sparse at Base 1:3.3.0
+ cholmod_copy_triplet at Base 1:3.3.0
+ cholmod_dbound at Base 1:3.3.0
+ cholmod_defaults at Base 1:3.3.0
+ cholmod_dense_to_sparse at Base 1:3.3.0
+ cholmod_dense_xtype at Base 1:3.3.0
+ cholmod_divcomplex at Base 1:3.3.0
+ cholmod_drop at Base 1:3.3.0
+ cholmod_error at Base 1:3.3.0
+ cholmod_etree at Base 1:3.3.0
+ cholmod_eye at Base 1:3.3.0
+ cholmod_factor_to_sparse at Base 1:3.3.0
+ cholmod_factor_xtype at Base 1:3.3.0
+ cholmod_factorize at Base 1:3.3.0
+ cholmod_factorize_p at Base 1:3.3.0
+ cholmod_finish at Base 1:3.3.0
+ cholmod_free at Base 1:3.3.0
+ cholmod_free_dense at Base 1:3.3.0
+ cholmod_free_factor at Base 1:3.3.0
+ cholmod_free_sparse at Base 1:3.3.0
+ cholmod_free_triplet at Base 1:3.3.0
+ cholmod_free_work at Base 1:3.3.0
+ cholmod_horzcat at Base 1:3.3.0
+ cholmod_hypot at Base 1:3.3.0
+ cholmod_l_aat at Base 1:3.3.0
+ cholmod_l_add at Base 1:3.3.0
+ cholmod_l_add_size_t at Base 1:3.3.0
+ cholmod_l_allocate_dense at Base 1:3.3.0
+ cholmod_l_allocate_factor at Base 1:3.3.0
+ cholmod_l_allocate_sparse at Base 1:3.3.0
+ cholmod_l_allocate_triplet at Base 1:3.3.0
+ cholmod_l_allocate_work at Base 1:3.3.0
+ cholmod_l_amd at Base 1:3.3.0
+ cholmod_l_analyze at Base 1:3.3.0
+ cholmod_l_analyze_ordering at Base 1:3.3.0
+ cholmod_l_analyze_p2 at Base 1:3.3.0
+ cholmod_l_analyze_p at Base 1:3.3.0
+ cholmod_l_band at Base 1:3.3.0
+ cholmod_l_band_inplace at Base 1:3.3.0
+ cholmod_l_calloc at Base 1:3.3.0
+ cholmod_l_change_factor at Base 1:3.3.0
+ cholmod_l_check_common at Base 1:3.3.0
+ cholmod_l_check_dense at Base 1:3.3.0
+ cholmod_l_check_factor at Base 1:3.3.0
+ cholmod_l_check_parent at Base 1:3.3.0
+ cholmod_l_check_perm at Base 1:3.3.0
+ cholmod_l_check_sparse at Base 1:3.3.0
+ cholmod_l_check_subset at Base 1:3.3.0
+ cholmod_l_check_triplet at Base 1:3.3.0
+ cholmod_l_clear_flag at Base 1:3.3.0
+ cholmod_l_colamd at Base 1:3.3.0
+ cholmod_l_copy at Base 1:3.3.0
+ cholmod_l_copy_dense2 at Base 1:3.3.0
+ cholmod_l_copy_dense at Base 1:3.3.0
+ cholmod_l_copy_factor at Base 1:3.3.0
+ cholmod_l_copy_sparse at Base 1:3.3.0
+ cholmod_l_copy_triplet at Base 1:3.3.0
+ cholmod_l_dbound at Base 1:3.3.0
+ cholmod_l_defaults at Base 1:3.3.0
+ cholmod_l_dense_to_sparse at Base 1:3.3.0
+ cholmod_l_dense_xtype at Base 1:3.3.0
+ cholmod_l_divcomplex at Base 1:3.3.0
+ cholmod_l_drop at Base 1:3.3.0
+ cholmod_l_error at Base 1:3.3.0
+ cholmod_l_etree at Base 1:3.3.0
+ cholmod_l_eye at Base 1:3.3.0
+ cholmod_l_factor_to_sparse at Base 1:3.3.0
+ cholmod_l_factor_xtype at Base 1:3.3.0
+ cholmod_l_factorize at Base 1:3.3.0
+ cholmod_l_factorize_p at Base 1:3.3.0
+ cholmod_l_finish at Base 1:3.3.0
+ cholmod_l_free at Base 1:3.3.0
+ cholmod_l_free_dense at Base 1:3.3.0
+ cholmod_l_free_factor at Base 1:3.3.0
+ cholmod_l_free_sparse at Base 1:3.3.0
+ cholmod_l_free_triplet at Base 1:3.3.0
+ cholmod_l_free_work at Base 1:3.3.0
+ cholmod_l_horzcat at Base 1:3.3.0
+ cholmod_l_hypot at Base 1:3.3.0
+ cholmod_l_malloc at Base 1:3.3.0
+ cholmod_l_maxrank at Base 1:3.3.0
+ cholmod_l_mult_size_t at Base 1:3.3.0
+ cholmod_l_nnz at Base 1:3.3.0
+ cholmod_l_norm_dense at Base 1:3.3.0
+ cholmod_l_norm_sparse at Base 1:3.3.0
+ cholmod_l_ones at Base 1:3.3.0
+ cholmod_l_pack_factor at Base 1:3.3.0
+ cholmod_l_postorder at Base 1:3.3.0
+ cholmod_l_print_common at Base 1:3.3.0
+ cholmod_l_print_dense at Base 1:3.3.0
+ cholmod_l_print_factor at Base 1:3.3.0
+ cholmod_l_print_parent at Base 1:3.3.0
+ cholmod_l_print_perm at Base 1:3.3.0
+ cholmod_l_print_sparse at Base 1:3.3.0
+ cholmod_l_print_subset at Base 1:3.3.0
+ cholmod_l_print_triplet at Base 1:3.3.0
+ cholmod_l_ptranspose at Base 1:3.3.0
+ cholmod_l_rcond at Base 1:3.3.0
+ cholmod_l_read_dense at Base 1:3.3.0
+ cholmod_l_read_matrix at Base 1:3.3.0
+ cholmod_l_read_sparse at Base 1:3.3.0
+ cholmod_l_read_triplet at Base 1:3.3.0
+ cholmod_l_realloc at Base 1:3.3.0
+ cholmod_l_realloc_multiple at Base 1:3.3.0
+ cholmod_l_reallocate_column at Base 1:3.3.0
+ cholmod_l_reallocate_factor at Base 1:3.3.0
+ cholmod_l_reallocate_sparse at Base 1:3.3.0
+ cholmod_l_reallocate_triplet at Base 1:3.3.0
+ cholmod_l_resymbol at Base 1:3.3.0
+ cholmod_l_resymbol_noperm at Base 1:3.3.0
+ cholmod_l_row_lsubtree at Base 1:3.3.0
+ cholmod_l_row_subtree at Base 1:3.3.0
+ cholmod_l_rowadd at Base 1:3.3.0
+ cholmod_l_rowadd_mark at Base 1:3.3.0
+ cholmod_l_rowadd_solve at Base 1:3.3.0
+ cholmod_l_rowcolcounts at Base 1:3.3.0
+ cholmod_l_rowdel at Base 1:3.3.0
+ cholmod_l_rowdel_mark at Base 1:3.3.0
+ cholmod_l_rowdel_solve at Base 1:3.3.0
+ cholmod_l_rowfac at Base 1:3.3.0
+ cholmod_l_rowfac_mask at Base 1:3.3.0
+ cholmod_l_scale at Base 1:3.3.0
+ cholmod_l_sdmult at Base 1:3.3.0
+ cholmod_l_solve at Base 1:3.3.0
+ cholmod_l_sort at Base 1:3.3.0
+ cholmod_l_sparse_to_dense at Base 1:3.3.0
+ cholmod_l_sparse_to_triplet at Base 1:3.3.0
+ cholmod_l_sparse_xtype at Base 1:3.3.0
+ cholmod_l_speye at Base 1:3.3.0
+ cholmod_l_spsolve at Base 1:3.3.0
+ cholmod_l_spzeros at Base 1:3.3.0
+ cholmod_l_ssmult at Base 1:3.3.0
+ cholmod_l_start at Base 1:3.3.0
+ cholmod_l_submatrix at Base 1:3.3.0
+ cholmod_l_super_lsolve at Base 1:3.3.0
+ cholmod_l_super_ltsolve at Base 1:3.3.0
+ cholmod_l_super_numeric at Base 1:3.3.0
+ cholmod_l_super_symbolic2 at Base 1:3.3.0
+ cholmod_l_super_symbolic at Base 1:3.3.0
+ cholmod_l_symmetry at Base 1:3.3.0
+ cholmod_l_transpose at Base 1:3.3.0
+ cholmod_l_transpose_sym at Base 1:3.3.0
+ cholmod_l_transpose_unsym at Base 1:3.3.0
+ cholmod_l_triplet_to_sparse at Base 1:3.3.0
+ cholmod_l_triplet_xtype at Base 1:3.3.0
+ cholmod_l_updown at Base 1:3.3.0
+ cholmod_l_updown_mark at Base 1:3.3.0
+ cholmod_l_updown_mask at Base 1:3.3.0
+ cholmod_l_updown_solve at Base 1:3.3.0
+ cholmod_l_vertcat at Base 1:3.3.0
+ cholmod_l_write_dense at Base 1:3.3.0
+ cholmod_l_write_sparse at Base 1:3.3.0
+ cholmod_l_zeros at Base 1:3.3.0
+ cholmod_malloc at Base 1:3.3.0
+ cholmod_maxrank at Base 1:3.3.0
+ cholmod_mult_size_t at Base 1:3.3.0
+ cholmod_nnz at Base 1:3.3.0
+ cholmod_norm_dense at Base 1:3.3.0
+ cholmod_norm_sparse at Base 1:3.3.0
+ cholmod_ones at Base 1:3.3.0
+ cholmod_pack_factor at Base 1:3.3.0
+ cholmod_postorder at Base 1:3.3.0
+ cholmod_print_common at Base 1:3.3.0
+ cholmod_print_dense at Base 1:3.3.0
+ cholmod_print_factor at Base 1:3.3.0
+ cholmod_print_parent at Base 1:3.3.0
+ cholmod_print_perm at Base 1:3.3.0
+ cholmod_print_sparse at Base 1:3.3.0
+ cholmod_print_subset at Base 1:3.3.0
+ cholmod_print_triplet at Base 1:3.3.0
+ cholmod_ptranspose at Base 1:3.3.0
+ cholmod_rcond at Base 1:3.3.0
+ cholmod_read_dense at Base 1:3.3.0
+ cholmod_read_matrix at Base 1:3.3.0
+ cholmod_read_sparse at Base 1:3.3.0
+ cholmod_read_triplet at Base 1:3.3.0
+ cholmod_realloc at Base 1:3.3.0
+ cholmod_realloc_multiple at Base 1:3.3.0
+ cholmod_reallocate_column at Base 1:3.3.0
+ cholmod_reallocate_factor at Base 1:3.3.0
+ cholmod_reallocate_sparse at Base 1:3.3.0
+ cholmod_reallocate_triplet at Base 1:3.3.0
+ cholmod_resymbol at Base 1:3.3.0
+ cholmod_resymbol_noperm at Base 1:3.3.0
+ cholmod_row_lsubtree at Base 1:3.3.0
+ cholmod_row_subtree at Base 1:3.3.0
+ cholmod_rowadd at Base 1:3.3.0
+ cholmod_rowadd_mark at Base 1:3.3.0
+ cholmod_rowadd_solve at Base 1:3.3.0
+ cholmod_rowcolcounts at Base 1:3.3.0
+ cholmod_rowdel at Base 1:3.3.0
+ cholmod_rowdel_mark at Base 1:3.3.0
+ cholmod_rowdel_solve at Base 1:3.3.0
+ cholmod_rowfac at Base 1:3.3.0
+ cholmod_rowfac_mask at Base 1:3.3.0
+ cholmod_scale at Base 1:3.3.0
+ cholmod_sdmult at Base 1:3.3.0
+ cholmod_solve at Base 1:3.3.0
+ cholmod_sort at Base 1:3.3.0
+ cholmod_sparse_to_dense at Base 1:3.3.0
+ cholmod_sparse_to_triplet at Base 1:3.3.0
+ cholmod_sparse_xtype at Base 1:3.3.0
+ cholmod_speye at Base 1:3.3.0
+ cholmod_spsolve at Base 1:3.3.0
+ cholmod_spzeros at Base 1:3.3.0
+ cholmod_ssmult at Base 1:3.3.0
+ cholmod_start at Base 1:3.3.0
+ cholmod_submatrix at Base 1:3.3.0
+ cholmod_super_lsolve at Base 1:3.3.0
+ cholmod_super_ltsolve at Base 1:3.3.0
+ cholmod_super_numeric at Base 1:3.3.0
+ cholmod_super_symbolic2 at Base 1:3.3.0
+ cholmod_super_symbolic at Base 1:3.3.0
+ cholmod_symmetry at Base 1:3.3.0
+ cholmod_transpose at Base 1:3.3.0
+ cholmod_transpose_sym at Base 1:3.3.0
+ cholmod_transpose_unsym at Base 1:3.3.0
+ cholmod_triplet_to_sparse at Base 1:3.3.0
+ cholmod_triplet_xtype at Base 1:3.3.0
+ cholmod_updown at Base 1:3.3.0
+ cholmod_updown_mark at Base 1:3.3.0
+ cholmod_updown_mask at Base 1:3.3.0
+ cholmod_updown_solve at Base 1:3.3.0
+ cholmod_vertcat at Base 1:3.3.0
+ cholmod_write_dense at Base 1:3.3.0
+ cholmod_write_sparse at Base 1:3.3.0
+ cholmod_zeros at Base 1:3.3.0
diff --git a/debian/symbols/COLAMD b/debian/symbols/COLAMD
new file mode 100644
index 0000000..a026941
--- /dev/null
+++ b/debian/symbols/COLAMD
@@ -0,0 +1,14 @@
+libcolamd.so.2.7 libcolamd2.7 #MINVER#
+ colamd at Base 1:3.3.0
+ colamd_l at Base 1:3.3.0
+ colamd_l_recommended at Base 1:3.3.0
+ colamd_l_report at Base 1:3.3.0
+ colamd_l_set_defaults at Base 1:3.3.0
+ colamd_printf at Base 1:3.3.0
+ colamd_recommended at Base 1:3.3.0
+ colamd_report at Base 1:3.3.0
+ colamd_set_defaults at Base 1:3.3.0
+ symamd at Base 1:3.3.0
+ symamd_l at Base 1:3.3.0
+ symamd_l_report at Base 1:3.3.0
+ symamd_report at Base 1:3.3.0
diff --git a/debian/symbols/CSparse b/debian/symbols/CSparse
new file mode 100644
index 0000000..8f239aa
--- /dev/null
+++ b/debian/symbols/CSparse
@@ -0,0 +1,65 @@
+libcsparse.so.2.2.3 libcsparse2.2.3 #MINVER#
+ cs_add at Base 1:3.3.0
+ cs_amd at Base 1:3.3.0
+ cs_calloc at Base 1:3.3.0
+ cs_chol at Base 1:3.3.0
+ cs_cholsol at Base 1:3.3.0
+ cs_compress at Base 1:3.3.0
+ cs_counts at Base 1:3.3.0
+ cs_cumsum at Base 1:3.3.0
+ cs_dalloc at Base 1:3.3.0
+ cs_ddone at Base 1:3.3.0
+ cs_dfree at Base 1:3.3.0
+ cs_dfs at Base 1:3.3.0
+ cs_dmperm at Base 1:3.3.0
+ cs_done at Base 1:3.3.0
+ cs_droptol at Base 1:3.3.0
+ cs_dropzeros at Base 1:3.3.0
+ cs_dupl at Base 1:3.3.0
+ cs_entry at Base 1:3.3.0
+ cs_ereach at Base 1:3.3.0
+ cs_etree at Base 1:3.3.0
+ cs_fkeep at Base 1:3.3.0
+ cs_free at Base 1:3.3.0
+ cs_gaxpy at Base 1:3.3.0
+ cs_happly at Base 1:3.3.0
+ cs_house at Base 1:3.3.0
+ cs_idone at Base 1:3.3.0
+ cs_ipvec at Base 1:3.3.0
+ cs_leaf at Base 1:3.3.0
+ cs_load at Base 1:3.3.0
+ cs_lsolve at Base 1:3.3.0
+ cs_ltsolve at Base 1:3.3.0
+ cs_lu at Base 1:3.3.0
+ cs_lusol at Base 1:3.3.0
+ cs_malloc at Base 1:3.3.0
+ cs_maxtrans at Base 1:3.3.0
+ cs_multiply at Base 1:3.3.0
+ cs_ndone at Base 1:3.3.0
+ cs_nfree at Base 1:3.3.0
+ cs_norm at Base 1:3.3.0
+ cs_permute at Base 1:3.3.0
+ cs_pinv at Base 1:3.3.0
+ cs_post at Base 1:3.3.0
+ cs_print at Base 1:3.3.0
+ cs_pvec at Base 1:3.3.0
+ cs_qr at Base 1:3.3.0
+ cs_qrsol at Base 1:3.3.0
+ cs_randperm at Base 1:3.3.0
+ cs_reach at Base 1:3.3.0
+ cs_realloc at Base 1:3.3.0
+ cs_scatter at Base 1:3.3.0
+ cs_scc at Base 1:3.3.0
+ cs_schol at Base 1:3.3.0
+ cs_sfree at Base 1:3.3.0
+ cs_spalloc at Base 1:3.3.0
+ cs_spfree at Base 1:3.3.0
+ cs_sprealloc at Base 1:3.3.0
+ cs_spsolve at Base 1:3.3.0
+ cs_sqr at Base 1:3.3.0
+ cs_symperm at Base 1:3.3.0
+ cs_tdfs at Base 1:3.3.0
+ cs_transpose at Base 1:3.3.0
+ cs_updown at Base 1:3.3.0
+ cs_usolve at Base 1:3.3.0
+ cs_utsolve at Base 1:3.3.0
diff --git a/debian/symbols/CXSparse b/debian/symbols/CXSparse
new file mode 100644
index 0000000..50386c6
--- /dev/null
+++ b/debian/symbols/CXSparse
@@ -0,0 +1,261 @@
+libcxsparse.so.2.2.3 libcxsparse2.2.3 #MINVER#
+ cs_ci_add at Base 1:3.3.0
+ cs_ci_amd at Base 1:3.3.0
+ cs_ci_calloc at Base 1:3.3.0
+ cs_ci_chol at Base 1:3.3.0
+ cs_ci_cholsol at Base 1:3.3.0
+ cs_ci_compress at Base 1:3.3.0
+ cs_ci_counts at Base 1:3.3.0
+ cs_ci_cumsum at Base 1:3.3.0
+ cs_ci_dalloc at Base 1:3.3.0
+ cs_ci_ddone at Base 1:3.3.0
+ cs_ci_dfree at Base 1:3.3.0
+ cs_ci_dfs at Base 1:3.3.0
+ cs_ci_dmperm at Base 1:3.3.0
+ cs_ci_done at Base 1:3.3.0
+ cs_ci_droptol at Base 1:3.3.0
+ cs_ci_dropzeros at Base 1:3.3.0
+ cs_ci_dupl at Base 1:3.3.0
+ cs_ci_entry at Base 1:3.3.0
+ cs_ci_ereach at Base 1:3.3.0
+ cs_ci_etree at Base 1:3.3.0
+ cs_ci_fkeep at Base 1:3.3.0
+ cs_ci_free at Base 1:3.3.0
+ cs_ci_gaxpy at Base 1:3.3.0
+ cs_ci_happly at Base 1:3.3.0
+ cs_ci_house at Base 1:3.3.0
+ cs_ci_idone at Base 1:3.3.0
+ cs_ci_ipvec at Base 1:3.3.0
+ cs_ci_leaf at Base 1:3.3.0
+ cs_ci_load at Base 1:3.3.0
+ cs_ci_lsolve at Base 1:3.3.0
+ cs_ci_ltsolve at Base 1:3.3.0
+ cs_ci_lu at Base 1:3.3.0
+ cs_ci_lusol at Base 1:3.3.0
+ cs_ci_malloc at Base 1:3.3.0
+ cs_ci_maxtrans at Base 1:3.3.0
+ cs_ci_multiply at Base 1:3.3.0
+ cs_ci_ndone at Base 1:3.3.0
+ cs_ci_nfree at Base 1:3.3.0
+ cs_ci_norm at Base 1:3.3.0
+ cs_ci_permute at Base 1:3.3.0
+ cs_ci_pinv at Base 1:3.3.0
+ cs_ci_post at Base 1:3.3.0
+ cs_ci_print at Base 1:3.3.0
+ cs_ci_pvec at Base 1:3.3.0
+ cs_ci_qr at Base 1:3.3.0
+ cs_ci_qrsol at Base 1:3.3.0
+ cs_ci_randperm at Base 1:3.3.0
+ cs_ci_reach at Base 1:3.3.0
+ cs_ci_realloc at Base 1:3.3.0
+ cs_ci_scatter at Base 1:3.3.0
+ cs_ci_scc at Base 1:3.3.0
+ cs_ci_schol at Base 1:3.3.0
+ cs_ci_sfree at Base 1:3.3.0
+ cs_ci_spalloc at Base 1:3.3.0
+ cs_ci_spfree at Base 1:3.3.0
+ cs_ci_sprealloc at Base 1:3.3.0
+ cs_ci_spsolve at Base 1:3.3.0
+ cs_ci_sqr at Base 1:3.3.0
+ cs_ci_symperm at Base 1:3.3.0
+ cs_ci_tdfs at Base 1:3.3.0
+ cs_ci_transpose at Base 1:3.3.0
+ cs_ci_updown at Base 1:3.3.0
+ cs_ci_usolve at Base 1:3.3.0
+ cs_ci_utsolve at Base 1:3.3.0
+ cs_cl_add at Base 1:3.3.0
+ cs_cl_amd at Base 1:3.3.0
+ cs_cl_calloc at Base 1:3.3.0
+ cs_cl_chol at Base 1:3.3.0
+ cs_cl_cholsol at Base 1:3.3.0
+ cs_cl_compress at Base 1:3.3.0
+ cs_cl_counts at Base 1:3.3.0
+ cs_cl_cumsum at Base 1:3.3.0
+ cs_cl_dalloc at Base 1:3.3.0
+ cs_cl_ddone at Base 1:3.3.0
+ cs_cl_dfree at Base 1:3.3.0
+ cs_cl_dfs at Base 1:3.3.0
+ cs_cl_dmperm at Base 1:3.3.0
+ cs_cl_done at Base 1:3.3.0
+ cs_cl_droptol at Base 1:3.3.0
+ cs_cl_dropzeros at Base 1:3.3.0
+ cs_cl_dupl at Base 1:3.3.0
+ cs_cl_entry at Base 1:3.3.0
+ cs_cl_ereach at Base 1:3.3.0
+ cs_cl_etree at Base 1:3.3.0
+ cs_cl_fkeep at Base 1:3.3.0
+ cs_cl_free at Base 1:3.3.0
+ cs_cl_gaxpy at Base 1:3.3.0
+ cs_cl_happly at Base 1:3.3.0
+ cs_cl_house at Base 1:3.3.0
+ cs_cl_idone at Base 1:3.3.0
+ cs_cl_ipvec at Base 1:3.3.0
+ cs_cl_leaf at Base 1:3.3.0
+ cs_cl_load at Base 1:3.3.0
+ cs_cl_lsolve at Base 1:3.3.0
+ cs_cl_ltsolve at Base 1:3.3.0
+ cs_cl_lu at Base 1:3.3.0
+ cs_cl_lusol at Base 1:3.3.0
+ cs_cl_malloc at Base 1:3.3.0
+ cs_cl_maxtrans at Base 1:3.3.0
+ cs_cl_multiply at Base 1:3.3.0
+ cs_cl_ndone at Base 1:3.3.0
+ cs_cl_nfree at Base 1:3.3.0
+ cs_cl_norm at Base 1:3.3.0
+ cs_cl_permute at Base 1:3.3.0
+ cs_cl_pinv at Base 1:3.3.0
+ cs_cl_post at Base 1:3.3.0
+ cs_cl_print at Base 1:3.3.0
+ cs_cl_pvec at Base 1:3.3.0
+ cs_cl_qr at Base 1:3.3.0
+ cs_cl_qrsol at Base 1:3.3.0
+ cs_cl_randperm at Base 1:3.3.0
+ cs_cl_reach at Base 1:3.3.0
+ cs_cl_realloc at Base 1:3.3.0
+ cs_cl_scatter at Base 1:3.3.0
+ cs_cl_scc at Base 1:3.3.0
+ cs_cl_schol at Base 1:3.3.0
+ cs_cl_sfree at Base 1:3.3.0
+ cs_cl_spalloc at Base 1:3.3.0
+ cs_cl_spfree at Base 1:3.3.0
+ cs_cl_sprealloc at Base 1:3.3.0
+ cs_cl_spsolve at Base 1:3.3.0
+ cs_cl_sqr at Base 1:3.3.0
+ cs_cl_symperm at Base 1:3.3.0
+ cs_cl_tdfs at Base 1:3.3.0
+ cs_cl_transpose at Base 1:3.3.0
+ cs_cl_updown at Base 1:3.3.0
+ cs_cl_usolve at Base 1:3.3.0
+ cs_cl_utsolve at Base 1:3.3.0
+ cs_di_add at Base 1:3.3.0
+ cs_di_amd at Base 1:3.3.0
+ cs_di_calloc at Base 1:3.3.0
+ cs_di_chol at Base 1:3.3.0
+ cs_di_cholsol at Base 1:3.3.0
+ cs_di_compress at Base 1:3.3.0
+ cs_di_counts at Base 1:3.3.0
+ cs_di_cumsum at Base 1:3.3.0
+ cs_di_dalloc at Base 1:3.3.0
+ cs_di_ddone at Base 1:3.3.0
+ cs_di_dfree at Base 1:3.3.0
+ cs_di_dfs at Base 1:3.3.0
+ cs_di_dmperm at Base 1:3.3.0
+ cs_di_done at Base 1:3.3.0
+ cs_di_droptol at Base 1:3.3.0
+ cs_di_dropzeros at Base 1:3.3.0
+ cs_di_dupl at Base 1:3.3.0
+ cs_di_entry at Base 1:3.3.0
+ cs_di_ereach at Base 1:3.3.0
+ cs_di_etree at Base 1:3.3.0
+ cs_di_fkeep at Base 1:3.3.0
+ cs_di_free at Base 1:3.3.0
+ cs_di_gaxpy at Base 1:3.3.0
+ cs_di_happly at Base 1:3.3.0
+ cs_di_house at Base 1:3.3.0
+ cs_di_idone at Base 1:3.3.0
+ cs_di_ipvec at Base 1:3.3.0
+ cs_di_leaf at Base 1:3.3.0
+ cs_di_load at Base 1:3.3.0
+ cs_di_lsolve at Base 1:3.3.0
+ cs_di_ltsolve at Base 1:3.3.0
+ cs_di_lu at Base 1:3.3.0
+ cs_di_lusol at Base 1:3.3.0
+ cs_di_malloc at Base 1:3.3.0
+ cs_di_maxtrans at Base 1:3.3.0
+ cs_di_multiply at Base 1:3.3.0
+ cs_di_ndone at Base 1:3.3.0
+ cs_di_nfree at Base 1:3.3.0
+ cs_di_norm at Base 1:3.3.0
+ cs_di_permute at Base 1:3.3.0
+ cs_di_pinv at Base 1:3.3.0
+ cs_di_post at Base 1:3.3.0
+ cs_di_print at Base 1:3.3.0
+ cs_di_pvec at Base 1:3.3.0
+ cs_di_qr at Base 1:3.3.0
+ cs_di_qrsol at Base 1:3.3.0
+ cs_di_randperm at Base 1:3.3.0
+ cs_di_reach at Base 1:3.3.0
+ cs_di_realloc at Base 1:3.3.0
+ cs_di_scatter at Base 1:3.3.0
+ cs_di_scc at Base 1:3.3.0
+ cs_di_schol at Base 1:3.3.0
+ cs_di_sfree at Base 1:3.3.0
+ cs_di_spalloc at Base 1:3.3.0
+ cs_di_spfree at Base 1:3.3.0
+ cs_di_sprealloc at Base 1:3.3.0
+ cs_di_spsolve at Base 1:3.3.0
+ cs_di_sqr at Base 1:3.3.0
+ cs_di_symperm at Base 1:3.3.0
+ cs_di_tdfs at Base 1:3.3.0
+ cs_di_transpose at Base 1:3.3.0
+ cs_di_updown at Base 1:3.3.0
+ cs_di_usolve at Base 1:3.3.0
+ cs_di_utsolve at Base 1:3.3.0
+ cs_dl_add at Base 1:3.3.0
+ cs_dl_amd at Base 1:3.3.0
+ cs_dl_calloc at Base 1:3.3.0
+ cs_dl_chol at Base 1:3.3.0
+ cs_dl_cholsol at Base 1:3.3.0
+ cs_dl_compress at Base 1:3.3.0
+ cs_dl_counts at Base 1:3.3.0
+ cs_dl_cumsum at Base 1:3.3.0
+ cs_dl_dalloc at Base 1:3.3.0
+ cs_dl_ddone at Base 1:3.3.0
+ cs_dl_dfree at Base 1:3.3.0
+ cs_dl_dfs at Base 1:3.3.0
+ cs_dl_dmperm at Base 1:3.3.0
+ cs_dl_done at Base 1:3.3.0
+ cs_dl_droptol at Base 1:3.3.0
+ cs_dl_dropzeros at Base 1:3.3.0
+ cs_dl_dupl at Base 1:3.3.0
+ cs_dl_entry at Base 1:3.3.0
+ cs_dl_ereach at Base 1:3.3.0
+ cs_dl_etree at Base 1:3.3.0
+ cs_dl_fkeep at Base 1:3.3.0
+ cs_dl_free at Base 1:3.3.0
+ cs_dl_gaxpy at Base 1:3.3.0
+ cs_dl_happly at Base 1:3.3.0
+ cs_dl_house at Base 1:3.3.0
+ cs_dl_idone at Base 1:3.3.0
+ cs_dl_ipvec at Base 1:3.3.0
+ cs_dl_leaf at Base 1:3.3.0
+ cs_dl_load at Base 1:3.3.0
+ cs_dl_lsolve at Base 1:3.3.0
+ cs_dl_ltsolve at Base 1:3.3.0
+ cs_dl_lu at Base 1:3.3.0
+ cs_dl_lusol at Base 1:3.3.0
+ cs_dl_malloc at Base 1:3.3.0
+ cs_dl_maxtrans at Base 1:3.3.0
+ cs_dl_multiply at Base 1:3.3.0
+ cs_dl_ndone at Base 1:3.3.0
+ cs_dl_nfree at Base 1:3.3.0
+ cs_dl_norm at Base 1:3.3.0
+ cs_dl_permute at Base 1:3.3.0
+ cs_dl_pinv at Base 1:3.3.0
+ cs_dl_post at Base 1:3.3.0
+ cs_dl_print at Base 1:3.3.0
+ cs_dl_pvec at Base 1:3.3.0
+ cs_dl_qr at Base 1:3.3.0
+ cs_dl_qrsol at Base 1:3.3.0
+ cs_dl_randperm at Base 1:3.3.0
+ cs_dl_reach at Base 1:3.3.0
+ cs_dl_realloc at Base 1:3.3.0
+ cs_dl_scatter at Base 1:3.3.0
+ cs_dl_scc at Base 1:3.3.0
+ cs_dl_schol at Base 1:3.3.0
+ cs_dl_sfree at Base 1:3.3.0
+ cs_dl_spalloc at Base 1:3.3.0
+ cs_dl_spfree at Base 1:3.3.0
+ cs_dl_sprealloc at Base 1:3.3.0
+ cs_dl_spsolve at Base 1:3.3.0
+ cs_dl_sqr at Base 1:3.3.0
+ cs_dl_symperm at Base 1:3.3.0
+ cs_dl_tdfs at Base 1:3.3.0
+ cs_dl_transpose at Base 1:3.3.0
+ cs_dl_updown at Base 1:3.3.0
+ cs_dl_usolve at Base 1:3.3.0
+ cs_dl_utsolve at Base 1:3.3.0
+ cs_i_complex at Base 1:3.3.0
+ cs_i_real at Base 1:3.3.0
+ cs_l_complex at Base 1:3.3.0
+ cs_l_real at Base 1:3.3.0
diff --git a/debian/symbols/KLU b/debian/symbols/KLU
new file mode 100644
index 0000000..7b5771f
--- /dev/null
+++ b/debian/symbols/KLU
@@ -0,0 +1,93 @@
+libklu.so.1.1 libklu1.1 #MINVER#
+ klu_add_size_t at Base 1:3.3.0
+ klu_alloc_symbolic at Base 1:3.3.0
+ klu_analyze at Base 1:3.3.0
+ klu_analyze_given at Base 1:3.3.0
+ klu_condest at Base 1:3.3.0
+ klu_defaults at Base 1:3.3.0
+ klu_extract at Base 1:3.3.0
+ klu_factor at Base 1:3.3.0
+ klu_flops at Base 1:3.3.0
+ klu_free at Base 1:3.3.0
+ klu_free_numeric at Base 1:3.3.0
+ klu_free_symbolic at Base 1:3.3.0
+ klu_kernel at Base 1:3.3.0
+ klu_kernel_factor at Base 1:3.3.0
+ klu_l_add_size_t at Base 1:3.3.0
+ klu_l_alloc_symbolic at Base 1:3.3.0
+ klu_l_analyze at Base 1:3.3.0
+ klu_l_analyze_given at Base 1:3.3.0
+ klu_l_condest at Base 1:3.3.0
+ klu_l_defaults at Base 1:3.3.0
+ klu_l_extract at Base 1:3.3.0
+ klu_l_factor at Base 1:3.3.0
+ klu_l_flops at Base 1:3.3.0
+ klu_l_free at Base 1:3.3.0
+ klu_l_free_numeric at Base 1:3.3.0
+ klu_l_free_symbolic at Base 1:3.3.0
+ klu_l_kernel at Base 1:3.3.0
+ klu_l_kernel_factor at Base 1:3.3.0
+ klu_l_lsolve at Base 1:3.3.0
+ klu_l_ltsolve at Base 1:3.3.0
+ klu_l_malloc at Base 1:3.3.0
+ klu_l_mult_size_t at Base 1:3.3.0
+ klu_l_rcond at Base 1:3.3.0
+ klu_l_realloc at Base 1:3.3.0
+ klu_l_refactor at Base 1:3.3.0
+ klu_l_rgrowth at Base 1:3.3.0
+ klu_l_scale at Base 1:3.3.0
+ klu_l_solve at Base 1:3.3.0
+ klu_l_sort at Base 1:3.3.0
+ klu_l_tsolve at Base 1:3.3.0
+ klu_l_usolve at Base 1:3.3.0
+ klu_l_utsolve at Base 1:3.3.0
+ klu_lsolve at Base 1:3.3.0
+ klu_ltsolve at Base 1:3.3.0
+ klu_malloc at Base 1:3.3.0
+ klu_mult_size_t at Base 1:3.3.0
+ klu_rcond at Base 1:3.3.0
+ klu_realloc at Base 1:3.3.0
+ klu_refactor at Base 1:3.3.0
+ klu_rgrowth at Base 1:3.3.0
+ klu_scale at Base 1:3.3.0
+ klu_solve at Base 1:3.3.0
+ klu_sort at Base 1:3.3.0
+ klu_tsolve at Base 1:3.3.0
+ klu_usolve at Base 1:3.3.0
+ klu_utsolve at Base 1:3.3.0
+ klu_z_condest at Base 1:3.3.0
+ klu_z_extract at Base 1:3.3.0
+ klu_z_factor at Base 1:3.3.0
+ klu_z_flops at Base 1:3.3.0
+ klu_z_free_numeric at Base 1:3.3.0
+ klu_z_kernel at Base 1:3.3.0
+ klu_z_kernel_factor at Base 1:3.3.0
+ klu_z_lsolve at Base 1:3.3.0
+ klu_z_ltsolve at Base 1:3.3.0
+ klu_z_rcond at Base 1:3.3.0
+ klu_z_refactor at Base 1:3.3.0
+ klu_z_rgrowth at Base 1:3.3.0
+ klu_z_scale at Base 1:3.3.0
+ klu_z_solve at Base 1:3.3.0
+ klu_z_sort at Base 1:3.3.0
+ klu_z_tsolve at Base 1:3.3.0
+ klu_z_usolve at Base 1:3.3.0
+ klu_z_utsolve at Base 1:3.3.0
+ klu_zl_condest at Base 1:3.3.0
+ klu_zl_extract at Base 1:3.3.0
+ klu_zl_factor at Base 1:3.3.0
+ klu_zl_flops at Base 1:3.3.0
+ klu_zl_free_numeric at Base 1:3.3.0
+ klu_zl_kernel at Base 1:3.3.0
+ klu_zl_kernel_factor at Base 1:3.3.0
+ klu_zl_lsolve at Base 1:3.3.0
+ klu_zl_ltsolve at Base 1:3.3.0
+ klu_zl_rcond at Base 1:3.3.0
+ klu_zl_refactor at Base 1:3.3.0
+ klu_zl_rgrowth at Base 1:3.3.0
+ klu_zl_scale at Base 1:3.3.0
+ klu_zl_solve at Base 1:3.3.0
+ klu_zl_sort at Base 1:3.3.0
+ klu_zl_tsolve at Base 1:3.3.0
+ klu_zl_usolve at Base 1:3.3.0
+ klu_zl_utsolve at Base 1:3.3.0
diff --git a/debian/symbols/LDL b/debian/symbols/LDL
new file mode 100644
index 0000000..9796a47
--- /dev/null
+++ b/debian/symbols/LDL
@@ -0,0 +1,19 @@
+libldl.so.2.0 libldl2.0 #MINVER#
+ ldl_dsolve at Base 1:3.3.0
+ ldl_l_dsolve at Base 1:3.3.0
+ ldl_l_lsolve at Base 1:3.3.0
+ ldl_l_ltsolve at Base 1:3.3.0
+ ldl_l_numeric at Base 1:3.3.0
+ ldl_l_perm at Base 1:3.3.0
+ ldl_l_permt at Base 1:3.3.0
+ ldl_l_symbolic at Base 1:3.3.0
+ ldl_l_valid_matrix at Base 1:3.3.0
+ ldl_l_valid_perm at Base 1:3.3.0
+ ldl_lsolve at Base 1:3.3.0
+ ldl_ltsolve at Base 1:3.3.0
+ ldl_numeric at Base 1:3.3.0
+ ldl_perm at Base 1:3.3.0
+ ldl_permt at Base 1:3.3.0
+ ldl_symbolic at Base 1:3.3.0
+ ldl_valid_matrix at Base 1:3.3.0
+ ldl_valid_perm at Base 1:3.3.0
diff --git a/debian/symbols/UMFPACK b/debian/symbols/UMFPACK
new file mode 100644
index 0000000..0ef88ec
--- /dev/null
+++ b/debian/symbols/UMFPACK
@@ -0,0 +1,322 @@
+libumfpack.so.5.3.0 libumfpack5.3.0 #MINVER#
+ umf_divcomplex at Base 1:3.3.0
+ umf_hypot at Base 1:3.3.0
+ umf_i_analyze at Base 1:3.3.0
+ umf_i_apply_order at Base 1:3.3.0
+ umf_i_colamd at Base 1:3.3.0
+ umf_i_colamd_set_defaults at Base 1:3.3.0
+ umf_i_free at Base 1:3.3.0
+ umf_i_fsize at Base 1:3.3.0
+ umf_i_is_permutation at Base 1:3.3.0
+ umf_i_malloc at Base 1:3.3.0
+ umf_i_realloc at Base 1:3.3.0
+ umf_i_report_perm at Base 1:3.3.0
+ umf_i_set_stats at Base 1:3.3.0
+ umf_i_singletons at Base 1:3.3.0
+ umf_l_analyze at Base 1:3.3.0
+ umf_l_apply_order at Base 1:3.3.0
+ umf_l_colamd at Base 1:3.3.0
+ umf_l_colamd_set_defaults at Base 1:3.3.0
+ umf_l_free at Base 1:3.3.0
+ umf_l_fsize at Base 1:3.3.0
+ umf_l_is_permutation at Base 1:3.3.0
+ umf_l_malloc at Base 1:3.3.0
+ umf_l_realloc at Base 1:3.3.0
+ umf_l_report_perm at Base 1:3.3.0
+ umf_l_set_stats at Base 1:3.3.0
+ umf_l_singletons at Base 1:3.3.0
+ umfdi_2by2 at Base 1:3.3.0
+ umfdi_assemble at Base 1:3.3.0
+ umfdi_assemble_fixq at Base 1:3.3.0
+ umfdi_blas3_update at Base 1:3.3.0
+ umfdi_build_tuples at Base 1:3.3.0
+ umfdi_create_element at Base 1:3.3.0
+ umfdi_extend_front at Base 1:3.3.0
+ umfdi_garbage_collection at Base 1:3.3.0
+ umfdi_get_memory at Base 1:3.3.0
+ umfdi_grow_front at Base 1:3.3.0
+ umfdi_init_front at Base 1:3.3.0
+ umfdi_kernel at Base 1:3.3.0
+ umfdi_kernel_init at Base 1:3.3.0
+ umfdi_kernel_wrapup at Base 1:3.3.0
+ umfdi_lhsolve at Base 1:3.3.0
+ umfdi_local_search at Base 1:3.3.0
+ umfdi_lsolve at Base 1:3.3.0
+ umfdi_ltsolve at Base 1:3.3.0
+ umfdi_mem_alloc_element at Base 1:3.3.0
+ umfdi_mem_alloc_head_block at Base 1:3.3.0
+ umfdi_mem_alloc_tail_block at Base 1:3.3.0
+ umfdi_mem_free_tail_block at Base 1:3.3.0
+ umfdi_mem_init_memoryspace at Base 1:3.3.0
+ umfdi_report_vector at Base 1:3.3.0
+ umfdi_row_search at Base 1:3.3.0
+ umfdi_scale at Base 1:3.3.0
+ umfdi_scale_column at Base 1:3.3.0
+ umfdi_solve at Base 1:3.3.0
+ umfdi_start_front at Base 1:3.3.0
+ umfdi_store_lu at Base 1:3.3.0
+ umfdi_store_lu_drop at Base 1:3.3.0
+ umfdi_symbolic_usage at Base 1:3.3.0
+ umfdi_transpose at Base 1:3.3.0
+ umfdi_triplet_map_nox at Base 1:3.3.0
+ umfdi_triplet_map_x at Base 1:3.3.0
+ umfdi_triplet_nomap_nox at Base 1:3.3.0
+ umfdi_triplet_nomap_x at Base 1:3.3.0
+ umfdi_tuple_lengths at Base 1:3.3.0
+ umfdi_uhsolve at Base 1:3.3.0
+ umfdi_usolve at Base 1:3.3.0
+ umfdi_utsolve at Base 1:3.3.0
+ umfdi_valid_numeric at Base 1:3.3.0
+ umfdi_valid_symbolic at Base 1:3.3.0
+ umfdl_2by2 at Base 1:3.3.0
+ umfdl_assemble at Base 1:3.3.0
+ umfdl_assemble_fixq at Base 1:3.3.0
+ umfdl_blas3_update at Base 1:3.3.0
+ umfdl_build_tuples at Base 1:3.3.0
+ umfdl_create_element at Base 1:3.3.0
+ umfdl_extend_front at Base 1:3.3.0
+ umfdl_garbage_collection at Base 1:3.3.0
+ umfdl_get_memory at Base 1:3.3.0
+ umfdl_grow_front at Base 1:3.3.0
+ umfdl_init_front at Base 1:3.3.0
+ umfdl_kernel at Base 1:3.3.0
+ umfdl_kernel_init at Base 1:3.3.0
+ umfdl_kernel_wrapup at Base 1:3.3.0
+ umfdl_lhsolve at Base 1:3.3.0
+ umfdl_local_search at Base 1:3.3.0
+ umfdl_lsolve at Base 1:3.3.0
+ umfdl_ltsolve at Base 1:3.3.0
+ umfdl_mem_alloc_element at Base 1:3.3.0
+ umfdl_mem_alloc_head_block at Base 1:3.3.0
+ umfdl_mem_alloc_tail_block at Base 1:3.3.0
+ umfdl_mem_free_tail_block at Base 1:3.3.0
+ umfdl_mem_init_memoryspace at Base 1:3.3.0
+ umfdl_report_vector at Base 1:3.3.0
+ umfdl_row_search at Base 1:3.3.0
+ umfdl_scale at Base 1:3.3.0
+ umfdl_scale_column at Base 1:3.3.0
+ umfdl_solve at Base 1:3.3.0
+ umfdl_start_front at Base 1:3.3.0
+ umfdl_store_lu at Base 1:3.3.0
+ umfdl_store_lu_drop at Base 1:3.3.0
+ umfdl_symbolic_usage at Base 1:3.3.0
+ umfdl_transpose at Base 1:3.3.0
+ umfdl_triplet_map_nox at Base 1:3.3.0
+ umfdl_triplet_map_x at Base 1:3.3.0
+ umfdl_triplet_nomap_nox at Base 1:3.3.0
+ umfdl_triplet_nomap_x at Base 1:3.3.0
+ umfdl_tuple_lengths at Base 1:3.3.0
+ umfdl_uhsolve at Base 1:3.3.0
+ umfdl_usolve at Base 1:3.3.0
+ umfdl_utsolve at Base 1:3.3.0
+ umfdl_valid_numeric at Base 1:3.3.0
+ umfdl_valid_symbolic at Base 1:3.3.0
+ umfpack_di_col_to_triplet at Base 1:3.3.0
+ umfpack_di_defaults at Base 1:3.3.0
+ umfpack_di_free_numeric at Base 1:3.3.0
+ umfpack_di_free_symbolic at Base 1:3.3.0
+ umfpack_di_get_determinant at Base 1:3.3.0
+ umfpack_di_get_lunz at Base 1:3.3.0
+ umfpack_di_get_numeric at Base 1:3.3.0
+ umfpack_di_get_symbolic at Base 1:3.3.0
+ umfpack_di_load_numeric at Base 1:3.3.0
+ umfpack_di_load_symbolic at Base 1:3.3.0
+ umfpack_di_numeric at Base 1:3.3.0
+ umfpack_di_qsymbolic at Base 1:3.3.0
+ umfpack_di_report_control at Base 1:3.3.0
+ umfpack_di_report_info at Base 1:3.3.0
+ umfpack_di_report_matrix at Base 1:3.3.0
+ umfpack_di_report_numeric at Base 1:3.3.0
+ umfpack_di_report_perm at Base 1:3.3.0
+ umfpack_di_report_status at Base 1:3.3.0
+ umfpack_di_report_symbolic at Base 1:3.3.0
+ umfpack_di_report_triplet at Base 1:3.3.0
+ umfpack_di_report_vector at Base 1:3.3.0
+ umfpack_di_save_numeric at Base 1:3.3.0
+ umfpack_di_save_symbolic at Base 1:3.3.0
+ umfpack_di_scale at Base 1:3.3.0
+ umfpack_di_solve at Base 1:3.3.0
+ umfpack_di_symbolic at Base 1:3.3.0
+ umfpack_di_transpose at Base 1:3.3.0
+ umfpack_di_triplet_to_col at Base 1:3.3.0
+ umfpack_di_wsolve at Base 1:3.3.0
+ umfpack_divcomplex at Base 1:3.3.0
+ umfpack_dl_col_to_triplet at Base 1:3.3.0
+ umfpack_dl_defaults at Base 1:3.3.0
+ umfpack_dl_free_numeric at Base 1:3.3.0
+ umfpack_dl_free_symbolic at Base 1:3.3.0
+ umfpack_dl_get_determinant at Base 1:3.3.0
+ umfpack_dl_get_lunz at Base 1:3.3.0
+ umfpack_dl_get_numeric at Base 1:3.3.0
+ umfpack_dl_get_symbolic at Base 1:3.3.0
+ umfpack_dl_load_numeric at Base 1:3.3.0
+ umfpack_dl_load_symbolic at Base 1:3.3.0
+ umfpack_dl_numeric at Base 1:3.3.0
+ umfpack_dl_qsymbolic at Base 1:3.3.0
+ umfpack_dl_report_control at Base 1:3.3.0
+ umfpack_dl_report_info at Base 1:3.3.0
+ umfpack_dl_report_matrix at Base 1:3.3.0
+ umfpack_dl_report_numeric at Base 1:3.3.0
+ umfpack_dl_report_perm at Base 1:3.3.0
+ umfpack_dl_report_status at Base 1:3.3.0
+ umfpack_dl_report_symbolic at Base 1:3.3.0
+ umfpack_dl_report_triplet at Base 1:3.3.0
+ umfpack_dl_report_vector at Base 1:3.3.0
+ umfpack_dl_save_numeric at Base 1:3.3.0
+ umfpack_dl_save_symbolic at Base 1:3.3.0
+ umfpack_dl_scale at Base 1:3.3.0
+ umfpack_dl_solve at Base 1:3.3.0
+ umfpack_dl_symbolic at Base 1:3.3.0
+ umfpack_dl_transpose at Base 1:3.3.0
+ umfpack_dl_triplet_to_col at Base 1:3.3.0
+ umfpack_dl_wsolve at Base 1:3.3.0
+ umfpack_hypot at Base 1:3.3.0
+ umfpack_tic at Base 1:3.3.0
+ umfpack_timer at Base 1:3.3.0
+ umfpack_toc at Base 1:3.3.0
+ umfpack_zi_col_to_triplet at Base 1:3.3.0
+ umfpack_zi_defaults at Base 1:3.3.0
+ umfpack_zi_free_numeric at Base 1:3.3.0
+ umfpack_zi_free_symbolic at Base 1:3.3.0
+ umfpack_zi_get_determinant at Base 1:3.3.0
+ umfpack_zi_get_lunz at Base 1:3.3.0
+ umfpack_zi_get_numeric at Base 1:3.3.0
+ umfpack_zi_get_symbolic at Base 1:3.3.0
+ umfpack_zi_load_numeric at Base 1:3.3.0
+ umfpack_zi_load_symbolic at Base 1:3.3.0
+ umfpack_zi_numeric at Base 1:3.3.0
+ umfpack_zi_qsymbolic at Base 1:3.3.0
+ umfpack_zi_report_control at Base 1:3.3.0
+ umfpack_zi_report_info at Base 1:3.3.0
+ umfpack_zi_report_matrix at Base 1:3.3.0
+ umfpack_zi_report_numeric at Base 1:3.3.0
+ umfpack_zi_report_perm at Base 1:3.3.0
+ umfpack_zi_report_status at Base 1:3.3.0
+ umfpack_zi_report_symbolic at Base 1:3.3.0
+ umfpack_zi_report_triplet at Base 1:3.3.0
+ umfpack_zi_report_vector at Base 1:3.3.0
+ umfpack_zi_save_numeric at Base 1:3.3.0
+ umfpack_zi_save_symbolic at Base 1:3.3.0
+ umfpack_zi_scale at Base 1:3.3.0
+ umfpack_zi_solve at Base 1:3.3.0
+ umfpack_zi_symbolic at Base 1:3.3.0
+ umfpack_zi_transpose at Base 1:3.3.0
+ umfpack_zi_triplet_to_col at Base 1:3.3.0
+ umfpack_zi_wsolve at Base 1:3.3.0
+ umfpack_zl_col_to_triplet at Base 1:3.3.0
+ umfpack_zl_defaults at Base 1:3.3.0
+ umfpack_zl_free_numeric at Base 1:3.3.0
+ umfpack_zl_free_symbolic at Base 1:3.3.0
+ umfpack_zl_get_determinant at Base 1:3.3.0
+ umfpack_zl_get_lunz at Base 1:3.3.0
+ umfpack_zl_get_numeric at Base 1:3.3.0
+ umfpack_zl_get_symbolic at Base 1:3.3.0
+ umfpack_zl_load_numeric at Base 1:3.3.0
+ umfpack_zl_load_symbolic at Base 1:3.3.0
+ umfpack_zl_numeric at Base 1:3.3.0
+ umfpack_zl_qsymbolic at Base 1:3.3.0
+ umfpack_zl_report_control at Base 1:3.3.0
+ umfpack_zl_report_info at Base 1:3.3.0
+ umfpack_zl_report_matrix at Base 1:3.3.0
+ umfpack_zl_report_numeric at Base 1:3.3.0
+ umfpack_zl_report_perm at Base 1:3.3.0
+ umfpack_zl_report_status at Base 1:3.3.0
+ umfpack_zl_report_symbolic at Base 1:3.3.0
+ umfpack_zl_report_triplet at Base 1:3.3.0
+ umfpack_zl_report_vector at Base 1:3.3.0
+ umfpack_zl_save_numeric at Base 1:3.3.0
+ umfpack_zl_save_symbolic at Base 1:3.3.0
+ umfpack_zl_scale at Base 1:3.3.0
+ umfpack_zl_solve at Base 1:3.3.0
+ umfpack_zl_symbolic at Base 1:3.3.0
+ umfpack_zl_transpose at Base 1:3.3.0
+ umfpack_zl_triplet_to_col at Base 1:3.3.0
+ umfpack_zl_wsolve at Base 1:3.3.0
+ umfzi_2by2 at Base 1:3.3.0
+ umfzi_assemble at Base 1:3.3.0
+ umfzi_assemble_fixq at Base 1:3.3.0
+ umfzi_blas3_update at Base 1:3.3.0
+ umfzi_build_tuples at Base 1:3.3.0
+ umfzi_create_element at Base 1:3.3.0
+ umfzi_extend_front at Base 1:3.3.0
+ umfzi_garbage_collection at Base 1:3.3.0
+ umfzi_get_memory at Base 1:3.3.0
+ umfzi_grow_front at Base 1:3.3.0
+ umfzi_init_front at Base 1:3.3.0
+ umfzi_kernel at Base 1:3.3.0
+ umfzi_kernel_init at Base 1:3.3.0
+ umfzi_kernel_wrapup at Base 1:3.3.0
+ umfzi_lhsolve at Base 1:3.3.0
+ umfzi_local_search at Base 1:3.3.0
+ umfzi_lsolve at Base 1:3.3.0
+ umfzi_ltsolve at Base 1:3.3.0
+ umfzi_mem_alloc_element at Base 1:3.3.0
+ umfzi_mem_alloc_head_block at Base 1:3.3.0
+ umfzi_mem_alloc_tail_block at Base 1:3.3.0
+ umfzi_mem_free_tail_block at Base 1:3.3.0
+ umfzi_mem_init_memoryspace at Base 1:3.3.0
+ umfzi_report_vector at Base 1:3.3.0
+ umfzi_row_search at Base 1:3.3.0
+ umfzi_scale at Base 1:3.3.0
+ umfzi_scale_column at Base 1:3.3.0
+ umfzi_set_stats at Base 1:3.3.0
+ umfzi_solve at Base 1:3.3.0
+ umfzi_start_front at Base 1:3.3.0
+ umfzi_store_lu at Base 1:3.3.0
+ umfzi_store_lu_drop at Base 1:3.3.0
+ umfzi_symbolic_usage at Base 1:3.3.0
+ umfzi_transpose at Base 1:3.3.0
+ umfzi_triplet_map_nox at Base 1:3.3.0
+ umfzi_triplet_map_x at Base 1:3.3.0
+ umfzi_triplet_nomap_nox at Base 1:3.3.0
+ umfzi_triplet_nomap_x at Base 1:3.3.0
+ umfzi_tuple_lengths at Base 1:3.3.0
+ umfzi_uhsolve at Base 1:3.3.0
+ umfzi_usolve at Base 1:3.3.0
+ umfzi_utsolve at Base 1:3.3.0
+ umfzi_valid_numeric at Base 1:3.3.0
+ umfzi_valid_symbolic at Base 1:3.3.0
+ umfzl_2by2 at Base 1:3.3.0
+ umfzl_assemble at Base 1:3.3.0
+ umfzl_assemble_fixq at Base 1:3.3.0
+ umfzl_blas3_update at Base 1:3.3.0
+ umfzl_build_tuples at Base 1:3.3.0
+ umfzl_create_element at Base 1:3.3.0
+ umfzl_extend_front at Base 1:3.3.0
+ umfzl_garbage_collection at Base 1:3.3.0
+ umfzl_get_memory at Base 1:3.3.0
+ umfzl_grow_front at Base 1:3.3.0
+ umfzl_init_front at Base 1:3.3.0
+ umfzl_kernel at Base 1:3.3.0
+ umfzl_kernel_init at Base 1:3.3.0
+ umfzl_kernel_wrapup at Base 1:3.3.0
+ umfzl_lhsolve at Base 1:3.3.0
+ umfzl_local_search at Base 1:3.3.0
+ umfzl_lsolve at Base 1:3.3.0
+ umfzl_ltsolve at Base 1:3.3.0
+ umfzl_mem_alloc_element at Base 1:3.3.0
+ umfzl_mem_alloc_head_block at Base 1:3.3.0
+ umfzl_mem_alloc_tail_block at Base 1:3.3.0
+ umfzl_mem_free_tail_block at Base 1:3.3.0
+ umfzl_mem_init_memoryspace at Base 1:3.3.0
+ umfzl_report_vector at Base 1:3.3.0
+ umfzl_row_search at Base 1:3.3.0
+ umfzl_scale at Base 1:3.3.0
+ umfzl_scale_column at Base 1:3.3.0
+ umfzl_set_stats at Base 1:3.3.0
+ umfzl_solve at Base 1:3.3.0
+ umfzl_start_front at Base 1:3.3.0
+ umfzl_store_lu at Base 1:3.3.0
+ umfzl_store_lu_drop at Base 1:3.3.0
+ umfzl_symbolic_usage at Base 1:3.3.0
+ umfzl_transpose at Base 1:3.3.0
+ umfzl_triplet_map_nox at Base 1:3.3.0
+ umfzl_triplet_map_x at Base 1:3.3.0
+ umfzl_triplet_nomap_nox at Base 1:3.3.0
+ umfzl_triplet_nomap_x at Base 1:3.3.0
+ umfzl_tuple_lengths at Base 1:3.3.0
+ umfzl_uhsolve at Base 1:3.3.0
+ umfzl_usolve at Base 1:3.3.0
+ umfzl_utsolve at Base 1:3.3.0
+ umfzl_valid_numeric at Base 1:3.3.0
+ umfzl_valid_symbolic at Base 1:3.3.0

-- 
suitesparse



More information about the Pkg-scicomp-commits mailing list