Сравнение rocm-device-libs-5.3.3 с rocm-device-libs-5.4.3
/usr/portage/dev-libs/rocm-device-libs/rocm-device-libs-5.4.3.ebuild 2023-10-09 14:52:29.760368357 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
31 | 31 |
CMAKE_BUILD_TYPE=Release |
32 | 32 | |
33 | 33 |
PATCHES=( "${FILESDIR}/${PN}-5.1.3-test-bitcode-dir.patch" |
34 |
"${FILESDIR}/${PN}-5.1.3-llvm-link.patch" ) |
|
34 |
"${FILESDIR}/${PN}-5.1.3-llvm-link.patch" |
|
35 |
"${FILESDIR}/${PN}-5.4.3-Revert-Update-counters-for-gfx11.patch" ) |
|
35 | 36 | |
36 | 37 |
src_prepare() { |
37 | 38 |
sed -e "s:amdgcn/bitcode:lib/amdgcn/bitcode:" -i "${S}/cmake/OCL.cmake" || die |