cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/gmx/gmx2020.6 -DCMAKE_C_COMPILER=/usr/local/gmx/gcc/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/gmx/gcc/bin/g++ -DGMX_BUILD_OWN_FFTW=ON
指令过后出现报错提醒
Could NOT find BLAS (missing: BLAS_LIBRARIES)
-- Using GROMACS built-in BLAS.
-- Could NOT find LAPACK (missing: LAPACK_LIBRARIES)
Reason given by package: LAPACK could not be found because dependency BLAS could not be found.
-- Using GROMACS built-in LAPACK.
-- Checking for dlopen
-- Performing Test HAVE_DLOPEN
-- Performing Test HAVE_DLOPEN - Success
-- Checking for dlopen - found
-- Using dynamic plugins (e.g VMD-supported file formats)
-- Checking for suitable VMD version
-- VMD plugins not found. Path to VMD can be set with VMDDIR.
-- Using default binary suffix: ""
-- Using default library suffix: ""
-- Could not convert sample image, ImageMagick convert can not be used. A possible way to fix it can be found here: https://alexvanderbist.com/posts ... -error-unauthorized
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named pygments
-- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE pygments) (Required is at least version "1.6.1")
error: Cannot open file /home/twj/下载/gromacs-2020.1/build/CMakeDoxyfile.tpl for writing
CMake Error at /usr/local/gmx/cmake3/share/cmake-3.20/Modules/FindDoxygen.cmake:700 (message):
Unable to generate Doxyfile template: 1
Call Stack (most recent call first):
docs/doxygen/CMakeLists.txt:38 (find_package)