Commit fb4de003 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Fixed missing liblevmar in MKL linking group.

parent 61656781
...@@ -240,7 +240,7 @@ AM_CONDITIONAL(USE_THREADS, test $use_pthreads = "yes") ...@@ -240,7 +240,7 @@ AM_CONDITIONAL(USE_THREADS, test $use_pthreads = "yes")
############ handle the INTEL MKL library (FFTW + LAPACKe) ########### ############ handle the INTEL MKL library (FFTW + LAPACKe) ###########
if test "$enable_mkl" = "yes"; then if test "$enable_mkl" = "yes"; then
convlibs="${srcdir}/wcs/libwcs_c.a" convlibs="${srcdir}/wcs/libwcs_c.a,${srcdir}/levmar/liblevmar.a"
ACX_MKL($with_mkl_dir,yes,$enable_best_link,$convlibs) ACX_MKL($with_mkl_dir,yes,$enable_best_link,$convlibs)
if test "$MKL_WARN" == ""; then if test "$MKL_WARN" == ""; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
......
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