help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ATLAS and octave


From: Dirk Eddelbuettel
Subject: Re: ATLAS and octave
Date: Sat, 5 Feb 2000 09:57:25 -0500 (EST)

  Clint> The most direct method is, with a previously installed ATLAS, build
  Clint> octave's libcruft as normal, but you then ar into it the contents
  Clint> of: ATLAS/lib/<arch>/liblapack.a (overwriting some LAPACK routines)
  Clint> ATLAS/lib/<arch>/libatlas.a (ATLAS internals)
  Clint> ATLAS/lib/<arch>/libf77blas.a (F77 BLAS interface -- overwrite BLAS)
  Clint> ATLAS/lib/<arch>/libcblas.a (C BLAS interface)

Could you send me your Makefile snippet? I'd *love* to try that on my Octave
build process for the Debian package as we already have Atlas libraries.

I seem to have the static libs over two directories:

address@hidden:/usr/lib> cd /; ls -l /usr/lib/{lib*atlas.a,atlas/*.a}
-rw-r--r--    1 root     root      3904916 Jan 19 10:27 /usr/lib/atlas/libblas.a
-rw-r--r--    1 root     root      6243568 Jan 19 10:27 
/usr/lib/atlas/liblapack.a
-rw-r--r--    1 root     root      3572236 Jan 19 10:27 /usr/lib/libatlas.a
-rw-r--r--    1 root     root       153140 Jan 19 10:27 
/usr/lib/liblapack_atlas.a

and there are of course shared libs as well:

address@hidden:/> cd /; ls -l /usr/lib/{lib*atlas.so,atlas/*.so}
lrwxrwxrwx    1 root     root           12 Feb  5 09:54 
/usr/lib/atlas/libblas.so -> libblas.so.2
lrwxrwxrwx    1 root     root           14 Feb  5 09:54 
/usr/lib/atlas/liblapack.so -> liblapack.so.2
lrwxrwxrwx    1 root     root           13 Feb  5 09:54 /usr/lib/libatlas.so -> 
libatlas.so.2
lrwxrwxrwx    1 root     root           20 Feb  5 09:54 
/usr/lib/liblapack_atlas.so -> liblapack_atlas.so.2


Cheers, Dirk

-- 
According to the latest figures, 43% of all statistics are totally worthless.



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]