Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2024 19:16:36 GMT
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e761e265e23 - main - benchmarks/hpl: fix build by adding missing pkgconf
Message-ID:  <202401261916.40QJGaUv000302@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401261916.40QJGaUv000302>