-
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
During Cmake configuration: Could not find a package configuration file provided by pybind11_abseil #4380
Comments
two options until pybind11_abseil provide its own cmake config install stuff (PR is welcome):
ps:
... or-tools/cmake/docker/system_deps/python.Dockerfile Lines 18 to 19 in fd00bf8
|
It is very nice that Dockerfile works with Arch Linux. OK, by now using
|
this issue is the easy one, you need to hack the borken look at our patch and replace or-tools/patches/pybind11_protobuf.patch Lines 53 to 67 in 6099295
|
Hi, |
@mCr86 , the idea is change this two numbers here because when cmake create |
Ok. |
What version of OR-Tools and what language are you using?
Version: v9.11
Language: Python
What operating system (Linux, Windows, ...) and version?
Arch linux
What did you do?
Steps to reproduce the behavior:
I am installing from here. This is the log.
What did you expect to see
What did you see instead?
Looks like that
pybind11_abseil
do not provide cmake configuration files and gives the error.The text was updated successfully, but these errors were encountered: