JamesYang007 / autoppl

C++ template library for probabilistic programming
https://jamesyang007.github.io/autoppl/
MIT License
46 stars 5 forks source link

Examples do not build on master #27

Closed jacobaustin123 closed 4 years ago

jacobaustin123 commented 4 years ago

Examples fail to build (with the -DAUTOPPL_ENABLE_EXAMPLE=1 flag) with the error message

/Users/JAustin/Documents/autoppl/include/autoppl/algorithm/sampler_tools.hpp:4:10: fatal error: 'armadillo' file not found

Examples should be built by default in the CI as well.