search for: special_math_lib

Displaying 1 result from an estimated 1 matches for "special_math_lib".

2000 Feb 09
1
forwarded message from Dirk Eddelbuettel <edd@debian.org>
...octave Date: Wed, 9 Feb 2000 03:05:13 -0600 (CST) Here is all I did to build a copy of Octave that uses ATLAS: 1. build ATLAS 2. merge all four of the libraries that the ATLAS build creates into a single libatlas.a and install it in /some/dir. 3. relink Octave by running make SPECIAL_MATH_LIB=/some/dir/libatlas.a That seems to be all that is needed. Would it be possible to modify the ATLAS makefiles to just build a libatlas.a? Then Octave could simply have AC_CHECK_LIB(atlas, ATL_xerbla) in the configure script, and set SPECIAL_MATH_LIB accordingly. Things might get a little mor...