-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up Python and NumPy compilation process
Uses `-j` flag on target/host python as well as numpy to run compilation in parallel. In Python an optimum number of jobs is guessed if the flag is used alone. In NumPy it must be explicitly set.
- Loading branch information
1 parent
b168978
commit cc379cd
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters