bmmalone / urlearning-cpp

This c++ project implements a number of algorithms for learning Bayesian network structures using state space search techniques.
MIT License
8 stars 4 forks source link

Address OSX build issues #11

Open bmmalone opened 7 years ago

bmmalone commented 7 years ago

Niklas has suggested using vagrant /virtual box with an Ubuntu LTS release as the easiest way to use the software on OSX. This sounds like a reasonable approach but needs to be tested and documented.

nikkekin commented 7 years ago

I've done this only with the old "make file based" project structure, but I don't in principle see any reason why it shouldn't work also with bazel.

Basically it was just vagrant with a vanilla ubuntu box that I used so I don't think there is anything that should be included for OSX specifically.

Also, I think we should only support builds on linux as some of the headers used are linux specific.