• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisão09482275c173e33a69e559b27939e7a6d5ec44e7 (tree)
Hora2012-12-26 18:10:46
AutorKatsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Mensagem de Log

Generate files by autoreconf 2.69. #28588 #30331 #30377

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

Mudança Sumário

Diff

--- a/src/config.h.in
+++ b/src/config.h.in
@@ -148,9 +148,6 @@
148148 /* Define to 1 if the system has the type `_Bool'. */
149149 #undef HAVE__BOOL
150150
151-/* Define this macro if you use 64bit int in mkl libarary */
152-#undef MKL_INT
153-
154151 /* Define to the address where bug reports for this package should be sent. */
155152 #undef PACKAGE_BUGREPORT
156153
--- a/src/configure
+++ b/src/configure
@@ -5907,9 +5907,6 @@ eval ac_res=\$$as_ac_Lib
59075907 $as_echo "$ac_res" >&6; }
59085908 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
59095909 ax_blas_ok=yes;BLAS_LIBS="-lmkl_gf_ilp64 -lmkl_sequential -lmkl_core -lpthread"
5910-
5911-$as_echo "#define MKL_INT int64_t" >>confdefs.h
5912-
59135910 fi
59145911
59155912 # 32 bit
@@ -6017,9 +6014,6 @@ eval ac_res=\$$as_ac_Lib
60176014 $as_echo "$ac_res" >&6; }
60186015 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
60196016 ax_blas_ok=yes;BLAS_LIBS="-lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread"
6020-
6021-$as_echo "#define MKL_INT int64_t" >>confdefs.h
6022-
60236017 fi
60246018
60256019 # 32-bit
@@ -6181,7 +6175,7 @@ eval ac_res=\$$as_ac_Lib
61816175 $as_echo "$ac_res" >&6; }
61826176 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
61836177 ax_blas_ok=yes
6184- BLAS_LIBS="-lopenblas"
6178+ BLAS_LIBS="-lopenblas"
61856179 fi
61866180
61876181 fi
@@ -6732,7 +6726,7 @@ eval ac_res=\$$as_ac_Lib
67326726 $as_echo "$ac_res" >&6; }
67336727 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
67346728 BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
6735- ax_blas_ok=yes
6729+ ax_blas_ok=yes
67366730 fi
67376731
67386732 fi
@@ -7014,10 +7008,10 @@ if test x"$ax_blas_ok" = xyes; then
70147008
70157009 $as_echo "#define HAVE_BLAS 1" >>confdefs.h
70167010
7017- :
7011+ :
70187012 else
7019- ax_blas_ok=no
7020- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7013+ ax_blas_ok=no
7014+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
70217015 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
70227016 as_fn_error $? "Cannot find BLAS library!
70237017 See \`config.log' for more details" "$LINENO" 5; }