-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I have followed step by step instruction for the installation. The command
'cmake .. && make' gave following error. I tried copying the CMakelists.txt file to the XtalComp to check if it can be compiled, but not succeded.
-- The CXX compiler identification is GNU 14.3.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/dprai/anaconda3/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Project source directory: /home/dprai/hetbuilder-main
-- CMAKE_BUILD_TYPE=RELEASE
-- Found Python: /home/dprai/anaconda3/bin/python3.11 (found version "3.11.7") found components: Interpreter Development Development.Module Development.Embed
-- Found Python header files /home/dprai/anaconda3/include/python3.11
-- Found spglib /home/dprai/anaconda3/lib/libsymspg.so
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found pybind11: /home/dprai/anaconda3/include (found version "2.11.1")
CMake Error at CMakeLists.txt:91 (add_subdirectory):
The source directory
/home/dprai/hetbuilder-main/external/XtalComp
does not contain a CMakeLists.txt file.
-- Found OpenMP_CXX: -fopenmp (found suitable version "4.5", minimum required is "4.5")
-- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "4.5")
-- Found OpenMP
-- Configuring incomplete, errors occurred!