The $CONDA_PREFIX/lib/pkgconfig/elpa*.pc files include the version number in the include directory for the fortran compiler:
Name: elpa_onenode
Description: ELPA is a Fortran-based high-performance computational library for the (massively) parallel solution of symmetric or Hermitian, standard or generalized eigenvalue problems.
Version: 2021.11.002
URL:
Libs: -L${libdir} -lelpa_onenode -llapack -lblas
Cflags: -I${includedir}/elpa_onenode -I${includedir}/elpa_onenode/modules
fcflags= -I${includedir}/elpa_onenode-2021.11.002/modules
Comment:
The
$CONDA_PREFIX/lib/pkgconfig/elpa*.pc
files include the version number in the include directory for the fortran compiler:If I remove it, i.e.:
Everything works fine :)