"If the library is not at a default location, either provide some hints\n"
"for the autodetection:\n"
" $ METIS_DIR=\"...\" cmake <...>\n"
- " $ ccmake -DMETIS_DIR=\"...\" cmake <...>\n"
+ " $ cmake -DMETIS_DIR=\"...\" <...>\n"
"or set the relevant variables by hand in ccmake.\n\n"
)
ENDMACRO()
"If the libraries is not at a default location, either provide some hints\n"
"for the autodetection:\n"
" $ MUMPS_DIR=\"...\" cmake <...>\n"
- " $ ccmake -DMUMPS_DIR=\"...\" cmake <...>\n"
+ " $ cmake -DMUMPS_DIR=\"...\" <...>\n"
"or set the relevant variables by hand in ccmake.\n"
"Relevant hints for MUMPS are MUMPS_DIR, SCALAPACK_DIR (and BLACS_DIR).\n\n"
)
"If the libraries are not at a default location, either provide some hints\n"
"for the autodetection:\n"
" $ P4EST_DIR=\"...\" cmake <...>\n"
- " $ ccmake -DP4EST_DIR=\"...\" cmake <...>\n"
+ " $ cmake -DP4EST_DIR=\"...\" <...>\n"
"or set the relevant variables by hand in ccmake.\n"
)
ENDMACRO()
"for the autodetection:\n"
"PETSc installed with --prefix=<...> to a destination:\n"
" $ PETSC_DIR=\"...\" cmake <...>\n"
- " $ ccmake -DPETSC_DIR=\"...\" cmake <...>\n"
+ " $ cmake -DPETSC_DIR=\"...\" <...>\n"
"PETSc compiled in source tree:\n"
" $ PETSC_DIR=\"...\" PETSC_ARCH=\"...\" cmake <...>\n"
- " $ ccmake -DPETSC_DIR=\"...\" -DPETSC_ARCH=\"...\" cmake <...>\n"
+ " $ cmake -DPETSC_DIR=\"...\" -DPETSC_ARCH=\"...\" <...>\n"
"or set the relevant variables by hand in ccmake.\n\n"
)
ENDMACRO()
"If the libraries are not at a default location, either provide some hints\n"
"for the autodetection:\n"
" $ TRILINOS_DIR=\"...\" cmake <...>\n"
- " $ ccmake -DTRILINOS_DIR=\"...\" cmake <...>\n"
+ " $ cmake -DTRILINOS_DIR=\"...\" <...>\n"
"or set the relevant variables by hand in ccmake.\n\n"
)
ENDMACRO()
"If the libraries are not at a default location, either provide some hints\n"
"for the autodetection:\n"
" $ UMFPACK_DIR=\"...\" cmake <...>\n"
- " $ ccmake -DUMFPACK_DIR=\"...\" cmake <...>\n"
+ " $ cmake -DUMFPACK_DIR=\"...\" <...>\n"
"or set the relevant variables by hand in ccmake.\n"
"Relevant hints for UMFPACK are UMFPACK_DIR, AMD_DIR, SUITESPARSECONFIG_DIR.\n"
"Alternatively you may choose to compile the bundled libraries\n"