Skip to content
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

Does conda support helpers to generate props file for a conda package installed to be consumed in a C++ project? #186

Open
sandybhat16 opened this issue Oct 18, 2023 · 1 comment
Labels

Comments

@sandybhat16
Copy link

Comment:

I want to include the conda package that has been installed in my C++ project using the props file. Is there a way to generate a props file in conda for an installed package?

If not, what are the other ways to include the installed conda package in a C++ project? I do not want to use CMake, hence taking the props file approach.

@h-vetinari h-vetinari transferred this issue from conda-forge/boost-cpp-feedstock Dec 13, 2023
@h-vetinari
Copy link
Member

Can you explain what you mean or need exactly? No-one's forcing you to use the CMake metadata that comes with the package. The headers are in $CONDA_PREFIX/include/boost, and the libraries are under $CONDA_PREFIX/lib/libboost_*.so, you can use those without CMake of course.

PS. I've transferred this issue to the correct feedstock, as https://github.com/conda-forge/boost-cpp-feedstock will soon be archived.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants