-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Incorrect cmake install path in 2.7.0 release? #3136
Labels
Comments
stellaraccident
added a commit
to llvm/llvm-project
that referenced
this issue
Jul 20, 2021
Appears to have a broken CMake installation. Reported bug: pybind/pybind11#3136
Verified, the generated Config file has |
This was broken by #3005 - |
arichardson
pushed a commit
to CTSRD-CHERI/llvm-project
that referenced
this issue
Sep 29, 2021
Appears to have a broken CMake installation. Reported bug: pybind/pybind11#3136
mem-frob
pushed a commit
to draperlaboratory/hope-llvm-project
that referenced
this issue
Oct 7, 2022
Appears to have a broken CMake installation. Reported bug: pybind/pybind11#3136
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a local requirements.txt file that just uses the latest pybind11 and when I rebuilt my environment, I got the 2.7.0 release, which looks new. However, CMake is detecting include and lib paths that look suspiciously like they are from the VM that built it, not the actual install location on my machine. Example CMake output:
This was found while building the LLVM/MLIR python bindings from head with recommended instructions: https://mlir.llvm.org/docs/Bindings/Python/ (but I imagine there are easier ways to repro). I'm about to push a commit that excludes that version from our dev setup.
The text was updated successfully, but these errors were encountered: