SymbiFlow / conda-packages

Conda build recipes for the toolchains needed by LiteX / MiSoC firmware
https://github.com/mithro/HDMI2USB-litex-firmware
Apache License 2.0
2 stars 10 forks source link

prjxray-tools: remove condarc #147

Closed acomodi closed 4 years ago

acomodi commented 4 years ago

Signed-off-by: Alessandro Comodi acomodi@antmicro.com

The presence of condarc, specifically the conda-forge channel was forcing the libgcc-ng package to be >= 9.3.0 generating conflicts with other packages that require a previous version of the libgcc-ng package.

In general though, we do not want to make use of conda-forge, unless strictly required.