Problems when installing MOOSE offline #28535
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSEI followed the official offline installation guide and successfully built the PETSc library, but encountered issues when building the Libmesh library. I'm wondering if I might not have correctly understood the guide. Do I also need to manually download the dependencies required by Libmesh? I only downloaded the dependencies needed for PETSc using the ./scripts/update_and_rebuild_petsc.sh --CC=$CC --CXX=$CXX --FC=$FC --with-packages-download-dir=~/projects/downloads command and then directly ran the ./update_and_rebuild_libmesh.sh --skip-submodule-update command. Ethan (Optional) code in question / simulation log / errorsNo response Encountering Errors? Please include diagnostic outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 26 replies
-
Hello When you download moose before going offline, this part |
Beta Was this translation helpful? Give feedback.
-
My fault. Sry for that. I just realize that the config.log is changed. |
Beta Was this translation helpful? Give feedback.
The problem is solved. I use ./configure --help to check the rules of the metaphysic's configuration. I should use --with--boost=/root/to/boost. And it succeeds. Thank you all :)