Skip to content

PlotJuggler/conda-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlotJuggler conda recipes

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.

Packages

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

How it works

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.

Build locally

pixi global install rattler-build
rattler-build build --recipe recipes/libdatachannel/recipe.yaml -c conda-forge

Publish manually

export PREFIX_API_KEY=...   # write token for the plotjuggler channel
rattler-build upload prefix --channel plotjuggler output/**/*.conda

About

Self-hosted conda recipes for PlotJuggler deps not on conda-forge (built with rattler-build, published to prefix.dev/plotjuggler)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors