Ignore:
Timestamp:
Mar 23, 2010, 4:37:45 AM (13 years ago)
Author:
Peter Johansson
Message:

fix so cblas detection works on osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/base1/se.lu.thep.wenni/trunk/configure.ac

    r936 r1209  
    161161
    162162AC_SEARCH_LIBS([sqrt], [m],, AC_MSG_FAILURE([cannot find math library]))
    163 AC_SEARCH_LIBS([ATL_ctrsv], [atlas],,
    164                AC_SEARCH_LIBS(cblas_sdsdot, gslcblas,,
    165                         AC_MSG_FAILURE([cannot find cblas library])))
    166 
     163YAT_LIB_CBLAS([LIBS="$CBLAS_LIB $LIBS"],
     164              [AC_MSG_FAILURE([cannot find cblas library])])
    167165save_LDFLAGS="$LDFLAGS"
    168166AC_ARG_WITH(gsl,[AS_HELP_STRING([--with-gsl=DIR], [prefix for gsl files])],
Note: See TracChangeset for help on using the changeset viewer.