Test script runs without complaint on j701.

Thanks again.

On Tue, Aug 20, 2013 at 8:30 AM, bill lam <[email protected]> wrote:
> Thanks. Updated again.
>
> Please run the test script test0.ijs and report if it run ok on a
> 64-bit Mac.
>
> Вт, 20 авг 2013, Marc Simpson писал(а):
>> Thanks Bill.
>>
>> Line 268 of lapack.ijs still needs updating though.
>>
>> On Tue, Aug 20, 2013 at 2:42 AM, bill lam <[email protected]> wrote:
>> > Thanks for info. JAL updated.
>> >
>> > Пн, 19 авг 2013, Marc Simpson писал(а):
>> >> Lapack is disabled on 64-bit Macs due to the following guard in
>> >> 'math/lapack.ijs' (added in r4400):
>> >>
>> >>   if. IF64 > UNAME-: 'Linux' do.
>> >>     '64-bit not supported' 13!:8[10
>> >>   end.
>> >>
>> >> This signal is overly general as the OS X VecLib framework provides a
>> >> 64-bit implementation. Since the 64-bit check is only relevant on
>> >> Windows, here's a possible fix:
>> >>
>> >>   3 : 0''
>> >>   if. UNAME-:'Linux' do.
>> >>     if. IF64 do.
>> >>       dll=: '"',path,'lapack64.so" '
>> >>     else.
>> >>       dll=: '"',path,'lapack.so" '
>> >>     end.
>> >>   elseif. UNAME-:'Darwin' do.
>> >>     dll=: '/System/Library/Frameworks/vecLib.framework/vecLib '
>> >>   elseif. UNAME-:'Win' do.
>> >>     if. IF64 do.
>> >>       '64-bit not supported' 13!:8[10
>> >>     end.
>> >>     dll=: '"',path,'jlapack.dll" '
>> >>   elseif. do.
>> >>     'platform not supported' 13!:8[10
>> >>   end.
>> >>   ''
>> >>   )
>> >>
>> >> Best,
>> >> Marc
>> >> ----------------------------------------------------------------------
>> >> For information about J forums see http://www.jsoftware.com/forums.htm
>> >
>> > --
>> > regards,
>> > ====================================================
>> > GPG key 1024D/4434BAB3 2008-08-24
>> > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
>> > ----------------------------------------------------------------------
>> > For information about J forums see http://www.jsoftware.com/forums.htm
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
> --
> regards,
> ====================================================
> GPG key 1024D/4434BAB3 2008-08-24
> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
>
> ----------------------------------------------------------------------
> 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