Build failure: undefined reference
Describe the bug
Hello, I was able to successfully build the project a few days ago, but recently, when I tried to recreate the same virtual machine setup, the build failed. It appears that OpenROAD may have introduced some changes that are causing this issue. Could you please advise on how to resolve this? Thank you!
Expected Behavior
see above
Environment
Ubuntu 22.04.5 desktop with vmware
To Reproduce
git clone --recursive https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts cd OpenROAD-flow-scripts sudo ./setup.sh
./build_openroad.sh --local
Relevant log output
Screenshots
No response
Additional Context
No response
It works when I commented all test target
You can build with cmake -DENABLE_TESTS=OFF .. and that will disable the test builds (does the same as your suggestion)
Looks similar to #8737
Same problem exists on macOS, good to see that it’s also on Linux …