-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix generate-conda-packages job #1576
Conversation
Great, pinning swig 4.1.0 creates other problems:
|
Ok, we have a more clear situation with
So we have an incompatibility between libopencv and the swig we want to pin. Interestingly, this does not happen in YARP in conda-forge, probably because there swig is a build dependency, and so the build and host dependencies use different environments. Probably we can also keep swig as build dependency also in the robotology-superbuild, to fix the problem. |
Done in c392de8 . New test build: https://github.com/robotology/robotology-superbuild/actions/runs/7667984356 . |
The windows build was successful: https://github.com/robotology/robotology-superbuild/actions/runs/7666685819/job/20894997469 . So I guess also the Linux and macOS build will be successful, if the swig fix (that was not necessary on Windows) actually works. |
The swig fix worked. Let's merge, so we can actually generate the packages. We can fix further failures in future PRs. |
Fix #1572 .
Specific fixes: