http://www.netlib.org/blas/There are three sources for the BLAS, as detailed below. Regardless of the origin of the BLAS library selected, the BLAS test suite (available on the BLAS webpage) should be run to ensure proper installation.
http://www.netlib.org/blas/faq.html
http://www.netlib.org/atlas/Prebuilt ATLAS libraries are available for a variety of architectures.
http://www.netlib.org/atlas/archives/
ATLAS is available via ftp as follows: =5mm
anon ftp to www.netlib.org
cd atlas
binary
get atlas_<version>.tgz
anon ftp to www.netlib.org
cd atlas/archives
binary
ls
get the proper atlas-file
where <version> denotes the current version of the software.
http://www.netlib.org/blas/blas.tgzand is available via ftp as follows:
anon ftp to www.netlib.org
cd blas
binary
get blas.tgz
This file contains the Fortran 77 reference
implementation of the Level 1, Level 2 and Level 3 BLAS routines in
all precisions. The routines must be compiled by the local Fortran
compiler, and archived into a library, e.g., libblas.a. It should be emphasized that the performance achieved using
this version of the BLAS will not be as high
as could be obtained with a machine-specific implementation.
N.B. The model implementation is also included in the LAPACK
distribution file.