From: <car...@us...> - 2011-12-16 22:15:03
|
Revision: 9417 http://octave.svn.sourceforge.net/octave/?rev=9417&view=rev Author: carandraug Date: 2011-12-16 22:14:57 +0000 (Fri, 16 Dec 2011) Log Message: ----------- Fixing dependencies of ga and octcdf. Octave versions whose middle version number are development releases and should not be used for requirements Modified Paths: -------------- trunk/octave-forge/main/financial/inst/irr.m trunk/octave-forge/main/ga/DESCRIPTION trunk/octave-forge/main/octcdf/DESCRIPTION Modified: trunk/octave-forge/main/financial/inst/irr.m =================================================================== --- trunk/octave-forge/main/financial/inst/irr.m 2011-12-16 20:48:17 UTC (rev 9416) +++ trunk/octave-forge/main/financial/inst/irr.m 2011-12-16 22:14:57 UTC (rev 9417) @@ -36,6 +36,6 @@ ## Solve system f = @(x) npv (x, p) - i; - r = fsolve (f, 0.01); + r = fsolve (f, 0); endfunction Modified: trunk/octave-forge/main/ga/DESCRIPTION =================================================================== --- trunk/octave-forge/main/ga/DESCRIPTION 2011-12-16 20:48:17 UTC (rev 9416) +++ trunk/octave-forge/main/ga/DESCRIPTION 2011-12-16 22:14:57 UTC (rev 9417) @@ -6,7 +6,7 @@ Title: Genetic Algorithm and Direct Search Description: Genetic optimization code Categories: Optimization -Depends: octave (>= 3.3.53) +Depends: octave (>= 3.4.0) Autoload: yes License: GPL version 2 or later Url: http://octave.sf.net Modified: trunk/octave-forge/main/octcdf/DESCRIPTION =================================================================== --- trunk/octave-forge/main/octcdf/DESCRIPTION 2011-12-16 20:48:17 UTC (rev 9416) +++ trunk/octave-forge/main/octcdf/DESCRIPTION 2011-12-16 22:14:57 UTC (rev 9417) @@ -5,7 +5,7 @@ Maintainer: Alexander Barth <bar...@gm...> Title: octcdf Description: A NetCDF interface for octave -Depends: octave (>= 3.3.51) +Depends: octave (>= 3.4.0) Autoload: yes BuildRequires: netcdf-devel License: GPL version 2 or later This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |