• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂3838ccaa181c348260a4854c90163fc7175c8e15 (tree)
時間2012-06-05 12:01:03
作者Katsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Log Message

Check mkl with function dsyevd'. #28588

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@708 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

差異

--- a/src/configure.ac
+++ b/src/configure.ac
@@ -54,7 +54,7 @@ AC_COMPILE_IFELSE(
5454 # Check for mkl
5555 export LIBS="-lmkl_intel_thread -lmkl_core $LIBS"
5656 AC_CHECK_HEADERS([mkl.h])
57-AC_CHECK_LIB([mkl_intel_lp64], [main],,
57+AC_CHECK_LIB([mkl_intel_lp64], [dsyevd],,
5858 [
5959 AC_CHECK_LIB([mkl_intel], [main],,
6060 [AC_MSG_FAILURE([Cannot find mkl!])