Package: fclib / 3.1.0+dfsg-3

Metadata

Package Version Patches format
fclib 3.1.0+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
findsuitesparse.patch | (download)

fclib-config.cmake.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 replace missing findsuitesparse.cmake with path to cs.h

When FCLIB_WITH_MERIT_FUNCTIONS is enabled, the package tries to find
SuiteSparse because it needs cs.h.  However, FindSuiteSparse.cmake is
not installed by the package.  Since we have a dependency on
libsuitesparse-dev, we know where cs.h is, so we can add it to the
FCLIB target directly.

fclib (3.1.0+dfsg-1) UNRELEASED; urgency=medium

  * New upstream version.
  * Change paths to correspond with new CMake install location.
  * Make unittests-cmake test the FCLIB exported target.
  * Hardcode path to cs.h from libsuitesparse-dev.

cs_transpose value argument.patch | (download)

src/fclib.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 wrong argument to cs_transpose leads to segfault