The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.59k stars 552 forks source link

Build fails on Ubuntu arm64 #2989

Closed hpretl closed 1 year ago

hpretl commented 1 year ago

Describe the bug

The build of OpenROAD fails on Ubuntu 22.04 for arm64. The reason is the -m64 flag in src/par/CMakeLists.txt.

Expected Behavior

Building successfully.

Environment

n/a

To Reproduce

Try to build commit 0264023b6c2a8ae803b8d440478d657387277d93 on Ubuntu 22.04 LTS.

Relevant log output

No response

Screenshots

No response

Additional Context

No response

donn commented 1 year ago

We sed it out in OpenLane

hpretl commented 1 year ago

That's what I do now in our Docker build, but should be fixed in the source.

vvbandeira commented 1 year ago

Closing as #3003 was merged. Please reopen if necessary.