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
3972d255
Commit
3972d255
authored
Apr 04, 2013
by
Emmanuel Bertin
Browse files
Fixed typo in acx_mkl (no consequence here).
parent
f8fe9609
Changes
2
Show whitespace changes
Inline
Side-by-side
acx_mkl.m4
View file @
3972d255
...
@@ -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: 0
3
/04/2013
dnl Last modified: 0
4
/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")
...
...
configure
View file @
3972d255
...
@@ -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
\
...
...
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