mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
Changes comparing to 5.7.1: * rename RadeonOpenCompute -> ROCm in url * patch annoying warnings * add myself to maintainers * fix installation of license file Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
12 lines
520 B
Diff
12 lines
520 B
Diff
This is not needed. Gentoo will collect license files into
|
|
the documentation directory in ebuild.
|
|
--- a/share/rocmcmakebuildtools/cmake/ROCMCreatePackage.cmake
|
|
+++ b/share/rocmcmakebuildtools/cmake/ROCMCreatePackage.cmake
|
|
@@ -409,7 +409,6 @@ macro(rocm_create_package)
|
|
if(PARSE_PTH)
|
|
rocm_parse_python_syspath(${LIB_DIR} ${PARSE_NAME})
|
|
endif()
|
|
- rocm_setup_license(${PARSE_HEADER_ONLY})
|
|
if(PARSE_COMPONENTS)
|
|
rocm_set_comp_cpackvar(PARSE_HEADER_ONLY "${PARSE_COMPONENTS}")
|
|
endif()
|