You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the CMake configure_file does not parse the correct information to the pkgconfig
cat lib/pkgconfig/libint2.pc
prefix=
exec_prefix=
libdir=
includedir=
Name:
Description: a library for the evaluation of molecular integrals of many-body operators over Gaussian functions
Version:
Libs: -L${libdir} -lint2
Cflags: -I${includedir} -I${includedir}/libint2
The text was updated successfully, but these errors were encountered:
I think the CMake configure_file does not parse the correct information to the pkgconfig
cat lib/pkgconfig/libint2.pc
The text was updated successfully, but these errors were encountered: