Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Usemake -j8 for macOS#1545

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

Merged
hugovk merged 1 commit intopython:mainfromhugovk:mac-make-j
Apr 30, 2025
Merged

Usemake -j8 for macOS#1545

hugovk merged 1 commit intopython:mainfromhugovk:mac-make-j
Apr 30, 2025

Conversation

hugovk
Copy link
Member

@hugovkhugovk commentedApr 29, 2025
edited by github-actionsbot
Loading

Follow on from#1541.

If a macOS user does not have coreutils installed (for example, via Homebrew) then$(nproc) can fail:

make -j$(nproc)zsh: command not found: nproc./python.exe -E ./Tools/build/generate-build-details.py `cat pybuilddir.txt`/build-details.jsonChecked 113 modules (35 built-in, 78 shared, 0 n/a on macosx-15.4-arm64, 0 disabled, 0 missing, 0 failed on import)

We want these instructions to work without further assistance for a beginner.

And I do have coreutils installed on my other machine, but not on this one.

j8 seems a reasonable number for macOS, all new Macs seem to be at least 10, and the M1 was at least 8.


📚 Documentation preview 📚:https://cpython-devguide--1545.org.readthedocs.build/

@hugovkhugovkenabled auto-merge (squash)April 30, 2025 05:16
@hugovkhugovk merged commit3dcd01d intopython:mainApr 30, 2025
5 checks passed
@hugovkhugovk deleted the mac-make-j branchApril 30, 2025 09:02
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@AA-TurnerAA-TurnerAA-Turner approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@hugovk@AA-Turner

[8]ページ先頭

©2009-2025 Movatter.jp