Thanks, Chris!

I dowloaded the new files and now both labs work ok from the math
subdirectory.

I also made the following changes in order to get the eigenpicture demo
working:


434 C:/tools/j601/system/extras/util>diff demos.1 demos.ijs
128c128
< if. fexist jpath '~addons\lapack\lapack.ijs' do.
---
> if. fexist jpath '~addons\math\lapack\lapack.ijs' do.


436 C:/tools/j601/system/examples/graphics/isigraph>diff eigenpic.1
eigenpic.ijs
10,11c10,11
< require jpath '~addons\lapack\lapack.ijs'
< require jpath '~addons\lapack\dgeev.ijs'
---
> require jpath '~addons\math\lapack\lapack.ijs'
> require jpath '~addons\math\lapack\dgeev.ijs'
365c365
< if. 0 >: fsize jpath '~addons\lapack\',dll do.
---
> if. 0 >: fsize jpath '~addons\math\lapack\',dll do. 


(I use MKS Toolkit, hence the unix-style paths.)

Esa

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Burke
Sent: 19. joulukuuta 2006 5:38
To: Programming forum
Subject: Re: [Jprogramming] JAL and addons problem

Lippu Esa wrote:
> I got FFTW lab working by copying the fftw directory from addons\math
to
> addons directory and changing the DLL definition in fftw.ijs:
> 
> 201 C:/tools/j601/addons>fgrep addons fftw/fftw.ijs
> DLL=: '"',~'"',jpath '~addons\fftw\jfftw.dll'
> 
> No such luck with LAPACK, though.

Thanks. I think the path references for fftw and lapack are fixed now.

One slight awkwardness with lapack is that the lab was previously
distributed with the system, and not with the addon. That lab will still
be in the system after installing the updated lapack addon. This should
not matter except that if you get the old lapack lab from the lab menu,
this means that the updated addon has not yet been installed.
----------------------------------------------------------------------
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