Replies: 1 comment
-
Are you packaging bullet (for C++) or pybullet (for Python) or both? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently packaging bullet for conda-forge, and unfortunately it comes with a couple of third-party dependencies that would be nice if they could be unvendored easily:
I know that it's much easier to carry those in the tree, especially when supporting multiple operating systems (a problem we're actively trying to solve with conda-forge!).
Maybe if there was a CMake flag to use system / conda dependencies for the ones listed above that would be really cool. Then conda users would not have two copies of Eigen and other libraries in their installs.
I think Debian or Fedora would have similar issues when packaging up bullet, wouldn't they?
Beta Was this translation helpful? Give feedback.
All reactions