Changeset 1059 for trunk/README
- Timestamp:
- Feb 8, 2008, 11:50:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r1055 r1059 5 5 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 6 6 Copyright (C) 2007 Peter Johansson 7 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 7 8 8 9 This file is part of yat library, http://trac.thep.lu.se/yat … … 43 44 44 45 Contact information through http://trac.thep.lu.se/yat 46 47 48 = Requirements = 49 50 == quiet nan == 51 52 Quiet NaN's must be supported. 53 54 == BLAS == 55 56 A C implementation of Basic Linear Algebra Subprograms (cBLAS) is 57 required. GSL comes with a reference implementation, but you should 58 consider getting a hardware optimized implementation. ATLAS provides 59 optimized BLAS (see below). 60 61 == GSL == 62 63 GNU Scientific Library, GSL http://www.gnu.org/software/gsl/. 64 65 66 = Optional packages = 67 68 == ATLAS == 69 70 GSL supplies a reference implementation of BLAS. You may want to 71 consider using hardware optimized BLAS. The ATLAS 72 (http://math-atlas.sourceforge.net/) software provides an automatic 73 hardware optimized BLAS library. 74 75 The detection of ATLAS is supported by the yat configuration script 76 but in many cases the ATLAS libraries are installed in 77 non-conventional directory locations. On Fedora 8, ATLAS libraries are 78 located in /usr/lib/atlas or /usr/lib64/atlas depending on your 79 hardware architecture. If you have ATLAS installed and the configure 80 script fails to locate it, try to add the location to the atlas 81 libraries 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.