-
Notifications
You must be signed in to change notification settings - Fork 992
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
[feature] AutotoolsToolchain should support install_args analogous to make_args for consistency. #12494
Comments
Here's how this is currently documented:
and I am suggesting that it read:
|
Possible duplicate of #12296 |
Hi @System-Arch , @SpaceIm I have opened #12505 to address this issue |
This is documenting that these variables are passed from the |
Hi @czoido, Yes, I was using the doc as a way of suggesting the addition of an extra key for install_args, however, your alternative of allowing -j1 to be passed in via args addresses my original use case and, in fact, aligns with what I originally tried/expected as a solution. It was only when my args -j1 value was ignored that I dug into the implementation of autotools.install() and autotools.make(). Thanks |
Hi @czoido, Hi @memsharded
Thank you for quickly addressing the primary issue in #12470. This feature request captures the second suggestion proffered there:
If one tries to specify -j1 via autotools.install(args=["-j1"]), they suffer two consequences:
Thanks
The text was updated successfully, but these errors were encountered: