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 binary library issue, missing library #357

Closed saicharan0112 closed 1 year ago

saicharan0112 commented 1 year ago

I installed openroad conda package (openroad-2.0_10145_g0de6f5131) but looks like the binary is missing some libraries. I am running it on ubuntu:22 with conda 23.9.0.

/usr/bin/miniconda3/bin/openroad: error while loading shared libraries: libfmt.so.8: cannot open shared object file: No such file or directory Command exited with non-zero status 127

saicharan0112 commented 1 year ago

Yesterday I managed to install it. Not sure what went wrong while installing the conda packages. I will debug more and write it down here just in case if someone might come across this