You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install yosys readline build deps before OpenROAD installer runs
Hoist a per-OS _installYosysBuildDeps_* function ahead of
_installORDependencies, since OpenROAD's installer (which builds yosys)
no longer pulls in readline after the linenoise switch.
The previous fix added libreadline-dev to _installUbuntuPackages, but
that function only runs after _installORDependencies, so yosys was still
compiling before the package was installed. For EL it added readline,
which is the runtime library — yosys needs readline-devel for the
headers.
Signed-off-by: SombraSoft <sombrio@sombrasoft.dev>
0 commit comments