google-deepmind / google-deepmind/tree
Allow build with distro libraries
Open
- Dominant language
- Python
- Stars
- 1k
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Building `dm-tree` from source needs to download at build time `pybind11`. However, distros prohibit any download at build time, thus the build fails. The build does not use the library provided by the distro.
Probably `abseil-cpp` is in the same case.
Could the cmake configuration check if these libraries are already installed and uses them in that case?
Contributor guide
Assessment
This issue has not been assessed yet.