failed build with current mercurial sources

Ben Abbott bpabbott at mac.com
Wed Mar 19 17:38:11 CDT 2008


On Mar 19, 2008, at 3:39 PM, John W. Eaton wrote:

> On 19-Mar-2008, Ben Abbott wrote:
>
> | How might I force the lapack/blas from libcruft to be used?
>
> If you use the options
>
>  --without-blas --without-lapack
>
> then Octave won't search for installed BLAS and LAPACK libraries and
> will instead use the reference BLAS and LAPACK library sources
> included with Octave.
>
> jwe
>

oh oh, didn't work :-(

./configure '--prefix=/sw' 'FLIBS=/sw/lib/gcc4.3/lib/ 
libgfortran.dylib' 'F77=/sw/bin/gfortran' '--libexecdir=${prefix}/lib'  
'CFLAGS=-g -O3' 'LDFLAGS=-g -L/sw/lib' 'CPPFLAGS=-I/sw/include'  
'CXXFLAGS=-g -O3' 'FFLAGS=-g -O3 -fbounds-check -ff2c' '--without-blas  
--without-lapack'
configure: error: invalid package name: blas --without-lapack

What did I do wrong?

Ben


More information about the Bug-octave mailing list