How to deal with packages not in Alma repos (manylinux_2_28) #1617
Unanswered
drebbe-intrepid
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to figure out the best route to take here. I have a new python library I'm trying to get automated building working with manylinux. My issue comes from library dependencies not available in Alma Linux.
Here is a list of dependencies (on Debian/Ubuntu):
libsfml-dev libudev-dev libftdi1-dev
I'm using PyO3 and maturin as the build system.
I believe I have two ways I can go about this:
edit: Architectures are aarch64 (arm64), x86, and x86_64.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions