[Bug 276511] benchmarks/hpl: "USES+=pkgconfig" missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 23:14:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276511 Bug ID: 276511 Summary: benchmarks/hpl: "USES+=pkgconfig" missing dependency Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: oliver@FreeBSD.org Reporter: pmc@citylink.dinoex.sub.org Flags: maintainer-feedback?(oliver@FreeBSD.org) Assignee: oliver@FreeBSD.org Build of benchmarks/hpl shows these errors: --- HPL_dlange.o --- sh: pkgconf: not found --- HPL_dlamch.o --- sh: pkgconf: not found --- HPL_dlacpy.o --- In file included from ../HPL_dlacpy.c:50: In file included from /usr/ports/benchmarks/hpl/work/hpl-2.3/include/hpl.h:80: /usr/ports/benchmarks/hpl/work/hpl-2.3/include/hpl_pmisc.h:54:10: fatal error: 'mpi.h' file not found 54 | #include "mpi.h" | ^~~~~~~ Adding pkgconfig to USES= solves the issue. -- You are receiving this mail because: You are the assignee for the bug.