Installation issue #288
HerambMahajan
started this conversation in
General
Replies: 1 comment 14 replies
-
This sounds like something you would get if you haven't installed the dependencies that are needed for a MOOSE build. If you haven't done so, install conda and the MOOSE environment packages using these instructions: |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During running './update_and_rebuild_libmesh.sh' during installation, I get following error:
----- Configuring for optional packages -----
...
note: Checking /lib and /include for MPI
note: Could not find /lib/libmpi(.a/.so/.dylib)
mpicxx -std=gnu++17 Compiler Supports MPI
configure: error: *** PETSc was not found, but --enable-petsc-required was specified.
Running make -j 1...
make: *** No targets specified and no makefile found. Stop.
I am not sure, how to resolve this issue. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions