>On Sat, Aug 07, 2010 at 05:31:24PM +1100, Lutaev D. A. wrote:
>> We used parallel-2.0.2 and we have problems with such code:
>>
>> clear;
>>
>> hosts = [];
>>
>> for i = 1:nargin
>> hosts = [hosts; argv(){i, 1}];
>> end
>>
>> hosts
>>
>> sockets = connect(hosts)
>>
>> x = rand(50, 1000);
>
Am Montag, 9. August 2010 04:02:16 schrieb Jonathan Kimball:
> I have another computer that is working correctly. It has Octave 3.0.1,
> which I installed from an Octave Forge package some time ago. It includes
> java 1.2.4 and jhandles 0.3.3. However, I can no longer find that package.
> Octave
Martin Helm wrote:
> Am Donnerstag, 22. Juli 2010 00:58:46 schrieb Charles Yee:
>> bool)’: __java__.cc:223: error: ‘getcwd’ is not a member of ‘octave_env’
>
> I compiled the java package succesfully with octave 3.3.52 (should work the
> same with 3.3.51) by changing the __java__.cc code.
>
> ge
Am Dienstag, 10. August 2010 23:20:41 schrieb Michael Goffioul:
> There has been a lot of confusion in this thread. The GPL violation I
> mentioned was not against jhandles, but against the Windows binary
> package I used to provide. Those MSVC-compiled binaries contained a
> working version of jha
There has been a lot of confusion in this thread. The GPL violation I
mentioned was not against jhandles, but against the Windows binary
package I used to provide. Those MSVC-compiled binaries contained a
working version of jhandles. When I mention the GPL issue, I was
specifically referring to the
If fixing it is a big deal, maybe the best thing is to follow the advice
up-thread and wait on the fltk backend. Having no gnuplot background but
plenty of Matlab experience, I really like the jhandles graphical backend.
I'll either learn gnuplot or wait on fltk.
Please note that there are two b
Am Dienstag, 10. August 2010 22:18:46 schrieb Judd Storrs:
> 2010/8/10 Jonathan Kimball
>
> > Did the GPL issue affect the 3.0.1 build that was previously available
> > for Octave, or v0.3.3 of jhandles?
>
> It seems I wasn't clear, so sorry for the confusion. The GPL issue is why
> older builds
Hi Ramon,
(FYI I've cc'd the octave-dev mailing list as other people might benefit
from this thread too. Pls answer using "reply all".)
Ramon Bueno wrote:
> Hi
>
> In between meetings I managed to remove and reinstall Octave, this time
> noting and selecting all the packages explicitly except,
2010/8/10 Jonathan Kimball
> Did the GPL issue affect the 3.0.1 build that was previously available for
> Octave, or v0.3.3 of jhandles?
It seems I wasn't clear, so sorry for the confusion. The GPL issue is why
older builds of Octave for Windows (3.0.x etc) were removed from
source-forge.
--j
What isn't clear to me is whether this is a jhandles issue or an Octave
issue. Did the GPL issue affect the 3.0.1 build that was previously
available for Octave, or v0.3.3 of jhandles? More to my immediate concern,
should I expect to be able to get an older version of jhandles working with
Octave
Am Dienstag, 10. August 2010 19:44:15 schrieb Jordi Gutiérrez Hermoso:
> 2010/8/10 Judd Storrs :
> > 2010/8/10 Jordi Gutiérrez Hermoso
> >
> >> I just noticed that there is a packaging request for Debian for
> >> jhandles, and I *did* mean to get around to it.
> >>
> >> Is it impossible to work ar
Hi Ed,
Thanks for pointing it out. I had to fix the same problem for the new control
package as well. Apparently you are using Octave 3.3.5x. These development
releases fix an annoying bug in Octave 3.2.x which prevented me from releasing
the new package officially so far. Therefore you can tes
2010/8/10 Jordi Gutiérrez Hermoso
> On 9 August 2010 01:33, Michael Goffioul
> wrote:
> > Due to GPL license violation claim, this package is no longer available.
>
> I just noticed that there is a packaging request for Debian for
> jhandles, and I *did* mean to get around to it.
>
> Is it impos
Hi, Ed.
Please send me a patch and I'll be happy to apply it to control-legacy svn [0].
Also consider using the new control package in svn [1] (even if not
officially released so far as far as I know).
Cheers,
Luca Favatella
[0]
http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-for
Hi,
The discete Lyapunov equation solver no longer works due to a change
in issquare(), which now returns a 1 (not the number of rows) if the
matrix is square. I'd push a patch myself but I don't have svn
access.
Thanks,
Ed Herbst
-
15 matches
Mail list logo