mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user