-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake error #218
Comments
Have you installed umfpack? |
Thank you for the suggestion. |
@FranceCosta Could you please provide the entire output when you run the build script (or when you manually run CMake, if you're doing it that way)? That would be helpful for us to understand the context of the error. |
Hi, I'm getting the same error on both Ubuntu 20 and CentOS 7 with umfpack installed. It looks like BLAS is being built too although it is installed as well.
|
OK, I got a bit of progress with this. Looking at your Docker file helped. The missing libraries on Ubuntu are:
Although METIS is listed as an optional component during I did not get past the I must say, the installation process seems very fragile right now. |
Small additional note on this: I unsurprisingly run into the same error when building on Mac. Just a simple |
As a report, I came into the same error |
Error
I am following the instructions to build APBS from source found here.
When I run
cmake ..
I get the following error:
The CMakeError.log file is:
It seems to me that the first error is:
Anyone knows how to solve this?
Thank you in advance.
Additional context
os: Ubuntu 20.04.2 LTS (fossa-release X120)
cmake version: 3.16.3
The text was updated successfully, but these errors were encountered: