Skip to content

Unspecified PETSC build. #149

Answered by fcooper8472
Kgeorge1729 asked this question in Q&A
Discussion options

You must be logged in to vote

@Kgeorge1729 can I double check that you have installed the full chaste-dependencies package?

Please make sure you're up-to-date with these instructions:
https://chaste.github.io/docs/installguides/ubuntu-package/

In particular, ensure you have the recommended development dependencies.

sudo apt update
sudo apt install --install-recommends chaste-dependencies

Assuming you have, there should be no need to specify the PETSc location directly. Please try from a completely clean build directory.
From the main Chaste directory, can you try:

mkdir new_build_dir
cd new_build_dir
cmake ..

And if that fails in the same way, please could you copy the full output of that cmake command to this discu…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Kgeorge1729
Comment options

Comment options

You must be logged in to vote
1 reply
@Kgeorge1729
Comment options

Answer selected by Kgeorge1729
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants