From eb81d1c93797c000d8cf41b940e63cc6bf55be62 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Jan 01 2020 13:18:29 +0000 Subject: Update how_to_build_linux.md Add information on building on Fedora --- diff --git a/doc/how_to_build_linux.md b/doc/how_to_build_linux.md index 5b667d3..e3f6b6f 100644 --- a/doc/how_to_build_linux.md +++ b/doc/how_to_build_linux.md @@ -153,7 +153,14 @@ $ cmake ../sources $ make -j$(nproc) ``` -The build takes a lot of time, be patient. +The build takes a lot of time, be patient. CMake may not pick up all the required dependencies. On Fedora 30, it can be helpful to use +``` +$cmake ../sources/ -DSUPERLU_INCLUDE_DIR=/usr/include/SuperLU +``` +instead of just +``` +$cmake ../sources/ +``` ### Troubleshooting Build Errors