From a0fc926a09fd748060dc0ed93f1636bcac07d734 Mon Sep 17 00:00:00 2001 From: "Sv. Lockal" Date: Sun, 11 Jan 2026 18:02:29 +0800 Subject: [PATCH] sci-ml/oneDNN: set CMAKE_REMOVE_MODULES_LIST to empty (per cmake.eclass) (no functional changes, attempt to remove none.cmake did nothing) Signed-off-by: Sv. Lockal Part-of: https://github.com/gentoo/gentoo/pull/45330 Closes: https://github.com/gentoo/gentoo/pull/45330 Signed-off-by: Sam James --- sci-ml/oneDNN/oneDNN-3.10.2.ebuild | 4 ++-- sci-ml/oneDNN/oneDNN-3.5.3.ebuild | 4 ++-- sci-ml/oneDNN/oneDNN-3.6.2.ebuild | 4 ++-- sci-ml/oneDNN/oneDNN-3.7.1.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sci-ml/oneDNN/oneDNN-3.10.2.ebuild b/sci-ml/oneDNN/oneDNN-3.10.2.ebuild index 00f762b2b2a52..3f599011c8195 100644 --- a/sci-ml/oneDNN/oneDNN-3.10.2.ebuild +++ b/sci-ml/oneDNN/oneDNN-3.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ DOCS_DIR="${WORKDIR}/${P}_build" # oneDNN has its own FindBLAS.cmake file to find MKL (in a non-standard way). # Removing of CMake modules is disabled. -CMAKE_REMOVE_MODULES_LIST=( none ) +CMAKE_REMOVE_MODULES_LIST=() # There is additional sphinx documentation but we are missing dependency doxyrest. inherit cmake docs multiprocessing toolchain-funcs diff --git a/sci-ml/oneDNN/oneDNN-3.5.3.ebuild b/sci-ml/oneDNN/oneDNN-3.5.3.ebuild index 0f98cbc7f634e..751c607ecea8a 100644 --- a/sci-ml/oneDNN/oneDNN-3.5.3.ebuild +++ b/sci-ml/oneDNN/oneDNN-3.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ DOCS_DIR="${WORKDIR}/${P}_build" # oneDNN has its own FindBLAS.cmake file to find MKL (in a non-standard way). # Removing of CMake modules is disabled. -CMAKE_REMOVE_MODULES_LIST=( none ) +CMAKE_REMOVE_MODULES_LIST=() # There is additional sphinx documentation but we are missing dependency doxyrest. inherit cmake docs multiprocessing toolchain-funcs diff --git a/sci-ml/oneDNN/oneDNN-3.6.2.ebuild b/sci-ml/oneDNN/oneDNN-3.6.2.ebuild index 505d311d7ba46..19bd9f132013d 100644 --- a/sci-ml/oneDNN/oneDNN-3.6.2.ebuild +++ b/sci-ml/oneDNN/oneDNN-3.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ DOCS_DIR="${WORKDIR}/${P}_build" # oneDNN has its own FindBLAS.cmake file to find MKL (in a non-standard way). # Removing of CMake modules is disabled. -CMAKE_REMOVE_MODULES_LIST=( none ) +CMAKE_REMOVE_MODULES_LIST=() # There is additional sphinx documentation but we are missing dependency doxyrest. inherit cmake docs multiprocessing toolchain-funcs diff --git a/sci-ml/oneDNN/oneDNN-3.7.1.ebuild b/sci-ml/oneDNN/oneDNN-3.7.1.ebuild index 86c8e61c67519..7302a0037c799 100644 --- a/sci-ml/oneDNN/oneDNN-3.7.1.ebuild +++ b/sci-ml/oneDNN/oneDNN-3.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ DOCS_DIR="${WORKDIR}/${P}_build" # oneDNN has its own FindBLAS.cmake file to find MKL (in a non-standard way). # Removing of CMake modules is disabled. -CMAKE_REMOVE_MODULES_LIST=( none ) +CMAKE_REMOVE_MODULES_LIST=() # There is additional sphinx documentation but we are missing dependency doxyrest. inherit cmake docs multiprocessing toolchain-funcs