Commit Graph

6 Commits

Author SHA1 Message Date
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
Jerry Zhao
7316ac615d Fix build-circt-from-source 2024-02-29 17:02:07 -08:00
Jerry Zhao
b8273d874e Set CIRCT/llvm branch 2024-02-27 17:22:36 -08:00
Jerry Zhao
3bb2101a25 Always checkout CIRCT/LLVM shallow 2024-02-27 17:01:56 -08:00
Jerry Zhao
e958f77168 Build CIRCT in release mode 2024-02-27 16:40:04 -08:00
Jerry Zhao
3e5a42de8b Add script to build circt-from-source - from submodule 2024-02-27 16:30:26 -08:00