Changeset 2028


Ignore:
Timestamp:
Aug 16, 2009, 9:15:39 PM (14 years ago)
Author:
Peter
Message:

added a snippet on how to hard-code cbla sinto libyat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r2019 r2028  
    5858specific order (for details refer to `m4/yat_cblas.m4`). If you want
    5959to use a specific CBLAS library, `./configure --with-cblas=LIB` may be
    60 useful.
     60useful. Note, however, that the chosen/detected CBLAS library is not
     61hard-coded into the installed libyat, but a user can choose a
     62different CBLAS when she link her application. A way to access which
     63CBLAS was detected during the configuration is to access the
     64yat-config script directly or via the autoconf macros included in the
     65distribution. If you do want to hard-code a choice of CBLAS into the
     66installed libyat, you may provide the appropriate value to LIBS. The
     67following line, for example:
     68
     69  #> ./configure LIBS=-lcblas
     70
     71will hard-code the choice of -lcblas into the libyat.
    6172
    6273=== Boost ===
     
    119130Copyright (C) 2004 Jari Häkkinen
    120131Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
     132Copyright (C) 2009 Peter Johansson
    121133
    122134This file is part of yat library, http://dev.thep.lu.se/yat
Note: See TracChangeset for help on using the changeset viewer.