Building C++ package with pybind11 works with plain cmake, fails with pixi, need help! #5329
Unanswered
marcuscollins
asked this question in
Q&A
Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make it easy to install python bindings for various protein science code that's in C++. I've successfully build the library with CMake on Ubuntu , but when I try to do this with pixi, using
pixi-build, it fails, apparently unable to find the libraries, even when I'm telling it exactly where they are in the pyproject.toml file. I'm pretty new to CMake, but I imagine this is an issue where pixi is trying to build everything within its own environment, and not linking to "external" (/usr/lib/*) libraries. Can anyone help me fix/work around this?My code is all here: https://github.com/diff-use/density-fitness/tree/debugging-pixi-install and the README includes information on the libraries that have to be installed first (all with apt). Full error message below.
Beta Was this translation helpful? Give feedback.
All reactions