Skip to content
Snippets Groups Projects
Commit 69214a87 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Document _slu_search_default().

[[Imported from SVN: r5901]]
parent f90bac0f
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,16 @@ AC_DEFUN([_slu_search_versions],
]
)
# _slu_search_default()
#
# Search for SuperLU in the default locations "/usr" and "/usr/local".
#
# Shell variables:
# with_superlu
# Root of the SuperLU installation: first of "/usr" and "/usr/local".
# Contents is only meaningful for my_slu_found=yes.
# For other output variables see documentation of _slu_search_versions().
AC_DEFUN([_slu_search_default],
[
with_superlu=/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment