No description
- Shell 100%
| .gitignore | ||
| build_linux.sh | ||
| build_mac.sh | ||
| Jenkinsfile | ||
| README.md | ||
README
This is the recipes for generating Conda packages for the VIDE framework.
What is this repository for?
- This generates the packages for vide_public/voro
How do I get set up?
- Create a conda build environment:
conda create -n vide-env python=3.10 - Activate it:
conda activate vide-env - Install conda-build:
conda install conda-build - Run the build:
conda-build .
Contribution guidelines
Who do I talk to?
- Contact Guilhem Lavaux guilhem.lavaux@iap.fr.
- This is part of the Aquila consortium projects.