timothydmorton / isochrones

Pythonic stellar model grid access; easy MCMC fitting of stellar properties
http://isochrones.readthedocs.org
MIT License
120 stars 62 forks source link

Errors occured when installing MultiNest #154

Open leizhenxin opened 3 years ago

leizhenxin commented 3 years ago

When I installed MultiNest using the command "cmake -DCMAKE_INSTALL_PREFIX=~ .." in my Fedora32 system, the errors occurred like this:

CMake Error at /usr/local/lib64/python3.8/site-packages/cmake/data/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message): Could NOT find BLAS (missing: BLAS_LIBRARIES) Call Stack (most recent call first): /usr/local/lib64/python3.8/site-packages/cmake/data/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE) /usr/local/lib64/python3.8/site-packages/cmake/data/share/cmake-3.18/Modules/FindBLAS.cmake:947 (find_package_handle_standard_args) /usr/local/lib64/python3.8/site-packages/cmake/data/share/cmake-3.18/Modules/FindLAPACK.cmake:208 (find_package) src/CMakeLists.txt:31 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred! .......

How can I solve this installation problem? All suggestions are welcome.