From: Raymond T. <toy...@gm...> - 2007-03-27 11:38:34
|
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 |