You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use pybind11 to bind a C++ package that depends on third-party libraries like Eigen and Boost and build it into a conda package. I was wondering if there is an example of doing so? I took a look at the scikit-build example that also does not depend on third-party libraries.
The text was updated successfully, but these errors were encountered:
Hi,
I want to use pybind11 to bind a C++ package that depends on third-party libraries like Eigen and Boost and build it into a conda package. I was wondering if there is an example of doing so? I took a look at the
scikit-build
example that also does not depend on third-party libraries.The text was updated successfully, but these errors were encountered: