Changeset 3452 for trunk/m4/yat_cblas.m4
- Timestamp:
- Dec 7, 2015, 11:47:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/yat_cblas.m4
r2952 r3452 2 2 3 3 # 4 # serial 1 (yat 0.11)4 # serial 2 (yat 0.14) 5 5 # 6 6 … … 20 20 # COPYLEFT 21 21 # 22 # Copyright (C) 2009, 2012, 2013 Peter Johansson22 # Copyright (C) 2009, 2012, 2013, 2015 Peter Johansson 23 23 # 24 24 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 95 95 if test $yat_cblas_ok = no; then 96 96 AC_CHECK_LIB([mkl_core], [cblas_sgemm], 97 [ acx_blas_ok=yes; CBLAS_LIBS="-lmkl_core"])97 [yat_blas_ok=yes; CBLAS_LIBS="-lmkl_core"]) 98 98 fi 99 99
Note: See TracChangeset
for help on using the changeset viewer.