evaleev / libint

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

pkgconfig: libint2.7 lacks version information #225

Closed JensWehner closed 7 months ago

JensWehner commented 2 years ago

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 
loriab commented 10 months ago

This will be fixed in #271 (not yet pushed).