How do I/can I use before-script-linux
to install external dependencies
#318
Unanswered
denehoffman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a PyO3 library that needs MPI and clang to be installed on the system prior to building. I can do this fine for my MacOS builds, but linux builds via manylinux execute through a docker image, so I'm trying to figure out how I'm supposed to inject these dependency installs into those build pipelines. I've tried it a few ways and nothing is working, any tips?
Beta Was this translation helpful? Give feedback.
All reactions