These are the development instructions for manual conda packages generation.
-
Build the source distribution
For instance, the bps-common package is built by
cd arepytools python -m build --sdist cd ..
The source distribution files are inside the dist folder.
-
Create a local conda channel
mkdir -p local_bps_channel/noarch conda-index local_bps_channel
-
Build the conda package
cd arepytools conda build recipe --output-folder ../local_bps_channel cd -