diff options
author | Sv. Lockal <lockalsash@gmail.com> | 2024-01-10 21:04:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-08 19:22:08 +0000 |
commit | 45e49405afd454a0e43d45d922bbbb9ad6c44a43 (patch) | |
tree | 8cc9d71774f97b5a45f84c121e399e594cb1aac9 /sci-libs/rocThrust | |
parent | sci-libs/hipSOLVER: new package, add 5.7.1 (diff) | |
download | gentoo-45e49405afd454a0e43d45d922bbbb9ad6c44a43.tar.gz gentoo-45e49405afd454a0e43d45d922bbbb9ad6c44a43.tar.bz2 gentoo-45e49405afd454a0e43d45d922bbbb9ad6c44a43.zip |
sci-libs/rocThrust: set include path in cmake config to correct one
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/rocThrust')
-rw-r--r-- | sci-libs/rocThrust/rocThrust-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rocThrust/rocThrust-5.7.1.ebuild b/sci-libs/rocThrust/rocThrust-5.7.1.ebuild index ca9648708282..eec7600d151e 100644 --- a/sci-libs/rocThrust/rocThrust-5.7.1.ebuild +++ b/sci-libs/rocThrust/rocThrust-5.7.1.ebuild @@ -35,7 +35,7 @@ src_prepare() { -e "/rocm_install_symlink_subdir(rocthrust)/d" \ -e "/<INSTALL_INTERFACE/s:rocthrust/include/:include/:" -i thrust/CMakeLists.txt || die - sed -e "s:\${CMAKE_INSTALL_INCLUDEDIR}:&/rocthrust:" \ + sed -e "s:\${CMAKE_INSTALL_INCLUDEDIR}:&/thrust:" \ -e "s:\${ROCM_INSTALL_LIBDIR}:\${CMAKE_INSTALL_LIBDIR}:" -i cmake/ROCMExportTargetsHeaderOnly.cmake || die # disable downloading googletest and googlebenchmark |