It doesn't seem that simple. I had the lapack folder under
just '~addons/lapack', and that was fine with the lab. I've
created '~addons/math/lapack' and changed the line in demo.ijs
to that reference but does not work: now both the lab and the
demo give "file name error: script 0!:0 y[4!:55<'y' " errors.
the '~addons\lapack\ ...' seems built into both routines.

                                              Patrick

On Wed, 29 Aug 2007, John Randall wrote:
J. Patrick Harrington wrote:

But, when I try to run Studio|Demos|eigenpictures
I get the "Demo requires LAPACK" popup. Why does
the demo not know LAPACK is there? Any clues that
will save me time running that down would be appreciated.

There is a path problem in ~/system/extras/util/demos.ijs:

deigenpic=: 3 : 0
if. fexist jpath '~addons\lapack\lapack.ijs' do.
 load '~system\examples\graphics\isigraph\eigenpic.ijs'
else.
 wdinfo 'Eigenpicture';'This demo requires the LAPACK AddOn'
end.
)
should be

if. fexist jpath '~addons\math\lapack\lapack.ijs' do.

Best wishes,

John


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to