Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
fb4de003
Commit
fb4de003
authored
Jun 19, 2017
by
Emmanuel Bertin
Browse files
Fixed missing liblevmar in MKL linking group.
parent
61656781
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
fb4de003
...
@@ -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])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment