Commit Graph

5 Commits

Author SHA1 Message Date
王博伟 f2caeacea9
Update Dockerfile.ubuntu22.04
Contains two necessary changes for build success:

1. Move `DEBIAN_FRONTEND` to avoid timezone interaction. Current `ARG DEBIAN_FRONTEND` not seems to work.
2. Install `libfl-dev`, otherwise OpenSTA make will failed:

```
0.717 CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
0.717 Please set them or make sure they are set and tested correctly in the CMake files:
0.717 /OpenSTA/FLEX_INCLUDE_DIR
0.717    used as include directory in directory /OpenSTA
```

Signed-off-by: 王博伟 <wozluohd@gmail.com>
2025-06-15 20:21:14 +08:00
Akash Levy c416229106
CMake output lib/exe fixes (#244)
* Fixes #167

* No need to make app/ directory, it's already there

* Put lib/exe only in build dir, update docs and other references accordingly

* Remove gitignore stuff

* Bump CMake version too

* Minor correction to be more exact

* Update regression_vars.tcl

* Requested txt fixes

* Update date
2025-05-19 15:04:49 -07:00
James Cherry 9c76de81b5 readme
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2025-05-05 19:10:10 -07:00
James Cherry c6ea49bd2d docker valgrind
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2025-01-11 10:04:11 -07:00
James Cherry c8e8661050 rename Dockerfile.ubuntu_22.04 -> Dockerfile.ubuntu22.04
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2025-01-08 12:12:44 -07:00