On Thu, Aug 9, 2012 at 11:20 AM, Sergei Steshenko
<address@hidden> wrote:
>________________________________
> From: Rita <address@hidden>
>Sent: Thursday, August 9, 2012 4:46 PM
>Subject: Re: trying to compile 3.6.1
>
>
>I tried both, change the order and putting BLAS and LAPACK in LDFLAGS. Changing the order seemed to compile fine but make check failed with same error.
>
>Adding my LAPACK and BLAS into LDFLAGS isn't working because ./configure is complaining that I need LAPACK and BLAS eventhough i have it set. Perhaps, this is a bug?
>
I think it is a bug. To the extent I have a workaround for it in my AppsFromScratch version sent to you.
You can understand what the workaround is looking into
AppsFromScratch/20120503_old/include/perl/project_specific/default_build_data_sub.prl
file and locating there
octave => # !!! -l:liblapack.a !!!
do{
my $major_ver = '3';
my $minor_ver = '6';
my $micro_ver = '2';
...
piece of code - look for appearances of 'liblapack' in that portion.
Regards,
Sergei.