BoostGSoC21 / math

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

Removing dependencies. #30

Closed Lagrang3 closed 3 years ago

Lagrang3 commented 3 years ago

The purpose of this PR is to be able to compile the examples and tests without having to link against MPFR and GMP when they're not needed. Solves issue #29

Lagrang3 commented 3 years ago

@cosurgi @ckormanyos : In my opinion this could be merged already. What do you think?

cosurgi commented 3 years ago

Thank you, this is a pretty good abstraction. I was overzealous when trying to get CI running, and I linked everything with mpc mpfr. I'm sorry for this. We still need one example to test them, I see that ex05 serves this purpose. Maybe it would be good to have a similar one for the real to complex mpfr/mpc example test.

ckormanyos commented 3 years ago

Thanks guys. Nice!

Since there were numerous commits to get to this good stable point, I decided to merge to develop. Regarding the example mentioneg by Janek, we should I think go for another PR.

Cc: @Lagrang3 and @cosurgi