We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear All,
I'm trying to install symengine for our R-Server on Ubuntu 20.04 LTS, but I get the error message:
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find MPFR (missing: MPFR_LIBRARIES MPFR_INCLUDE_DIRS) Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE) cmake/FindMPFR.cmake:11 (find_package_handle_standard_args) CMakeLists.txt:359 (find_package)
How can this issue be resolved?
Many thanks and best wishes Andreas
The text was updated successfully, but these errors were encountered:
Hello. Have you installed mpfr via Ubuntu's package manager? E.g.
apt install libgmp-dev libmpfr-dev libmpc-dev
Sorry, something went wrong.
Thanks, that obviously worked, indeed.
Many thanks and best regards Andreas
No branches or pull requests
Dear All,
I'm trying to install symengine for our R-Server on Ubuntu 20.04 LTS, but I get the error message:
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find MPFR (missing: MPFR_LIBRARIES MPFR_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
cmake/FindMPFR.cmake:11 (find_package_handle_standard_args)
CMakeLists.txt:359 (find_package)
How can this issue be resolved?
Many thanks and best wishes
Andreas
The text was updated successfully, but these errors were encountered: