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

misc/open_pdks: fix source handling #295

Closed proppy closed 1 year ago

proppy commented 1 year ago

https://github.com/hdl/conda-eda/commit/a852977eea1fd6b3879eb7cab9567983c074e4ac changed meta.yaml to use git_url causing conda to fetch gitsubmodules recursively.

Reverting back to tarball allow us to make sure we only clone each dependencies once.

proppy commented 1 year ago

Seems like we're hitting https://github.com/conda/conda-build/issues/4775, so we should make sure we point to archive that are named differently.