-
Notifications
You must be signed in to change notification settings - Fork 19
Publish allwpilib binaries in separate packages and use pkg-config .pc files #101
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
Comments
An initial version of this is in the semiwrap branch. Needs some more packages, and also needs rdev.sh to be updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of robotpy/robotpy-build#232 .. this will make using meson easier, and also make it so that non-robotpy projects can use those libraries in a python environment without depending explicitly on robotpy bindings. Separating the binaries will also make the wheels smaller, at the expense of having two wheels per library.
Need to write a tool that downloads the wpilib artifacts and converts the zip file into a wheel. https://github.com/robotpy/roborio-pkgtools/blob/main/roborio-gen-whl sorta does a lot of this already, and the other pieces are already in robotpy-build.
It's likely that once this is all set, the actual wheel building + publish steps should be done as part of the allwpilib build. Initially we'll probably prototype it here.
The text was updated successfully, but these errors were encountered: