Skip to content
New issue

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

installation on ubuntu R-Server #126

Open
andreasmeid opened this issue Apr 15, 2024 · 2 comments
Open

installation on ubuntu R-Server #126

andreasmeid opened this issue Apr 15, 2024 · 2 comments

Comments

@andreasmeid
Copy link

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

@Marlin-Na
Copy link
Member

Hello. Have you installed mpfr via Ubuntu's package manager? E.g.

apt install libgmp-dev libmpfr-dev libmpc-dev

@andreasmeid
Copy link
Author

Thanks, that obviously worked, indeed.

Many thanks and best regards
Andreas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants