-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installation fails using the README instructions #18
Comments
Which |
This was a recent develop version of deal.II (deal.II 10-pre), but I would be surprised if the deal.II version is somehow related to this.
Makes sense. I was not able to convince I will investigate the error message later on again and provide some more details. |
Even if your problem isn't due to changes in deal.II, it would be great to have an automatic early warning CI test against the development branch. This would require some real effort however, since we rely on the pyMOR CI container images here, were the release version of deal.II is baked in.
If you're referring to the hints used here you'd have to pass values for those to cmake via |
CMake is handled by python, right? I guess it would be a good idea to add environment variables as hints as well. However, |
Could you attach two full console logs of both install methods maybe? |
You don't see the irrelevant compiler output of the setup log since it was already compiled.. |
Alright, I think I managed to get not the same, but probably a related error. Can you confirm that a "normal" install without the editable flag works for you? So |
I cannot confirm that this works for me.
The issue is different, though. Using this command, it seems that deal.II cannot be located. However, I set |
After updating my deal.II version I needed to update the bindings as well. Thus, I updated the bindings to the latest state and followed the newly added steps in the README.
However, I faced two issues (one maybe already beforehand). First of all, the bindings fail to find my system's
deal.II
, even when modifying the environment variables as given by the generated cmake error. Second, the installation process finishes (at least according to python), but the generated module (pymor_dealii) cannot be loaded afterwards. I went back to the setup.py installation procedure in some previous bindings version in order to make it work.The text was updated successfully, but these errors were encountered: