Required Ubuntu dependencies:
sudo apt install -y libyaml-cpp-dev libhwloc-dev libgtest-dev libboost-dev
This target builds libdevice.so
. Specify the ARCH_NAME
environment variable when building (wormhole_b0
or grayskull
):
make build
Run this target to build library, and gtest suite.
make test
Running test suite:
make run
make clean
Change the ARCH_NAME
flag in the top-level Makefile or run:
make build ARCH_NAME=...
make test ARCH_NAME=...