Skip to content
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

Publish allwpilib binaries in separate packages and use pkg-config .pc files #101

Open
virtuald opened this issue Sep 27, 2024 · 0 comments

Comments

@virtuald
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant