evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
226 stars 95 forks source link

no CMakeLists.txt found #139

Closed ghost closed 5 years ago

ghost commented 5 years ago

Dear all, I compiled the libint by cmake and followed the guide of https://github.com/evaleev/libint/wiki , but I got the following error when I run "cmake . -DCMAKE_INSTALL_PREFIX=/usr/local": no CMakeLists.txt file found in src directory. How to generate this file? Any help I will appreciate.

Youzhao Lan

evaleev commented 5 years ago

Are you compiling a library or the compiler itself? Libint compiler can only be built via autotools, not cmake.

ghost commented 5 years ago

Oh, sorry, I have misunderstood the guide. I should use the library file *.tgz.

Youzhao Lan