You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can vcpkg's MPIR port also provide an interface target to link against? It would make using it to replace gmplib when porting things to Windows much easier.
The text was updated successfully, but these errors were encountered:
Just use mpir as if it were gmp, that's the idea. mpir.h provides the same declarations as gmp.h. If all is well, there's even a gmp.h in the mpir-install.
Caveat: mpir is built generically by vcpkg (thus useless, c-code only), it is gonna be slooooooooooooow.
I am using it that way (I am porting sharpSAT to Windows and it uses gmpxx.h all over), but I want something that lets me use modern CMake, so I don't have to put together special include and link paths from vcpkg location and then apply those conditionally.
Can vcpkg's MPIR port also provide an interface target to link against? It would make using it to replace gmplib when porting things to Windows much easier.
The text was updated successfully, but these errors were encountered: