Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
0c328350
Commit
0c328350
authored
Apr 21, 2016
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Error in m4 macro
parent
f0666162
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
m4/ax_elpa_specific_kernels.m4
m4/ax_elpa_specific_kernels.m4
+8
-2
No files found.
m4/ax_elpa_specific_kernels.m4
View file @
0c328350
...
@@ -35,16 +35,22 @@ AC_DEFUN([DEFINE_OPTION_SPECIFIC_REAL_KERNEL],[
...
@@ -35,16 +35,22 @@ AC_DEFUN([DEFINE_OPTION_SPECIFIC_REAL_KERNEL],[
$3=yes
$3=yes
dnl take care of some dependencies
dnl take care of some dependencies
if test x"${install_real_sse_block4}" = x"yes" ; then
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
install_real_sse_block2=yes
fi
fi
if test x"${install_real_avx_block4}" = x"yes" ; then
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
install_real_avx_block2=yes
fi
fi
if test x"${install_real_sse_block6}" = x"yes" ; then
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_block4=yes
install_real_sse_block2=yes
install_real_sse_block2=yes
fi
fi
if test x"${install_real_avx_block6}" = x"yes" ; then
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_block4=yes
install_real_avx_block2=yes
install_real_avx_block2=yes
fi
fi
...
@@ -189,13 +195,13 @@ AC_DEFUN([DEFINE_OPTION_SPECIFIC_COMPLEX_KERNEL],[
...
@@ -189,13 +195,13 @@ AC_DEFUN([DEFINE_OPTION_SPECIFIC_COMPLEX_KERNEL],[
fi
fi
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
if test x"${want_gpu}" = x"yes" ; then
AC_MSG_WARN([At the moment this disables GPU support!])
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])
AC_MSG_WARN([IF GPU support is wanted do NOT specify a specific complex kernel])
fi
fi
else
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
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