Changeset 1209 for plugins/base1/se.lu.thep.wenni/trunk/configure.ac
- Timestamp:
- Mar 23, 2010, 4:37:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.thep.wenni/trunk/configure.ac
r936 r1209 161 161 162 162 AC_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 163 YAT_LIB_CBLAS([LIBS="$CBLAS_LIB $LIBS"], 164 [AC_MSG_FAILURE([cannot find cblas library])]) 167 165 save_LDFLAGS="$LDFLAGS" 168 166 AC_ARG_WITH(gsl,[AS_HELP_STRING([--with-gsl=DIR], [prefix for gsl files])],
Note: See TracChangeset
for help on using the changeset viewer.