edwardstock / bip3x

Bip39 mnemonic C++ implementation. Contains java and C bindings.
MIT License
19 stars 13 forks source link

integration to conda environment #14

Open MementoRC opened 1 month ago

MementoRC commented 1 month ago

bip3x was added to the conda-forge package repository. Conda-forge provides pre-built packages that can be readily added to a given conda environment, maintaining self-consistency of packages within that environment No actions are needed, at this time - If you wish to be added as a maintainer, just let me know Thank you

MementoRC commented 1 month ago

The location of the cmake files seems sub-optimal. When installed within a conda environment, Cmake find_package() does not find bip3x. It does find it if the cmake files are installed under lib/cmake/bip3x/..., but then the cmake configuration fails due to the ../.. assumption og the files installed directly under lib/cmake - For now, we will patch the source to make it work as we need to make progress on v4-client-cpp integration into conda. Any comments, corrections are welcome.

MementoRC commented 2 weeks ago

This project is now integrated with the conda environment: https://github.com/conda-forge/libbip3x-feedstock

Your feedback/corrections are welcome, as well as if you are interested in becoming a maintainer