Dear all,
I build the source from GitHub in Windows10’s Ubuntu bash.
After “cmake & make”, “ctest” shows all tests are failed. And after “make install”, I try to run a H2O SCF example but get “Segmentation fault (core dumped)” error.
I can’t finger out the problem. Below is the cmake command.
cmake -H. -Bbuild
-DCMAKE_INSTALL_PREFIX="/home/jack/software/psi4"
-DCMAKE_PREFIX_PATH="/home/jack/software/psi4/external"
-DLAPACK_LIBRARIES="/usr/lib"
-DBUILD_SHARED_LIBS=ON
If you need more information, please let me know. Thank you in advance.