hdl / conda-eda

Conda recipes for FPGA EDA tools for simulation, synthesis, place and route and bitstream generation.
https://anaconda.org/LiteX-Hub
Apache License 2.0
94 stars 27 forks source link

add noarch build variant for native packages #286

Open proppy opened 1 year ago

proppy commented 1 year ago

As discussed with @mithro and @hzeller, it could be interesting to have noarch build variant of some of the packages for native cli tool like yosys, magic, openroad, netgen, xls; so that they can easily be installed on multiple platform.

(This is likely to be more challenging for graphical package or python package with native extension)

possible implementation:

curious what others think?

mithro commented 1 year ago

Great in theory, much harder to do in practice. I don't think we have the bandwidth to support yet another build flow?

mithro commented 1 year ago

YoWASP might be a better / easier solution in the short term?