-
Notifications
You must be signed in to change notification settings - Fork 31
Arm wheels #40
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
Arm wheels #40
Conversation
@pkittenis, adding |
|
||
RUN yum install zlib-devel cmake3 -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like:
RUN yum install epel-release -y
RUN yum install zlib-devel cmake3 -y
@pkittenis, can you please let me know if you are working on this feature. If not, let me know, I can take your commits and raise a PR again? |
Hi, PRs would be most welcome if you have a way to resolve the 'installing cmake3 on ARM linux' issue I ran into. I was thinking build and install cmake3 from scratch but if there is a better option I'm all for it. I'm not actively working on this atm, feel free to raise a PR if you are able. And thanks! |
No description provided.