It is based on a fork of libcmaes : https://github.com/beniz/libcmaes, which can be found here https://github.com/mehdidc/libcmaes. It may be merged into the original repository in the future.
This package needs boost-python, which can be found here: https://anaconda.org/meznom/boost-python
After installing boost-python, please add meznom to your channels so that boost-python is taken into account as a dependency :
conda config --add channels meznom
Please make sure the lib directory of your anaconda distribution is included into LD_LIBRARY_PATH
:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/your/conda/lib