abinit / abinit

The official github mirror of the Abinit repository. We welcome bug fixes and improvements. Note that most of the active developments are hosted on our https://gitlab.abinit.org/ server. Before embarking on making significant changes, please contact the Abinit group.

Home Page:https://www.abinit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installs a wrong .pc file

yurivict opened this issue · comments

It installs the .pc file that contains -lab7_parser and -I/usr/local/include/abinit, and it doesn't install libab7_parser.so library or corresponding headers.

Is the .pc file installed by mistake?

the config.pc.in is outdated : we need to update it...

prefix=@Prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
includedir=@includedir@
libdir=@libdir@

Name: Abinit
Description: Atomic-scale simulation software
Version: @PACKAGE_VERSION@
URL: https://www.abinit.org/
Requires: libatlas, netcdf
Libs: -L${libdir} -lab7_parser
Cflags: -I${includedir}/abinit