BoostGSoC21 / math

Boost.org math module
http://boost.org/libs/math
Boost Software License 1.0
0 stars 1 forks source link

GMP and MPFR dependencies #29

Closed Lagrang3 closed 3 years ago

Lagrang3 commented 3 years ago

Our BSL interface, GSL backend and FFTW backend for float, double and long double do not depend on GMP nor MPFR libraries. Nevertheless, the examples cannot be compiled without linking to those libraries. Can we make these dependencies disappear for the cases when they are not needed?