commit: 94cb72d6b1434b38c288d29ff2bdb258da0409fa Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Feb 25 07:47:11 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Feb 25 07:47:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cb72d6
dev-libs/cudnn-frontend: do not build samples Closes: https://bugs.gentoo.org/950260 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-libs/cudnn-frontend/cudnn-frontend-1.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/cudnn-frontend/cudnn-frontend-1.8.0.ebuild b/dev-libs/cudnn-frontend/cudnn-frontend-1.8.0.ebuild index 8583ae35f2a3..c4e7140d5fa8 100644 --- a/dev-libs/cudnn-frontend/cudnn-frontend-1.8.0.ebuild +++ b/dev-libs/cudnn-frontend/cudnn-frontend-1.8.0.ebuild @@ -25,6 +25,7 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_configure() { local mycmakeargs=( -DCUDNN_FRONTEND_BUILD_TESTS=$(usex test) + -DCUDNN_FRONTEND_BUILD_SAMPLES=OFF ) cmake_src_configure }
