Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upboost/multiprecision/miller_rabin.hpp #42
Comments
|
Sure. The way this works (see the BH repo) is that we select particular Boost sub-libraries. Maybe multirprecision was not yet part of that mix. I can add it. I have nothing to do with Rtools -- g++ 4.9.3 it is for now. |
|
So I just checked and Boost Multiprecision is part of BH since 1.58.0-1 so I am not sure why miller_rabin.hpp is not part of it. I will try to make sure it makes it next time. |
|
It was a typo in the creation script. Should be taken care of in the next upload. |
|
This is now in master awaiting a release "real soon now" (but two other issues need to get sorted out first). |
Hi Dirk,
This is David Silkworth from years back.
I am porting a significant enhancement to my FaultTree package and have run into the following FATAL ERROR.
bdd.cc:23:49: fatal error: boost/multiprecision/miller_rabin.hpp: No such file or directory
I have other issues, like awaiting C++14 enabled compiler in Rtools for Windows, but I would appreciate if this could be put on the list. I have confirmed my error goes away if I simply place this header into my local library for BH, but that wouldn't do for package release.