conda-forge / elpa-feedstock

A conda-smithy repository for elpa.
BSD 3-Clause "New" or "Revised" License
3 stars 7 forks source link

Pkgconfig files bug #24

Closed pfebrer closed 7 months ago

pfebrer commented 7 months ago

Comment:

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 

If I remove it, i.e.:

fcflags= -I${includedir}/elpa_onenode/modules 

Everything works fine :)

pfebrer commented 7 months ago

(not a question but a bug, sorry :sweat_smile: )

pfebrer commented 7 months ago

@awvwgk @yuzie007 are you still maintaining this?