This pull request adds a Dockerfile to the repository to integrate in the unified build environment. The image is based on centos6, which is the agreed build environment for OpenROAD.
To build:
docker build -t <image_name> .
Binaries are in /build directory, which can also be run from within the container.
This pull request adds a Dockerfile to the repository to integrate in the unified build environment. The image is based on centos6, which is the agreed build environment for OpenROAD.
To build:
docker build -t <image_name> .
Binaries are in
/build
directory, which can also be run from within the container.