commit: a0fc926a09fd748060dc0ed93f1636bcac07d734 Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Sun Jan 11 10:02:29 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 11 10:19:56 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fc926a
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 <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45330 Closes: https://github.com/gentoo/gentoo/pull/45330 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 00f762b2b2a5..3f599011c819 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 0f98cbc7f634..751c607ecea8 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 505d311d7ba4..19bd9f132013 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 86c8e61c6751..7302a0037c79 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
