Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2008-11-14 13:42:09
Size: 2599
Editor: anonymous
Comment: converted to 1.6 markup
Revision 5 as of 2022-04-05 00:52:57
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= ATLAS =

== Description ==

This spkg builds ATLAS for Sage. It is build per default on Linux, but should also work on OSX and Solaris. The build is currently disabled on OSX until we sort out some linking issues on OSX. On FreeBSD dynamic libraries don't won since the wrong flags are passed to the linker. This will be fixed soon.

== License ==

3-clause BSD

== SPKG Maintainers ==
 * Michael Abshoff
 * Josh Kantor

== Upstream Contact ==

Atlas devel mainling list.

== Dependencies ==
 * None

== ChangeLog ==

=== atlas-3.8 (Michael Abshoff, March 19th, 2008) ===
 * update to 3.8.1 release
 * add tuning info for G4 on Linux
 * add tuning and detection for Pentium D process (together with Burcin Erocal)
 * clean up SPKG.txt

=== atlas-3.8.p11 (Michael Abshoff, Feb. 2nd, 2008) ===
 * add pre-tuned information for Pentium M, Athlon MP

=== atlas-3.8.p10 (Michael Abshoff, Jan. 26th, 2008) ===
 * exit spkg-check on Darwin (fixes #1934)

=== atlas-3.8.p9 (Michael Abshoff, Jan. 22nd, 2008) ===
 * fix SAGE_ATLAS_LIB to point to the root of the ATLAS directory
 * also link the headers which is the prime motivation for the change above
 * Apply row-major GEMM major ATLAS errata (#1787)

=== atlas-3.8.p8 (Josh Kantor, Jan. 19th, 2008) ===
 * Added optional environment variable SAGE_ATLAS_LIB. This should be a directory that contains liblapack.so,libcblas.so, libf77blas.so, libatlas.so. Instead of building atlas we make symlinks to these libraries in $SAGE_LOCAL/lib

=== atlas-3.8.p6 (Josh Kantor, Dec. 15th, 2007) ===
 * check if ATLAS bailed out due to unprecise timings. This happens if the system is too loaded.

=== atlas-3.8.p5 (Josh Kantor, Dec. 14th, 2007) ===
 * introduce workaround for 32 bit userspace build on 64 bit CPUs - see #1497

=== atlas-3.8.p4 (Michael Abshoff, Dec. 13th, 2007) ===
 * disable parallel make

=== atlas-3.8.p3 (Josh Kantor, Dec. 11th, 2007) ===
 * disable build on OSX for now

=== atlas-3.8 (Josh Kantor, Nov. 28th, 2007) ===
 * updated to version 3.8
 * applied patch so that shared libraries are copied
 * fortran wrapper uses sage_fortran
 * ATLAS produces borked lapack.so which has missing symbols
 * liblapack.so is around 100k while liblapack.a is 8 mb
 * manually create a full liblapack.so

=== atlas-3.7.38 (Michael Abshoff, Oct. 6th, 2007) ===
 * update to 3.7.38

=== atlas-3.7.37 (Michael Abshoff, Aug. 15th, 2007) ===
 * new upstream release (3.7.37), initial release
 * {{{make check}}} added in spkg-check

ToDo

* compile threading support conditionally