From: Mike M. <mtm...@ie...> - 2012-09-02 13:58:36
|
On Sun, Sep 2, 2012 at 8:22 AM, Fredrik Lingvall wrote: > Hi all, > > I have Octave configured with --enable-64 and I can't get the image > package to build with this setup: > > octave:6> pkg install -forge image > [...] > > Is there a way to make this work or can I "disable" that the signal > package (which is what I really want to install) depends on the image > package? Yes, simply add -nodeps to your pkg install command. BTW the next release of signal will no longer depend on image. -- mike |