boost-1.86.0 multiprecision won't include due to include file error: 'gmp.h': No such file or directory #43041
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Describe the bug
boost-1.86.0 multiprecision doesn't include without error
Environment
To Reproduce
Steps to reproduce the behavior:
Further, once I DO install gmp using "vcpkg.exe install gmp" I get a different error now:
error C1083: Cannot open include file: 'mpfr.h': No such file or directory
UPDATE - additionally installing "mpfr" fixed the issue.
So I am asking here to add the dependencies of gmp and mpfr to complete this package.
Failure logs
See above
Additional context
This is from following the boost docs here: https://live.boost.org/doc/libs/1_86_0/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_pfq.html
and attempting to install the dependency using vcpkg.
FWIW I am using boost and vcpkg for multiple other libraries (including within boost) with no issues.
Thanks!
The text was updated successfully, but these errors were encountered: