Hi,
Disclaimer: I am a complete beginner with conda
.
I was trying to build a simple package for conda
. You can find it here: GitHub - BolunDai0216/conda-bonjour: Tutorial on packaging with conda. I want to move from using pip install
to using a build.sh
. And now it does not work. I have little idea why it does not work. So I just want to see if anyone knows if there is any resource on how to do this so I can ask more meaningful questions (build a conda
package what has python bindings using pybind11
) preferably with a simple CMakeLists.txt
.