git: 7e761e265e23 - main - benchmarks/hpl: fix build by adding missing pkgconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jan 2024 19:16:36 UTC
The branch main has been updated by oliver: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e761e265e23ca0ea1a47d66d22a5321cba175c0 commit 7e761e265e23ca0ea1a47d66d22a5321cba175c0 Author: Oliver Lehmann <oliver@FreeBSD.org> AuthorDate: 2024-01-26 19:10:32 +0000 Commit: Oliver Lehmann <oliver@FreeBSD.org> CommitDate: 2024-01-26 19:16:22 +0000 benchmarks/hpl: fix build by adding missing pkgconf PR: 276511 --- benchmarks/hpl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index a28c4a315f67..bdb541e31254 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -11,7 +11,7 @@ WWW= https://www.netlib.org/benchmark/hpl/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/www/copyright.html -USES= fortran +USES= fortran pkgconfig HPL_ARCH?= FreeBSD_PIV_CBLAS MAKE_ARGS= arch=${HPL_ARCH} ALL_TARGET= build