Revision | 09482275c173e33a69e559b27939e7a6d5ec44e7 (tree) |
---|---|
Zeit | 2012-12-26 18:10:46 |
Autor | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
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
@@ -148,9 +148,6 @@ | ||
148 | 148 | /* Define to 1 if the system has the type `_Bool'. */ |
149 | 149 | #undef HAVE__BOOL |
150 | 150 | |
151 | -/* Define this macro if you use 64bit int in mkl libarary */ | |
152 | -#undef MKL_INT | |
153 | - | |
154 | 151 | /* Define to the address where bug reports for this package should be sent. */ |
155 | 152 | #undef PACKAGE_BUGREPORT |
156 | 153 |
@@ -5907,9 +5907,6 @@ eval ac_res=\$$as_ac_Lib | ||
5907 | 5907 | $as_echo "$ac_res" >&6; } |
5908 | 5908 | if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
5909 | 5909 | 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 | - | |
5913 | 5910 | fi |
5914 | 5911 | |
5915 | 5912 | # 32 bit |
@@ -6017,9 +6014,6 @@ eval ac_res=\$$as_ac_Lib | ||
6017 | 6014 | $as_echo "$ac_res" >&6; } |
6018 | 6015 | if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
6019 | 6016 | 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 | - | |
6023 | 6017 | fi |
6024 | 6018 | |
6025 | 6019 | # 32-bit |
@@ -6181,7 +6175,7 @@ eval ac_res=\$$as_ac_Lib | ||
6181 | 6175 | $as_echo "$ac_res" >&6; } |
6182 | 6176 | if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
6183 | 6177 | ax_blas_ok=yes |
6184 | - BLAS_LIBS="-lopenblas" | |
6178 | + BLAS_LIBS="-lopenblas" | |
6185 | 6179 | fi |
6186 | 6180 | |
6187 | 6181 | fi |
@@ -6732,7 +6726,7 @@ eval ac_res=\$$as_ac_Lib | ||
6732 | 6726 | $as_echo "$ac_res" >&6; } |
6733 | 6727 | if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
6734 | 6728 | BLAS_LIBS="-xlic_lib=sunperf -lsunmath" |
6735 | - ax_blas_ok=yes | |
6729 | + ax_blas_ok=yes | |
6736 | 6730 | fi |
6737 | 6731 | |
6738 | 6732 | fi |
@@ -7014,10 +7008,10 @@ if test x"$ax_blas_ok" = xyes; then | ||
7014 | 7008 | |
7015 | 7009 | $as_echo "#define HAVE_BLAS 1" >>confdefs.h |
7016 | 7010 | |
7017 | - : | |
7011 | + : | |
7018 | 7012 | 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 | |
7021 | 7015 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
7022 | 7016 | as_fn_error $? "Cannot find BLAS library! |
7023 | 7017 | See \`config.log' for more details" "$LINENO" 5; } |