-
Notifications
You must be signed in to change notification settings - Fork 2
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
CI failure on Windows with conda dependencies due to glm #35
Comments
Probably something is broken in glm CMake files upstream and the recipe did not have appropriate tests. This also broke the superbuild, I will check but I fear I only can this late afternoon, in the meanwhile a quick workaround is to install an older version of glm. |
Ok, the problem is the following:
So, if we want to be compatible with both versions of glm, we need to link either |
By the way, Ubuntu 22.04 has the latest glm 0.9.9.8, but uses the |
I was wondering: but why conda-forge/Linux works? The point is this projects calls |
Thanks a lot! I guess I need to wait for |
Here the workflow failure:
https://github.com/ami-iit/yarp-device-openxrheadset/actions/runs/4878414507/jobs/8706280938
The error is:
Apparently, there has been a recent update by @traversaro: conda-forge/glm-feedstock#15
@traversaro any suggestion?
The text was updated successfully, but these errors were encountered: