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

Fixed typo in acx_mkl (no consequence here).

parent f8fe9609
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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")
+2 −2
Original line number Diff line number Diff line
@@ -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 \