Self-hosted conda recipes for packages PlotJuggler depends on
that are not (yet) on conda-forge. Built with
rattler-build and published to the
plotjuggler channel on prefix.dev.
| Recipe | Why it's here | conda-forge status |
|---|---|---|
libdatachannel |
WebRTC Data Channels / Media / WebSocket library used by the PlotJuggler WebRTC stream plugin; absent from conda-forge | submission in progress — this copy retires once it lands on conda-forge |
recipes/<name>/recipe.yaml is a rattler-build v1 recipe.
On every push to main, the workflow builds each recipe and uploads the result to
prefix.dev/plotjuggler (requires a PREFIX_API_KEY repository secret with write
access to the channel). Pull requests build-and-verify without uploading.
pixi global install rattler-build
rattler-build build --recipe recipes/libdatachannel/recipe.yaml -c conda-forgeexport PREFIX_API_KEY=... # write token for the plotjuggler channel
rattler-build upload prefix --channel plotjuggler output/**/*.conda