Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-139741: Makedist-pdf docs archive build work for macOS#140837
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
m-aciek left a comment
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.
Confirming it works on MacOS 26.0.1, thank you, sharing one concern
Uh oh!
There was an error while loading.Please reload this page.
``getconf _NPROCESSORS_ONLN`` is available in both Linux and macOS, but``nproc`` is not. This change prevents the build from breaking again ifmacOS ever upgrades its `make` to version 4 or above.
Uh oh!
There was an error while loading.Please reload this page.
hugovk left a comment
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.
Thanks, confirmed this is working* on macOS.
* I don't have latexmk installed, but the commands are being called as expected.
9c39946 intopython:mainUh oh!
There was an error while loading.Please reload this page.
…ythonGH-140837)(cherry picked from commit9c39946)Co-authored-by: Naitree Zhu <Naitreey@gmail.com>
GH-141229 is a backport of this pull request to the3.14 branch. |
…ythonGH-140837)(cherry picked from commit9c39946)Co-authored-by: Naitree Zhu <Naitreey@gmail.com>
GH-141230 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Building docs archive in pdf format on macOS is currently unsuccessful. This PR fixes it.
Changes:
--output-syncon macOS, as macOS'smakedoes not yet support the output sync feature.nprocby default; usegetconf _NPROCESSORS_ONLNinstead.Thanks@m-aciek for providing the initial solution and PR suggestion.
📚 Documentation preview 📚:https://cpython-previews--140837.org.readthedocs.build/