+10
−1
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
After CMake 3.18, we are able to limit the scope of the find_package(Python3 ...) search to just Development.Module. Searching for Development will fail in manylinux builds, and isn't necessary since we are not embedding the Python interpreter. For more information, see: https://pybind11.readthedocs.io/en/stable/compiling.html#findpython-mode Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D111383