On Wed, 28 Aug 2019 12:11:44 +0200 Ole Holm Nielsen <[email protected]> wrote:
> Unfortunately, the build now crashes with this error in the log file: > > [...] > > -----------------------------------------------------------^ > effpot_xml.c(29): catastrophic error: cannot open source file > "libxml/parser.h" > #include <libxml/parser.h> > ^ > compilation aborted for effpot_xml.c (code 4) > > The missing source file libxml/parser.h is actually installed on the system: > > $ rpm -qf /usr/include/libxml2/libxml/parser.h > libxml2-devel-2.9.1-6.el7_2.3.x86_64 > > Could you kindly suggest some additional configopts to solve this problem? I hadn't realized this is ABINIT 8.10.3, where the build system still has some issues with mixing C and Fortran. The following configopt might help: CPPFLAGS_EXTRA="-I/usr/include/libxml2" It will be automatically searched for in future versions. Best regards, Yann.

