Hello,
I am having an issue compiling and installing psi4 from source. I grabbed a fresh copy of everything about 30 min ago.
I then started through the steps for the ‘compact version’ of configuring, compiling and installing psi4.
cd /home/john/psi4
cmake -H. -B/home/john/psi4pcmbuild -DENABLE_PCMSolver=ON
I uploaded the cmake screen result if anyone would like to review.
cd /home/john/psi4pcmbuild
make -jgetconf _NPROCESSORS_ONLN
I ran into the following problem which I don’t know how to correct. I also uploaded the full make screen result if anyone would like to review.
[ 98%] Built target xc
[ 99%] Built target xc-info
[100%] Built target xc-threshold
Install the project…
– Install configuration: “Release”
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/include/libxc/xc.h
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/include/libxc/xc_funcs.h
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/include/libxc/xc_version.h
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/include/libxc/xc_funcs_removed.h
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/lib/libxc.a
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/bin/xc-info
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/bin/xc-threshold
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/share/cmake/Libxc/LibxcConfig.cmake
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/share/cmake/Libxc/LibxcConfigVersion.cmake
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/share/cmake/Libxc/LibxcTargets.cmake
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/share/cmake/Libxc/LibxcTargets-release.cmake
– Installing: /home/john/psi4pcmbuild/stage/usr/local/psi4/lib/pkgconfig/libxc.pc/libxc.pc
[ 79%] Completed ‘libxc_external’
[ 79%] Built target libxc_external
Makefile:140: recipe for target ‘all’ failed
make: *** [all] Error 2
I don’t think my build was very complex. The only customization was enabling PCMSolver. Thanks in advance for any help you may provide.
John
make result.txt (132.1 KB)
cmake result.txt (6.2 KB)