Commit 3972d255 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Fixed typo in acx_mkl (no consequence here).

parent f8fe9609
...@@ -23,7 +23,7 @@ dnl You should have received a copy of the GNU General Public License ...@@ -23,7 +23,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with AstrOmatic software. dnl along with AstrOmatic software.
dnl If not, see <http://www.gnu.org/licenses/>. dnl If not, see <http://www.gnu.org/licenses/>.
dnl dnl
dnl Last modified: 03/04/2013 dnl Last modified: 04/04/2013
dnl dnl
dnl %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% dnl %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
dnl dnl
...@@ -81,8 +81,8 @@ dnl 64 bit pointers ...@@ -81,8 +81,8 @@ dnl 64 bit pointers
dnl Static linking uses a duplicated libmkl_intel_ilp64.a to fool libtool dnl Static linking uses a duplicated libmkl_intel_ilp64.a to fool libtool
AC_SUBST(MKL_LIBS, AC_SUBST(MKL_LIBS,
["$startgroup,$mklroot/lib/intel64/libmkl_intel_ilp64.a,\ ["$startgroup,$mklroot/lib/intel64/libmkl_intel_ilp64.a,\
$mklroot/lib/intel64/libmkl_intel_thread.a \ $mklroot/lib/intel64/libmkl_intel_thread.a,\
$mklroot/lib/intel64/libmkl_core.a --end-group -openmp -lpthread -lm"]) $mklroot/lib/intel64/libmkl_core.a,-end-group -openmp -lpthread -lm"])
else else
AC_SUBST(MKL_LIBS, "-lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core \ AC_SUBST(MKL_LIBS, "-lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core \
-openmp -lpthread -lm") -openmp -lpthread -lm")
......
...@@ -13391,8 +13391,8 @@ if icc -V 2>&1 | grep -i "Intel(R) 64" > /dev/null 2>&1; then ...@@ -13391,8 +13391,8 @@ if icc -V 2>&1 | grep -i "Intel(R) 64" > /dev/null 2>&1; then
if test x$enable_best_link = xyes; then if test x$enable_best_link = xyes; then
MKL_LIBS="$startgroup,$mklroot/lib/intel64/libmkl_intel_ilp64.a,\ MKL_LIBS="$startgroup,$mklroot/lib/intel64/libmkl_intel_ilp64.a,\
$mklroot/lib/intel64/libmkl_intel_thread.a \ $mklroot/lib/intel64/libmkl_intel_thread.a,\
$mklroot/lib/intel64/libmkl_core.a --end-group -openmp -lpthread -lm" $mklroot/lib/intel64/libmkl_core.a,-end-group -openmp -lpthread -lm"
else else
MKL_LIBS="-lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core \ MKL_LIBS="-lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment