Using octave-3.0.2, when trying to install the data-smoothing-1.1.0 package I get the following error:
error: incorrect syntax for dependency `optim (>=1.0.3)' in the DESCRIPTION file error: called from `pkg:fix_depends' in file C:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.0.2-3\share\octave\3.0.2\m\pkg\pkg.m near line 1716, column 2 seems that the package manager chokes on the missing space. The dependency should obviously read 'optim (>= 1.0.3)' Is this a bug in pkg.m or in the data-smoothing package? Benjamin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
