cherab / core

The core source repository for the Cherab project.
https://www.cherab.info
Other
44 stars 24 forks source link

Build extensions in parallel by default #407

Closed jacklovell closed 1 year ago

jacklovell commented 1 year ago

This speeds up installation from source using pip, where it is otherwise cumbersome to pass the --parallel option to setup.py build_ext.

jacklovell commented 1 year ago

@CnlPepper this would also apply to https://github.com/raysect/source/issues/422