On 31 May 2012 17:08, marco atzeri <marco.atz...@gmail.com> wrote:
> On 5/31/2012 5:28 PM, Carnë Draug wrote:
>> On 30 May 2012 23:18, marco atzeri<marco.atz...@gmail.com>  wrote:
>>> On 5/12/2012 6:40 PM, Carnë Draug wrote:
>>>> Hi everybody
>>>>
>>>> new releases of the communications and signal packages have just been
>>>> made. Have fun
>>>>
>>>> Carnë
>>>>
>>>
>>> Hi Carne,
>>> I just noticed that we on SVN we still have the cross dependency
>>> between signal and image
>>>
>>> Solution ?
>>
>> This won't be a problem after 3.8.0 is released (it's already fixed on
>> pkg, thanks to Mike Miller
>> http://hg.savannah.gnu.org/hgweb/octave/rev/dee1452ca601 )
>>
>> Image depends on signal only for normxcorr2() which is a simple
>> wrapper for xcorr2(). This function however is still not compatible
>> with the Matlab counterpart (it works for specific cases, the ones I
>> have to deal, but seems that for most cases it doesn't work at all) so
>> maybe just removing this function will allow for a release. Note that
>> normxcorr2 was never in a release of the image package so we are not
>> removing any feature of old releases because of this.
>>
>> Carnë
>
> I was mentioning that any of the two packages require the
> other and pkg install will refuse to work.

pkg install should work fine as long as you install both at same time
"pkg install signal image", the problem is when loading which starts a
infinite loop but is already fixed in core

> image requires signal but signal requires image
>
> main/image/DESCRIPTION:Depends: signal
> main/signal/DESCRIPTION:Depends: optim (>= 1.0.0), specfun, control (>=
> 2.2.3), image
>
> I was updating the forge packages for 3.6.x and I am in
> "chicken and egg" situation so I can not install any on my
> build as I need to build/install in sequence.
>
> Can we drop the "image requires signal" or "signal requires image" ?
> How ?

To drop the image requires signal, just remove the normxcorr2 from the
image package. This function is not very compatible with matlab yet
and "normxcorr2 (a, b)" is just "xcorr2 (b, a, "coeff")"

Carnë

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to