From help-octave-request at bevo dot che dot wisc dot edu Sat Feb 5 08:57:33 2000 Subject: Re: ATLAS and octave From: Dirk Eddelbuettel To: R Clint Whaley Cc: jwe at bevo dot che dot wisc dot edu, keitt@nceas.ucsb.edu, atlas@cs.utk.edu, help-octave@bevo.che.wisc.edu 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//liblapack.a (overwriting some LAPACK routines) Clint> ATLAS/lib//libatlas.a (ATLAS internals) Clint> ATLAS/lib//libf77blas.a (F77 BLAS interface -- overwrite BLAS) Clint> ATLAS/lib//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: edd at sonny:/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: edd at sonny:/> 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 -----------------------------------------------------------------------