If you are installing package like BiocManager::install(“scDblFinder”)
BiocManager::install("scDblFinder")
You may encounters error like
configure: error: GNU MP not found, or not 4.1.4 or up, see http://gmplib.org
The fix is obvious as seen on error message. If you are using CentOS 7, you can easily fix it via Yum
% yum install gmp-devel