Caribu.cpp is a companion package of openalea.caribu dedicated to the compilation/installation of caribu c++ extension.
mamba create -n caribu -c openalea3 -c conda-forge openalea.libcaribu git clone 'https://github.com/openalea/libcaribu.git'
cd libcaribu
# unix
mamba create -n libcaribu -f ./conda/environment.yml
mamba activate libcaribu
pip install -e .[test] -vv --no-build-isolation
# windows (conda required as mamba does not instantiate env vars)
conda env create -n libcaribu -f ./conda/environment-win64.yml
conda activate libcaribu
pip install -e .[test] -vv --no-build-isolationCaribu is released under the open source CeCILL-C license.
See the LICENSE file.