[sage-devel] Re: how to link lapack with C

2009-02-27 Thread mabshoff
On Feb 27, 1:16 pm, Ondrej Certik wrote: > On Fri, Feb 27, 2009 at 12:12 PM, mabshoff wrote: > > ATLAS does not depends on CBLAS because it uses the CBLAS interface. This should read "ATLAS does depends ..." obviously ;) > > But if you need the F77 BLAS interface you just need to add f77b

[sage-devel] Re: how to link lapack with C

2009-02-27 Thread Ondrej Certik
On Fri, Feb 27, 2009 at 12:12 PM, mabshoff wrote: > > > > On Feb 27, 11:53 am, Ondrej Certik wrote: >> Hi, > > Hi, > >> I have some C code that uses lapack (http://www.openmx-square.org/) >> --- how should I link with it in Sage? > > It depends, C code can either use either Fortran code directly

[sage-devel] Re: how to link lapack with C

2009-02-27 Thread mabshoff
On Feb 27, 11:53 am, Ondrej Certik wrote: > Hi, Hi, > I have some C code that uses lapack (http://www.openmx-square.org/) > --- how should I link with it in Sage? It depends, C code can either use either Fortran code directly or might rely on a CLapack implementation. > In Debian I just do: