espressomd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configuration error


From: Mohammadreza Niknam Hamidabad
Subject: Re: configuration error
Date: Sat, 19 Dec 2020 14:12:45 +0330

Dear Ali,

The boost package has not been installed/or properly addressed on your Centos machine. Is it possible for you to run this on your terminal and reinstall the espresso?

yum install libboost-devel
yum install libboost-all
yum install libboost

Best regards,
Mohammadreza Niknam Hamidabad


On Sat, Dec 19, 2020 at 1:47 PM ali gh <aligh0367@gmail.com> wrote:
Dear espressomd users
I was trying to install espresso on centOS and I have installed the requirements to build espresso, but when I run cmake, the following error occurs. Could someone help me to solve this problem?
thanks in advace

-- Config file: /export/home/saya/espresso/src/config/myconfig-default.hpp
CUDA_TOOLKIT_ROOT_DIR not found or specified
-- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) (Required is at least version "9.0")
-- Found PythonInterp: /export/home/saya/bin/python3 (found suitable version "3.6.12", minimum required is "3.3") 
-- Found PythonInterp: /export/home/saya/bin/python3 (found version "3.6.12") 
-- Found Cython version 0.29.21
-- NumPy ver. 1.19.4 found (include: /export/home/saya/lib/python3.6/site-packages/numpy-1.19.4-py3.6-linux-x86_64.egg/numpy/core/include)
-- Could NOT find HDF5: Found unsuitable version "", but required is at least "1.8" (found HDF5_hdf5_LIBRARY-NOTFOUND)
CMake Error at /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:2048 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.55.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_mpi

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:385 (find_package)


-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Could NOT find Sphinx: Found unsuitable version "1.2.2", but required is at least "1.6.6" (found /opt/rocks/bin/sphinx-build)
-- The following OPTIONAL packages have been found:

 * FFTW3
 * GSL
 * Git

-- The following REQUIRED packages have been found:

 * PythonInterp
 * Cython (required version >= 0.23)
 * NumPy
 * MPI (required version >= 3.0)

-- The following OPTIONAL packages have not been found:

 * CUDA (required version >= 9.0)
 * HDF5 (required version >= 1.8)
 * Doxygen
 * Sphinx (required version >= 1.6.6)

-- The following REQUIRED packages have not been found:

 * Boost (required version >= 1.55.0)

-- Configuring incomplete, errors occurred!
See also "/export/home/saya/espresso/CMakeFiles/CMakeOutput.log".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]