Changeset 2877
- Timestamp:
- Nov 15, 2012, 1:20:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2876 r2877 205 205 AC_MSG_NOTICE([checking for libraries]) 206 206 AC_CHECK_LIBM 207 LIBS="$LIB S $LIBM"207 LIBS="$LIBM $LIBS" 208 208 209 209 # find library implementing BLAS C API, or use gslcblas 210 210 YAT_LIB_CBLAS([YAT_CBLAS_LIB=$CBLAS_LIB], [YAT_CBLAS_LIB=-lgslcblas]) 211 LIBS="$ LIBS $YAT_CBLAS_LIB"211 LIBS="$YAT_CBLAS_LIB $LIBS" 212 212 213 213 # GNU Scientific Library, GSL http://www.gnu.org/software/gsl/, checks … … 215 215 gsl_version="1.8" 216 216 AC_SUBST(gsl_version) 217 YAT_CHECK_GSL([$gsl_version],[LIBS=" $LIBS -lgsl"],[YAT_MSG_ERROR([dnl217 YAT_CHECK_GSL([$gsl_version],[LIBS="-lgsl $LIBS"],[YAT_MSG_ERROR([dnl 218 218 GSL $gsl_version (or newer) not found. The GNU Scientific Library 219 219 (GSL) library cannot be found. Please make sure GSL is
Note: See TracChangeset
for help on using the changeset viewer.