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
dnl along with AstrOmatic software.
dnl If not, see <http://www.gnu.org/licenses/>.
dnl
dnl Last modified: 03/04/2013
dnl Last modified: 04/04/2013
dnl
dnl %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
dnl
......@@ -81,8 +81,8 @@ dnl 64 bit pointers
dnl Static linking uses a duplicated libmkl_intel_ilp64.a to fool libtool
AC_SUBST(MKL_LIBS,
["$startgroup,$mklroot/lib/intel64/libmkl_intel_ilp64.a,\
$mklroot/lib/intel64/libmkl_intel_thread.a \
$mklroot/lib/intel64/libmkl_core.a --end-group -openmp -lpthread -lm"])
$mklroot/lib/intel64/libmkl_intel_thread.a,\
$mklroot/lib/intel64/libmkl_core.a,-end-group -openmp -lpthread -lm"])
else
AC_SUBST(MKL_LIBS, "-lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core \
-openmp -lpthread -lm")
......
......@@ -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
MKL_LIBS="$startgroup,$mklroot/lib/intel64/libmkl_intel_ilp64.a,\
$mklroot/lib/intel64/libmkl_intel_thread.a \
$mklroot/lib/intel64/libmkl_core.a --end-group -openmp -lpthread -lm"
$mklroot/lib/intel64/libmkl_intel_thread.a,\
$mklroot/lib/intel64/libmkl_core.a,-end-group -openmp -lpthread -lm"
else
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