numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

Feature Request: conda packages #86

Closed esc closed 1 year ago

esc commented 1 year ago

As a developer I will need conda packages for numba-rvsdg such that it can be included in Numba as a dependency. Otherwise people installing numba via conda will not be able to resolve the dependency chain. Ideally these can be produced on uploading tags for stable release and on merged to main as nightly builds. They should arrive on the numba/label/main channel and numba/label/dev respectively.

Ref: https://github.com/numba/numba/issues/9043