gcc 4.9
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Add export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:<path_to_coreir>/lib
to your ~/.bashrc
or ~/.profile
Add export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path_to_coreir>/lib
to your ~/.bashrc
or ~/.profile
`cd <path_to_coreir>`
`make install`
`make test`
`make coreir`
`cd <path_to_coreir>`
`make py`
`make pytest`