Use DIST_EXTRA_CONFIG env var to configure setuptools to use parallel builds in build_ext. This speeds up compilation of packages such as Cython. The feature is disabled by default, because it breaks some packages like Numba 0.60.0.
Apply package env variables last. Package configuration can now override variables like MAX_JOBS.
Use
DIST_EXTRA_CONFIG
env var to configuresetuptools
to use parallel builds inbuild_ext
. This speeds up compilation of packages such as Cython. The feature is disabled by default, because it breaks some packages like Numba 0.60.0.Apply package env variables last. Package configuration can now override variables like
MAX_JOBS
.