octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: optim, struct, parallel: pre-release check on Windows?


From: Marco Atzeri
Subject: Re: optim, struct, parallel: pre-release check on Windows?
Date: Wed, 13 Apr 2016 20:34:12 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

On 13/04/2016 20:00, Olaf Till wrote:
On Wed, Apr 13, 2016 at 07:15:22PM +0200, Marco Atzeri wrote:
On 30/03/2016 21:30, Olaf Till wrote:

In a release, the documentation will be pre-built. But testing the
latest repository seems hindered by this issue ... Maybe you can, for
testing, just remove 'doc' from the line 'all: doc $(octs) $(ms)' in
'src/Makefile.in' ? Then the additional package documentation will not
be tried to be built. (Tracking down why building it doesn't work
would be a bit more work ...)

And, if you should succeed, you could test if parcellfun works with
something like:

octave:1> a = parcellfun (2, @ (x) x, num2cell (1:10))
parcellfun: 10/10 jobs done
a =

     1    2    3    4    5    6    7    8    9   10


Thanks,

Olaf


It works fine.

parcellfun: 10/10 jobs done
a =

    1    2    3    4    5    6    7    8    9   10

An it seems to build all:

 __exit__.oct
 __visglobal__.oct
 fload.oct
 fsave.oct
 parallel_generate_srp_data.oct
 parallel_interface.oct
 select.oct




reply via email to

[Prev in Thread] Current Thread [Next in Thread]