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
95 stars 26 forks source link

Klayout should only build release versions only not main #290

Open atorkmabrains opened 1 year ago

atorkmabrains commented 1 year ago

@proppy It's preferred to use the release versions only of klayout for builds and not to build the main branch:

https://github.com/KLayout/klayout/tags

proppy commented 1 year ago

@atorkmabrains for conda-eda we usually want to be able track, build and package the latest version of tools (even if they have not yet released a formal version).

193 has some discussions about using conda-forge instead for more "stable" released version of the tools.

but we could also have stable version also packaged in conda-eda (they should conflict because the version/git hash will be different).

maybe @mithro @PiotrZierhoffer @ajelinski have some thoughs around this?

atorkmabrains commented 1 year ago

Having a "stable" branch of the conda environment would be really helpful.