ソースを参照

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
 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})
 STARPU_CHECK_LIB(BLAS, goto2, sgemm_,, [havegoto2=no], [$STARPU_BLAS_LDFLAGS])
 if test x$havegoto2 = xno; then