The-OpenROAD-Project / yosys

Logic synthesis and ABC based optimization
ISC License
44 stars 40 forks source link

Yosys needs static linking of libffi and libreadline for OpenROAD flow #5

Closed tajayi closed 4 years ago

tajayi commented 5 years ago

The current build of this yosys fork, using the Dockerfile in alpha-release yields a yosys binary that has a dynamic depenency on libffi.so.5

This has been fairly problematic for users on CentOS 7 systems because libffi.so.5 can only be installed on that OS by manually building (yum only lists libffi.so.6 for install on CentOS7). This affected a lot of users during the integration exercise and users at UCSD

rovinski commented 4 years ago

Pretty sure this has been resolved by now.