Skip to content

openalea/libcaribu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openalea.libcaribu

CI status
Anaconda version Latest release date Platforms License Downloads


What is Caribu.cpp?

Caribu.cpp is a companion package of openalea.caribu dedicated to the compilation/installation of caribu c++ extension.

Installation

Users

mamba create -n caribu -c openalea3 -c conda-forge openalea.libcaribu 

Developers

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-isolation

License

Caribu is released under the open source CeCILL-C license.
See the LICENSE file.

About

C++ compiled extension of openalea.caribu

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5