Преглед изворни кода

Paf le commit 2000 !

It seems that GotoBLAS sometimes need libgfortran too.
Cédric Augonnet пре 16 година
родитељ
комит
63e81175b8
1 измењених фајлова са 1 додато и 1 уклоњено
  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