Package: octave-optim / 1.6.2-4

Metadata

Package Version Patches format
octave-optim 1.6.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add info dir.patch | (download)

doc/optim.txi | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 add direntry and dircategory for the info file
 This is needed because we install it under /usr/share/info.
info file path.patch | (download)

inst/optim_doc.m | 25 1 + 24 - 0 !
1 file changed, 1 insertion(+), 24 deletions(-)

 indicate to optim_doc() that the info file is in /usr/share/info
octave7.patch | (download)

inst/fmincon.m | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 further octave 7 fix
 Avoid 'too many arguments' in fmincon with user-supplied gradient
remove Makefile in distclean rule.patch | (download)

src/Makefile.in | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 remove makefile in distclean rule
 Also, add prerequisites clean and distclean to the distclean and
 maintainer-clean rules, respectively, and precede the rm commands in
 the clean and maintainer-clean rules by the "-" prefix, such that
 make will not stop if some files have already been cleaned. Finally,
 maintainer-clean is added as prerequisite to the .PHONY target.
octave10.patch | (download)

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

 fix ftbfs against octave 10