We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200f0da commit cf601a1Copy full SHA for cf601a1
config.sh
@@ -20,8 +20,10 @@ function bdist_wheel_cmd {
20
21
if [ -n "$IS_OSX" ]; then
22
echo " > OSX environment "
23
+ export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
24
else
25
echo " > Linux environment "
26
+ export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
27
fi
28
29
0 commit comments