Replies: 2 comments
-
You might want to take a look at the dependency installer because this issue is known. It may not have support for Arch but you can look at comments for other distros for notes like this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please see my comment about FMT_DEPRECATED_OSTREAM in #2696 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure where to put this, but I had lots of issues lately building OpenROAD on ArchLinux and I thought this might help other people.
The issues I had seem to be related to more recent versions of spdlog and fmt packages.
Dowgrading fmt to 8.1.1-2 and spdlog to 1.13.0 solves the issues (latest versions are 10.2.0-1 and 1.14.1-1).
The issues were as follows during the build (one example, others are similar):
The better way for me to solve my issue (instead of downgrading packages) was to build OpenROAD with the following flag during
cmake
:-DSPDLOG_FMT_EXTERNAL=OFF
Beta Was this translation helpful? Give feedback.
All reactions