Skip to content

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

Open
virtuald opened this issue Sep 27, 2024 · 1 comment · May be fixed by #170
Open

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

virtuald opened this issue Sep 27, 2024 · 1 comment · May be fixed by #170

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.

virtuald added a commit that referenced this issue Apr 4, 2025
@virtuald
Copy link
Member Author

virtuald commented Apr 4, 2025

An initial version of this is in the semiwrap branch. Needs some more packages, and also needs rdev.sh to be updated.

virtuald added a commit that referenced this issue Apr 10, 2025
virtuald added a commit that referenced this issue Apr 20, 2025
@virtuald virtuald removed this from 2025 Season May 8, 2025
virtuald added a commit that referenced this issue May 11, 2025
@virtuald virtuald linked a pull request May 16, 2025 that will close this issue
virtuald added a commit that referenced this issue May 19, 2025
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
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant