yt-project / yt

Main yt repository
http://yt-project.org
Other
465 stars 276 forks source link

BLD: only compile fixed_interpolator.cpp once #4894

Closed yut23 closed 5 months ago

yut23 commented 5 months ago

PR Summary

Avoid a race condition on fixed_interpolator.o during parallel builds by building it only once and storing it in a static library.

Hopefully fixes #4278.

PR Checklist