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 openalea.libcaribu?

openalea.libcaribu is a companion package of openalea.caribu dedicated to the compilation/installation of caribu c++ extension. It also provides a low level pythonic interface to these extensions (read/write input and output files, launch commands)

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

LibCaribu 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