[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trying to compile 3.6.1
From: |
Sergei Steshenko |
Subject: |
Re: trying to compile 3.6.1 |
Date: |
Thu, 9 Aug 2012 08:20:25 -0700 (PDT) |
>________________________________
> From: Rita <address@hidden>
>To: Mike Miller <address@hidden>
>Cc: help <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.
- Re: trying to compile 3.6.1, (continued)
- Re: trying to compile 3.6.1, Imam Toufique, 2012/08/08
- Re: trying to compile 3.6.1, Mike Miller, 2012/08/08
- Re: trying to compile 3.6.1, Sergei Steshenko, 2012/08/08
- Re: trying to compile 3.6.1, Rita, 2012/08/09
- Re: trying to compile 3.6.1, Mike Miller, 2012/08/09
- Re: trying to compile 3.6.1, Rita, 2012/08/09
- Re: trying to compile 3.6.1, Mike Miller, 2012/08/09
- Re: trying to compile 3.6.1, Rita, 2012/08/09
- Re: trying to compile 3.6.1,
Sergei Steshenko <=
- Re: trying to compile 3.6.1, Rita, 2012/08/09
- Re: trying to compile 3.6.1, Sergei Steshenko, 2012/08/09
- Re: trying to compile 3.6.1, Rita, 2012/08/09
- Re: trying to compile 3.6.1, Sergei Steshenko, 2012/08/09
- Re: trying to compile 3.6.1, Rita, 2012/08/09
- Re: trying to compile 3.6.1, Sergei Steshenko, 2012/08/09
- Re: trying to compile 3.6.1, Mike Miller, 2012/08/09
- Re: trying to compile 3.6.1, Rita, 2012/08/10
- Re: trying to compile 3.6.1, Sergei Steshenko, 2012/08/10
- Re: trying to compile 3.6.1, Rita, 2012/08/10