Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2024 07:49:42 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a0af1b764cba - main - benchmarks/vkmark: detect glm via cmake config after b35bdcd8fa50
Message-ID:  <202403020749.4227ngtn022108@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a0af1b764cbaee9a6b851db85b4b142787b1536b

commit a0af1b764cbaee9a6b851db85b4b142787b1536b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-03-02 07:33:05 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-03-02 07:48:29 +0000

    benchmarks/vkmark: detect glm via cmake config after b35bdcd8fa50
    
    Run-time dependency glm found: NO (tried pkgconfig and cmake)
    Has header "glm/glm.hpp" : YES
    
    Reported by:    pkg-fallout
---
 benchmarks/vkmark/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/benchmarks/vkmark/Makefile b/benchmarks/vkmark/Makefile
index 342d7b5758bc..7391502e8c29 100644
--- a/benchmarks/vkmark/Makefile
+++ b/benchmarks/vkmark/Makefile
@@ -14,7 +14,8 @@ WWW=		https://github.com/vkmark/vkmark
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING-LGPL2.1
 
-BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers \
+BUILD_DEPENDS=	cmake:devel/cmake-core \
+		vulkan-headers>0:graphics/vulkan-headers \
 		glm>0:math/glm
 LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader \
 		libassimp.so:multimedia/assimp



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