浏览代码

icc build of goto seems to need -lifcore

Samuel Thibault 12 年之前
父节点
当前提交
df04fab94e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -1474,6 +1474,7 @@ AC_ARG_WITH(goto-dir, [AS_HELP_STRING([--with-goto-dir=<dir>], [specify GotoBLAS
 
 
 if test x$blas_lib = xgoto; then
 if test x$blas_lib = xgoto; then
 STARPU_CHECK_LIB(BLAS, gfortran, main,,)
 STARPU_CHECK_LIB(BLAS, gfortran, main,,)
+STARPU_CHECK_LIB(BLAS, ifcore, main,,)
 # Perhaps that GotoBLAS2 is available instead (so that we have libgotoblas2.{so,a})
 # Perhaps that GotoBLAS2 is available instead (so that we have libgotoblas2.{so,a})
 STARPU_CHECK_LIB(BLAS, goto2, sgemm_,, [havegoto2=no], [$STARPU_BLAS_LDFLAGS])
 STARPU_CHECK_LIB(BLAS, goto2, sgemm_,, [havegoto2=no], [$STARPU_BLAS_LDFLAGS])
 if test x$havegoto2 = xno; then
 if test x$havegoto2 = xno; then