I hope this is the correct place to submit this. The ellip() function requires ellipke() from specfun, but the signal package (where ellip() lives) does not depend on specfun, even indirectly. I have no idea what the minimum version of specfun that is required, but 1.0.7 works.
diff -Nuar signal-1.0.8-orig/DESCRIPTION signal-1.0.8/DESCRIPTION --- signal-1.0.8-orig/DESCRIPTION 2008-08-24 11:22:21.000000000 -0500 +++ signal-1.0.8/DESCRIPTION 2008-09-19 12:24:28.000000000 -0500 @@ -5,7 +5,7 @@ Maintainer: The Octave Community Title: Signal Processing. Description: Signal processing tools, including filtering, windowing and display functions. -Depends: octave (> 2.9.9), optim (>= 1.0.0) +Depends: octave (> 2.9.9), optim (>= 1.0.0), specfun (>= 1.0.7) Autoload: yes License: GPL version 2 or later Url: http://octave.sf.net -- Thanks, Jonathan Kotta Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law. ------------------------------------------------------------------------- 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
