Files
chipyard/scripts/build-circt-from-source.sh
Lucheng Zhang 7f8d7bd389 fix: Link conda lib during CIRCT build
Although conda lib is is LD_LIBRARY_PATH, cmake building process
still ran into erros while linking libstdc++:

```
ld:/home/centos/repo/chipyard/.conda-env/lib/libicuuc.so.73:
undefined reference to `std::condition_variable::wait(
std::unique_lock<std::mutex>&)@GLIBCXX_3.4.30'
```

Add this link flag will resolve this
2024-03-14 21:53:16 +00:00

2.2 KiB
Executable File