Changeset 1059 for trunk/README


Ignore:
Timestamp:
Feb 8, 2008, 11:50:04 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #208. Write requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r1055 r1059  
    55Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    66Copyright (C) 2007 Peter Johansson
     7Copyright (C) 2008 Jari Häkkinen, Peter Johansson
    78
    89This file is part of yat library, http://trac.thep.lu.se/yat
     
    4344
    4445Contact information through http://trac.thep.lu.se/yat
     46
     47
     48= Requirements =
     49
     50== quiet nan ==
     51
     52Quiet NaN's must be supported.
     53
     54== BLAS ==
     55
     56A C implementation of Basic Linear Algebra Subprograms (cBLAS) is
     57required. GSL comes with a reference implementation, but you should
     58consider getting a hardware optimized implementation. ATLAS provides
     59optimized BLAS (see below).
     60
     61== GSL ==
     62
     63GNU Scientific Library, GSL http://www.gnu.org/software/gsl/.
     64
     65
     66= Optional packages =
     67
     68== ATLAS ==
     69
     70GSL supplies a reference implementation of BLAS. You may want to
     71consider using hardware optimized BLAS. The ATLAS
     72(http://math-atlas.sourceforge.net/) software provides an automatic
     73hardware optimized BLAS library.
     74
     75The detection of ATLAS is supported by the yat configuration script
     76but in many cases the ATLAS libraries are installed in
     77non-conventional directory locations. On Fedora 8, ATLAS libraries are
     78located in /usr/lib/atlas or /usr/lib64/atlas depending on your
     79hardware architecture. If you have ATLAS installed and the configure
     80script fails to locate it, try to add the location to the atlas
     81libraries when running confiure:
     82
     83  #> LDFLAGS="/usr/lib64/atlas" ./configure
     84
     85=== doxygen ===
     86
     87=== latex ===
     88
     89=== dvipdfm ===
     90
     91=== latex2html ===
Note: See TracChangeset for help on using the changeset viewer.