Changeset 9842d8 for util/configure.ac


Ignore:
Timestamp:
May 31, 2008, 2:17:10 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
5a0f8e
Parents:
807e8a
Message:

AC_SEARCH_LIBS is used to find the right blas in the following order: blas, cblas, gslblas, gslcblas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • util/configure.ac

    r807e8a r9842d8  
    7171# check for GNU Scientific Library
    7272#AC_CHECK_LIB(m,main)
    73 AC_CHECK_LIB(blas,main)
     73AC_SEARCH_LIBS(cblas_sdot, blas cblas gslblas gslcblas)
    7474AC_CHECK_LIB(gsl,main)
    7575
Note: See TracChangeset for help on using the changeset viewer.