bag_oa is a C++/Cython wrapper around the OpenAccess API. You can use it to speed up layout generation in BAG 2.
First, set the OA_INCLUDE_DIR
and OA_LINK_DIR
environment variables.
You only need this if you're working with BAG 2:
$ ./build.sh
This will produce a cybagoa.cpython-*.so
library somewhere in build/.
Move this to the right place to use it with BAG.
$ mkdir build && cd build/ $ cmake .. $ make