Browse Source

Paf le commit 2000 !

It seems that GotoBLAS sometimes need libgfortran too.
Cédric Augonnet 15 years ago
parent
commit
63e81175b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -620,7 +620,7 @@ AC_ARG_WITH(goto-dir, [AS_HELP_STRING([--with-goto-dir=<dir>], [specify STARPU_G
 	)
 
 if test x$blas_lib = xgoto; then
-# test whether STARPU_ATLAS is actually available
+AC_CHECK_LIB(gfortran, main,,)
 AC_CHECK_LIB(goto, sgemm_,,AC_MSG_ERROR([cannot find goto lib]))
 AC_DEFINE(STARPU_GOTO, [1], [use STARPU_GOTO library])
 fi