From: <i7...@us...> - 2011-01-16 17:47:45
|
Revision: 8058 http://octave.svn.sourceforge.net/octave/?rev=8058&view=rev Author: i7tiol Date: 2011-01-16 17:47:39 +0000 (Sun, 16 Jan 2011) Log Message: ----------- Forgot to add this in the previous commit. Modified Paths: -------------- trunk/octave-forge/main/optim/DESCRIPTION Added Paths: ----------- trunk/octave-forge/main/optim/PKG_ADD Modified: trunk/octave-forge/main/optim/DESCRIPTION =================================================================== --- trunk/octave-forge/main/optim/DESCRIPTION 2011-01-16 17:46:28 UTC (rev 8057) +++ trunk/octave-forge/main/optim/DESCRIPTION 2011-01-16 17:47:39 UTC (rev 8058) @@ -5,7 +5,7 @@ Maintainer: The Octave Community Title: Optimzation. Description: Non-linear optimization toolkit. -Depends: octave (>= 2.9.7), miscellaneous (>= 1.0.11), struct (>= 1.0.8) +Depends: octave (>= 2.9.7), miscellaneous (>= 1.0.11), struct (>= 1.0.9) Autoload: yes License: GPL version 2 or later and GFDL Url: http://octave.sf.net Added: trunk/octave-forge/main/optim/PKG_ADD =================================================================== --- trunk/octave-forge/main/optim/PKG_ADD (rev 0) +++ trunk/octave-forge/main/optim/PKG_ADD 2011-01-16 17:47:39 UTC (rev 8058) @@ -0,0 +1,5 @@ +if (compare_versions (version (), "3.3.55", ">=")) + ## optimset mechanism was fixed for option names with underscores + ## sometime in 3.3.54+, if I remember right + __all_opts__ ("__nonlin_residmin__"); +endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |