-
Notifications
You must be signed in to change notification settings - Fork 1
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
It seems this package cannot be installed without PETSc? #70
Comments
I assume you are using an Apple M-processor machine, right? Yes, this is indeed a problem we currently have. A rundown of the issue: The package actually does not depend on PETSc at all, but we do import it for a single reason: We provide a couple extensions for specialized solvers. In particular, we provide a linear elasticity solver which creates the NullSpace object PETSc needs to be efficient. So we require GridapPETSc to be compiled, which requires PETSc to be linked.
I am aware I am not providing a solution here. I'm afraid the TLDR is that for the moment we do not fully support Apple laptops, but this is a problem coming from down the line (not the package itself). |
No worries, I will use a Linux workstation to test the package. |
The text was updated successfully, but these errors were encountered: