commit: 4949344c990b09713c1f8a3895c902916170fed0 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Sat Jul 29 07:27:48 2023 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 04:35:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4949344c
sci-libs/rocFFT: normalize the header directory. Closes: https://bugs.gentoo.org/900727 Suggested-by: Jan-Matthias Braun <jan_braun <AT> gmx.net> Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild b/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild index 811f27fa261b..00c17e869d2e 100644 --- a/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild +++ b/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild @@ -80,7 +80,7 @@ pkg_setup() { src_prepare() { sed -e "s/PREFIX rocfft//" \ -e "/rocm_install_symlink_subdir/d" \ - -e "/<INSTALL_INTERFACE/s,include,include/rocFFT," \ + -e "/<INSTALL_INTERFACE/s,include,include/rocfft," \ -i library/src/CMakeLists.txt || die sed -e "/rocm_install_symlink_subdir/d" \ @@ -107,7 +107,7 @@ src_configure() { -DCMAKE_SKIP_RPATH=On -DAMDGPU_TARGETS="$(get_amdgpu_flags)" -Wno-dev - -DCMAKE_INSTALL_INCLUDEDIR="include/rocFFT/" + -DCMAKE_INSTALL_INCLUDEDIR="include/rocfft/" -DBUILD_CLIENTS_TESTS=$(usex test ON OFF) -DBUILD_CLIENTS_SELFTEST=$(usex test ON OFF) -DPYTHON3_EXE=${EPYTHON}