psi4 / libxc

DEPRECATED since Psi4 v1.3 in favor of https://gitlab.com/libxc/libxc --- Miguel A.L. Marques's Exchange-correlation functionals for density-functional theory wrapped in CMake
http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
Mozilla Public License 2.0
0 stars 1 forks source link

.cmake files not installed by 'make install' #5

Closed yurivict closed 5 years ago

yurivict commented 7 years ago

README says:

This project installs with LibxcConfig.cmake, LibxcConfigVersion.cmake, and LibxcTargets.cmake

But configure/gmake/gmake install doesn't install .cmake files.

loriab commented 5 years ago

cmake can install pkgconfig files w/o much difficulty. but gnumake can't easily write cmake files.