https://github.com/math-atlas/math-atlas -- this is Atlas 3.10.0 edited from the source tar to build with mingw32 (and presumably still most other places, except probably Cygwin cross-compile)
  • C 79.7%
  • Fortran 18.8%
  • Assembly 0.8%
  • TeX 0.3%
  • Makefile 0.2%
Find a file
2013-07-23 11:32:50 -07:00
bin Wrap parallel code in #ifdef ATL_NCPU to avoid building parallel code when only building serial code 2013-07-23 11:29:00 -07:00
CONFIG Ensure executable permissions set on configure scripts 2013-07-23 11:30:06 -07:00
doc import atlas version 3.10.0 2012-08-02 22:34:24 -04:00
EXtest import atlas version 3.10.0 2012-08-02 22:34:24 -04:00
include Add in missing headers 2013-07-23 11:29:48 -07:00
interfaces import atlas version 3.10.0 2012-08-02 22:34:24 -04:00
lib import atlas version 3.10.0 2012-08-02 22:34:24 -04:00
makes additional corrections discovered during build 2012-08-03 19:39:30 -04:00
results import atlas version 3.10.0 2012-08-02 22:34:24 -04:00
src import atlas version 3.10.0 2012-08-02 22:34:24 -04:00
tune slashsub & friends aren't needed on Windows and result in a bad path to gfortran being written to lapack/make.inc 2012-08-04 15:22:29 -04:00
.gitignore configure patches to enable native mingw32 build configuration 2012-08-03 05:30:51 -04:00
configure Ensure executable permissions set on configure scripts 2013-07-23 11:30:06 -07:00
INSTALL.txt import atlas version 3.10.0 2012-08-02 22:34:24 -04:00
Make.top import atlas version 3.10.0 2012-08-02 22:34:24 -04:00
README import atlas version 3.10.0 2012-08-02 22:34:24 -04:00

This is the README index file.  If you want install intructions,
read ATLAS/INSTALL.txt.  Windows users should read
ATLAS/doc/Windows.txt as well.  Note that all of this documentation is
probably out of date.  The website always contains the most current versions:
   http://math-atlas.sourceforge.net/faq.html#doc


A listing of the ATLAS documentation files is:

                                 in ATLAS/
INSTALL.txt       : Basic ATLAS installation instructions as text
README            : This file


                              in ATLAS/doc/
AtlasCredits.txt : The ATLAS team
atlas_install.pdf: Relatively complete guide to configuring, building,
                   installing and testing ATLAS.
BootSequence.txt : Rough outline of how the ATLAS install works, and what
                   files it creates.
ChangeLog.txt    : Brief summmary of changes from previous releases.
DirStruct.txt    : A graphic of the general organization of the ATLAS files
INDEX.txt        : This index file again
LibReadme.txt    : Information on generated libraries.
TestTime.txt     : Information on using the ATLAS testing and timing programs
TroubleShoot.txt : Help with troubleshooting your installation, including
                   where to find more help
Windows.txt      : Special information users of Microsoft Windows (95/98/NT/2K)
                   should read
atlas_contrib.pdf: Information on how users can speedup and contribute to
                   ATLAS by providing low-level kernel routines
altas_over.pdf   : Paper describing ideas and basic methods of ATLAS
cblas.pdf        : Extract of the BLAST standard document, describing the
                   standard C interface to the BLAS.
fblasqr.pdf      : Quick reference to the F77 interface to the BLAS.