Ver código fonte

icc build of goto seems to need -lifcore

Samuel Thibault 12 anos atrás
pai
commit
df04fab94e
1 arquivos alterados com 1 adições e 0 exclusões
  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