Closed hpretl closed 1 year ago
The build of OpenROAD fails on Ubuntu 22.04 for arm64. The reason is the -m64 flag in src/par/CMakeLists.txt.
arm64
-m64
src/par/CMakeLists.txt
Building successfully.
n/a
Try to build commit 0264023b6c2a8ae803b8d440478d657387277d93 on Ubuntu 22.04 LTS.
0264023b6c2a8ae803b8d440478d657387277d93
No response
We sed it out in OpenLane
sed
That's what I do now in our Docker build, but should be fixed in the source.
Closing as #3003 was merged. Please reopen if necessary.
Describe the bug
The build of OpenROAD fails on Ubuntu 22.04 for
arm64
. The reason is the-m64
flag insrc/par/CMakeLists.txt
.Expected Behavior
Building successfully.
Environment
To Reproduce
Try to build commit
0264023b6c2a8ae803b8d440478d657387277d93
on Ubuntu 22.04 LTS.Relevant log output
No response
Screenshots
No response
Additional Context
No response