Package: libalgorithm-lbfgs-perl / 0.16-2

Metadata

Package Version Patches format
libalgorithm-lbfgs-perl 0.16-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 status_ok now checks the error code correctly.patch | (download)

lib/Algorithm/LBFGS.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 status_ok() now checks the error code correctly
0002 fmin no longer modifies its input.patch | (download)

lib/Algorithm/LBFGS.pm | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 fmin() no longer modifies its input
0003 using lbfgs backend from the liblfgs package so do n.patch | (download)

MANIFEST | 5 0 + 5 - 0 !
Makefile.PL | 2 1 + 1 - 0 !
arithmetic_ansi.h | 133 0 + 133 - 0 !
arithmetic_sse_double.h | 279 0 + 279 - 0 !
arithmetic_sse_float.h | 289 0 + 289 - 0 !
lbfgs.c | 1105 0 + 1105 - 0 !
lbfgs.h | 508 0 + 508 - 0 !
t/01-parameter.t | 2 1 + 1 - 0 !
8 files changed, 2 insertions(+), 2321 deletions(-)

 using lbfgs backend from the liblfgs package, so do not need it here