-
Notifications
You must be signed in to change notification settings - Fork 210
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
Runtime LLVM error #315
Comments
Hmm, I don't know anything about this. Googling the issues seems to suspect it's related to low-level LLVM stuff and linking configurations. Polyscope uses a pretty boring setup and links against standard packages.... any chance this is an issue with the platform rather than something Polyscope-specific? |
Did you observe this on the current Maybe could try setting |
Indeed it looks like the issue is caused when working with the spack environment. It works fine with the standard installation of packages.
Tried this but doesn't work still. |
Thanks for following up!
Ok, seems to be a general problem, unrelated to those recent EGL changes. Has probably been this way for a while.
Hmmm, that's annoying. Unfortunately I don't have a way to help with this, and it's hard to say for sure if it's a problem with Polyscope's build setup or just a general issue with spack packages. If anyone can suggest a change to Polyscope's build options that would resolve this I'm willing to merge it, but otherwise I don't think I can help here. |
I am getting the following error upon running the demo-app (on ubuntu 24.04LTS using compiler gcc-13.2.0):
What could be the fix of this issue?
Note - i am accessing some of the dependencies through a spack package environment
The text was updated successfully, but these errors were encountered: