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

OpenROAD: Do not ignore run_export from fmt #375

Open ubfx opened 9 months ago

ubfx commented 9 months ago

It seems like on Ubuntu 20.04 (reported here https://github.com/hdl/conda-eda/issues/360) and CentOS 7 (tested by me), we have to manually conda install fmt for the OpenROAD binary from our package to work.

I'm not sure this will fix it but maybe we should try removing fmt from ignore_run_exports_from?

Fix https://github.com/hdl/conda-eda/issues/360 (hopefully)

ubfx commented 9 months ago

cc @proppy, if you have time: I think this and https://github.com/hdl/conda-eda/pull/373 could be merged and then the package should be good for now :)