mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 21:23:26 +08:00
docs fix to avoid nonexistent SmartCompile (#3241)
This commit is contained in:
parent
d71ba0cb73
commit
39a0aac88e
@ -113,7 +113,7 @@ with the following:
|
||||
|
||||
from pybind11.setup_helpers import ParallelCompile, naive_recompile
|
||||
|
||||
SmartCompile("NPY_NUM_BUILD_JOBS", needs_recompile=naive_recompile).install()
|
||||
ParallelCompile("NPY_NUM_BUILD_JOBS", needs_recompile=naive_recompile).install()
|
||||
|
||||
|
||||
If you have a more complex build, you can implement a smarter function and pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user