Skip to content

pkgincludedir not defined in .pc files #2069

@amckinstry

Description

@amckinstry

There is a regression in 2.0* packages; the variable ${pkgincludedir} is used in some .pc files (mpi-fort specifically), leading to failures:

$ pkg-config mpi-fort --libs
Variable 'pkgincludedir' not defined in '/usr/lib/pkgconfig/mpi-fort.pc'

Removing the clauses from Cflags that have -I${pkgincludedir}/.. and it works.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions