I agree with your choice of the MPL license. However, I see from http://www.holoborodko.com/pavel/mpfr/#license that MPFR C++ is GPL (apparently GPL 3), unless you make other arrangements with the author. I am not a lawyer, but my impression was that code linking with GPL had to be licensed GPL or compatible. Do you have any information about MPL vs. GPL?
Related to #7, is it possible to build without MPFR C++? I see that NumericalIntegration.h unconditionally includes <unsupported/Eigen/MPRealSupport> --- could that be removed for a non-MPFRC++ version?
I agree with your choice of the MPL license. However, I see from http://www.holoborodko.com/pavel/mpfr/#license that MPFR C++ is GPL (apparently GPL 3), unless you make other arrangements with the author. I am not a lawyer, but my impression was that code linking with GPL had to be licensed GPL or compatible. Do you have any information about MPL vs. GPL?
Related to #7, is it possible to build without MPFR C++? I see that
NumericalIntegration.hunconditionally includes<unsupported/Eigen/MPRealSupport>--- could that be removed for a non-MPFRC++ version?