Re: Patch for Matlisp with ATLAS from Debian (unstable) and SBCL on ia32(sse2)
Raymond Toy <[email protected]> Tue, 27 Mar 2007 07:38:34 -0400
| Newsgroups | gmane.lisp.matlisp.devel |
|---|---|
| Message-ID | <[email protected]> |
Max-Gerd Retzlaff wrote: > Hello, > > I have yesterday installed Matlisp on my system, and I'm very pleased > with it. The installation was really simple and judging from some first > tests, it seems to be just what I want. Thanks. > > > Then I've wanted to built it using the ATLAS libraries. I've tried > to achieve that with this call to configure: > > ./configure --with-lisp=sbcl --with-lisp-exec=sbcl --prefix=`pwd` --with-atlas="/usr/lib/sse2" > > (The desired libraries lie in /usrr/lib/sse2 on Debian.) > > But the lapack library file of the Debian package atlas3-sse2-dev > is called liblapack_atlas.so not liblapack.so, so I changed that > in the ATLAS_LIBS variable in configure.in. Sorry for the delay. It seems that the best way would be either for configure to figure out the name of the library itself from the directory or for the user to give the name of the library as a configure option. Figuring out the name might be difficult and error prone, so using another option for configure might be best. I will apply the other parts of your patch, though. That's useful. Thanks, Ray ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV