Skip to content
Snippets Groups Projects
Commit 7c369b2f authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Add configure help instructions to customize MAGMA

parent fe8152ef
No related branches found
No related tags found
No related merge requests found
...@@ -1499,7 +1499,8 @@ Optional Packages: ...@@ -1499,7 +1499,8 @@ Optional Packages:
--with-sysroot[=DIR] Search for dependent libraries within DIR (or the --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
compiler's sysroot if not specified). compiler's sysroot if not specified).
--with-lapack use LAPACK [default=auto] --with-lapack use LAPACK [default=auto]
--with-magma use MAGMA [default=auto] --with-magma[=MAGMA_DIR]
use MAGMA [default=auto]
--with-include additional include folders [default=none] --with-include additional include folders [default=none]
--with-fflags=flags FORTRAN compiler flags [default="-std=legacy -O3"] --with-fflags=flags FORTRAN compiler flags [default="-std=legacy -O3"]
--with-ldflags=flags custom linker flags [default=none] --with-ldflags=flags custom linker flags [default=none]
......
...@@ -542,7 +542,7 @@ AC_ARG_WITH( ...@@ -542,7 +542,7 @@ AC_ARG_WITH(
AC_ARG_WITH( AC_ARG_WITH(
[magma], [magma],
[AS_HELP_STRING([--with-magma], [use MAGMA @<:@default=auto@:>@])], [AS_HELP_STRING([--with-magma[[=MAGMA_DIR]]], [use MAGMA @<:@default=auto@:>@])],
[ [
if test "x$withval" = "xno"; then if test "x$withval" = "xno"; then
AC_SUBST([MAGMAFLAGS], [""]) AC_SUBST([MAGMAFLAGS], [""])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment