Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
efe005da
Commit
efe005da
authored
Apr 21, 2016
by
Andreas Marek
Browse files
Error in m4 macro
parent
6944474a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
m4/ax_elpa_specific_kernels.m4
View file @
efe005da
...
...
@@ -35,16 +35,22 @@ AC_DEFUN([DEFINE_OPTION_SPECIFIC_REAL_KERNEL],[
$3=yes
dnl take care of some dependencies
if test x"${install_real_sse_block4}" = x"yes" ; then
AC_MSG_NOTICE([$1 set. Also sse_block2 is needed])
install_real_sse_block2=yes
fi
if test x"${install_real_avx_block4}" = x"yes" ; then
AC_MSG_NOTICE([$1 set. Also avx_block2 is needed])
install_real_avx_block2=yes
fi
if test x"${install_real_sse_block6}" = x"yes" ; then
AC_MSG_NOTICE([$1 set. Also sse_block2 is needed])
AC_MSG_NOTICE([$1 set. Also sse_block4 is needed])
install_real_sse_block4=yes
install_real_sse_block2=yes
fi
if test x"${install_real_avx_block6}" = x"yes" ; then
AC_MSG_NOTICE([$1 set. Also avx_block2 is needed])
AC_MSG_NOTICE([$1 set. Also avx_block4 is needed])
install_real_avx_block4=yes
install_real_avx_block2=yes
fi
...
...
@@ -109,7 +115,7 @@ AC_DEFUN([DEFINE_OPTION_SPECIFIC_REAL_KERNEL],[
# AC_MSG_WARN([At the moment this disables GPU support!])
# AC_MSG_WARN([IF GPU support is wanted do NOT specify a specific real kernel])
# fi
#
else
else
AC_MSG_FAILURE([$1 failed; A specific kernel for real case has already been defined before!])
fi
fi
...
...
@@ -189,13 +195,13 @@ AC_DEFUN([DEFINE_OPTION_SPECIFIC_COMPLEX_KERNEL],[
fi
fi
AC_MSG_NOTICE([$1 will be the only compiled kernel for
real
case])
AC_MSG_NOTICE([$1 will be the only compiled kernel for
complex
case])
# if test x"${want_gpu}" = x"yes" ; then
# AC_MSG_WARN([At the moment this disables GPU support!])
# AC_MSG_WARN([IF GPU support is wanted do NOT specify a specific complex kernel])
# fi
else
AC_MSG_FAILURE([$1 failed; A specific kernel for
real
case has already been defined before!])
AC_MSG_FAILURE([$1 failed; A specific kernel for
complex
case has already been defined before!])
fi
fi
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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